Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 28, 2021 03:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/1f45d08e1b6a973d67f2452347fc9307 to your computer and use it in GitHub Desktop.
Save r-ryantm/1f45d08e1b6a973d67f2452347fc9307 to your computer and use it in GitHub Desktop.
/nix/store/lqfkrid2470gipal0np38g3hykfpkxb5-python3.7-braintree-4.6.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── braintree
│   │   ├── account_updater_daily_report.py
│   │   ├── ach_mandate.py
│   │   ├── add_on_gateway.py
│   │   ├── add_on.py
│   │   ├── address_gateway.py
│   │   ├── address.py
│   │   ├── amex_express_checkout_card.py
│   │   ├── android_pay_card.py
│   │   ├── apple_pay_card.py
│   │   ├── apple_pay_gateway.py
│   │   ├── apple_pay_options.py
│   │   ├── attribute_getter.py
│   │   ├── authorization_adjustment.py
│   │   ├── bin_data.py
│   │   ├── braintree_gateway.py
│   │   ├── client_token_gateway.py
│   │   ├── client_token.py
│   │   ├── configuration.py
│   │   ├── connected_merchant_paypal_status_changed.py
│   │   ├── connected_merchant_status_transitioned.py
│   │   ├── credentials_parser.py
│   │   ├── credit_card_gateway.py
│   │   ├── credit_card.py
│   │   ├── credit_card_verification_gateway.py
│   │   ├── credit_card_verification.py
│   │   ├── credit_card_verification_search.py
│   │   ├── customer_gateway.py
│   │   ├── customer.py
│   │   ├── customer_search.py
│   │   ├── descriptor.py
│   │   ├── disbursement_detail.py
│   │   ├── disbursement.py
│   │   ├── discount_gateway.py
│   │   ├── discount.py
│   │   ├── dispute_details
│   │   │   ├── evidence.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── evidence.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── status_history.cpython-37.pyc
│   │   │   └── status_history.py
│   │   ├── dispute_gateway.py
│   │   ├── dispute.py
│   │   ├── dispute_search.py
│   │   ├── document_upload_gateway.py
│   │   ├── document_upload.py
│   │   ├── environment.py
│   │   ├── error_codes.py
│   │   ├── error_result.py
│   │   ├── errors.py
│   │   ├── europe_bank_account.py
│   │   ├── exceptions
│   │   │   ├── authentication_error.py
│   │   │   ├── authorization_error.py
│   │   │   ├── braintree_error.py
│   │   │   ├── configuration_error.py
│   │   │   ├── gateway_timeout_error.py
│   │   │   ├── http
│   │   │   │   ├── connection_error.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── invalid_response_error.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── connection_error.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── invalid_response_error.cpython-37.pyc
│   │   │   │   │   └── timeout_error.cpython-37.pyc
│   │   │   │   └── timeout_error.py
│   │   │   ├── __init__.py
│   │   │   ├── invalid_challenge_error.py
│   │   │   ├── invalid_signature_error.py
│   │   │   ├── not_found_error.py
│   │   │   ├── __pycache__
│   │   │   │   ├── authentication_error.cpython-37.pyc
│   │   │   │   ├── authorization_error.cpython-37.pyc
│   │   │   │   ├── braintree_error.cpython-37.pyc
│   │   │   │   ├── configuration_error.cpython-37.pyc
│   │   │   │   ├── gateway_timeout_error.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── invalid_challenge_error.cpython-37.pyc
│   │   │   │   ├── invalid_signature_error.cpython-37.pyc
│   │   │   │   ├── not_found_error.cpython-37.pyc
│   │   │   │   ├── request_timeout_error.cpython-37.pyc
│   │   │   │   ├── server_error.cpython-37.pyc
│   │   │   │   ├── service_unavailable_error.cpython-37.pyc
│   │   │   │   ├── test_operation_performed_in_production_error.cpython-37.pyc
│   │   │   │   ├── too_many_requests_error.cpython-37.pyc
│   │   │   │   ├── unexpected_error.cpython-37.pyc
│   │   │   │   └── upgrade_required_error.cpython-37.pyc
│   │   │   ├── request_timeout_error.py
│   │   │   ├── server_error.py
│   │   │   ├── service_unavailable_error.py
│   │   │   ├── test_operation_performed_in_production_error.py
│   │   │   ├── too_many_requests_error.py
│   │   │   ├── unexpected_error.py
│   │   │   └── upgrade_required_error.py
│   │   ├── facilitated_details.py
│   │   ├── facilitator_details.py
│   │   ├── granted_payment_instrument_update.py
│   │   ├── iban_bank_account.py
│   │   ├── ids_search.py
│   │   ├── __init__.py
│   │   ├── local_payment_completed.py
│   │   ├── local_payment.py
│   │   ├── masterpass_card.py
│   │   ├── merchant_account
│   │   │   ├── address_details.py
│   │   │   ├── business_details.py
│   │   │   ├── funding_details.py
│   │   │   ├── individual_details.py
│   │   │   ├── __init__.py
│   │   │   ├── merchant_account.py
│   │   │   └── __pycache__
│   │   │   ├── address_details.cpython-37.pyc
│   │   │   ├── business_details.cpython-37.pyc
│   │   │   ├── funding_details.cpython-37.pyc
│   │   │   ├── individual_details.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── merchant_account.cpython-37.pyc
│   │   ├── merchant_account_gateway.py
│   │   ├── merchant_gateway.py
│   │   ├── merchant.py
│   │   ├── modification.py
│   │   ├── oauth_access_revocation.py
│   │   ├── oauth_credentials.py
│   │   ├── oauth_gateway.py
│   │   ├── paginated_collection.py
│   │   ├── paginated_result.py
│   │   ├── partner_merchant.py
│   │   ├── payment_instrument_type.py
│   │   ├── payment_method_gateway.py
│   │   ├── payment_method_nonce_gateway.py
│   │   ├── payment_method_nonce.py
│   │   ├── payment_method_parser.py
│   │   ├── payment_method.py
│   │   ├── paypal_account_gateway.py
│   │   ├── paypal_account.py
│   │   ├── paypal_here.py
│   │   ├── plan_gateway.py
│   │   ├── plan.py
│   │   ├── processor_response_types.py
│   │   ├── __pycache__
│   │   │   ├── account_updater_daily_report.cpython-37.pyc
│   │   │   ├── ach_mandate.cpython-37.pyc
│   │   │   ├── add_on.cpython-37.pyc
│   │   │   ├── add_on_gateway.cpython-37.pyc
│   │   │   ├── address.cpython-37.pyc
│   │   │   ├── address_gateway.cpython-37.pyc
│   │   │   ├── amex_express_checkout_card.cpython-37.pyc
│   │   │   ├── android_pay_card.cpython-37.pyc
│   │   │   ├── apple_pay_card.cpython-37.pyc
│   │   │   ├── apple_pay_gateway.cpython-37.pyc
│   │   │   ├── apple_pay_options.cpython-37.pyc
│   │   │   ├── attribute_getter.cpython-37.pyc
│   │   │   ├── authorization_adjustment.cpython-37.pyc
│   │   │   ├── bin_data.cpython-37.pyc
│   │   │   ├── braintree_gateway.cpython-37.pyc
│   │   │   ├── client_token.cpython-37.pyc
│   │   │   ├── client_token_gateway.cpython-37.pyc
│   │   │   ├── configuration.cpython-37.pyc
│   │   │   ├── connected_merchant_paypal_status_changed.cpython-37.pyc
│   │   │   ├── connected_merchant_status_transitioned.cpython-37.pyc
│   │   │   ├── credentials_parser.cpython-37.pyc
│   │   │   ├── credit_card.cpython-37.pyc
│   │   │   ├── credit_card_gateway.cpython-37.pyc
│   │   │   ├── credit_card_verification.cpython-37.pyc
│   │   │   ├── credit_card_verification_gateway.cpython-37.pyc
│   │   │   ├── credit_card_verification_search.cpython-37.pyc
│   │   │   ├── customer.cpython-37.pyc
│   │   │   ├── customer_gateway.cpython-37.pyc
│   │   │   ├── customer_search.cpython-37.pyc
│   │   │   ├── descriptor.cpython-37.pyc
│   │   │   ├── disbursement.cpython-37.pyc
│   │   │   ├── disbursement_detail.cpython-37.pyc
│   │   │   ├── discount.cpython-37.pyc
│   │   │   ├── discount_gateway.cpython-37.pyc
│   │   │   ├── dispute.cpython-37.pyc
│   │   │   ├── dispute_gateway.cpython-37.pyc
│   │   │   ├── dispute_search.cpython-37.pyc
│   │   │   ├── document_upload.cpython-37.pyc
│   │   │   ├── document_upload_gateway.cpython-37.pyc
│   │   │   ├── environment.cpython-37.pyc
│   │   │   ├── error_codes.cpython-37.pyc
│   │   │   ├── error_result.cpython-37.pyc
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── europe_bank_account.cpython-37.pyc
│   │   │   ├── facilitated_details.cpython-37.pyc
│   │   │   ├── facilitator_details.cpython-37.pyc
│   │   │   ├── granted_payment_instrument_update.cpython-37.pyc
│   │   │   ├── iban_bank_account.cpython-37.pyc
│   │   │   ├── ids_search.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── local_payment_completed.cpython-37.pyc
│   │   │   ├── local_payment.cpython-37.pyc
│   │   │   ├── masterpass_card.cpython-37.pyc
│   │   │   ├── merchant_account_gateway.cpython-37.pyc
│   │   │   ├── merchant.cpython-37.pyc
│   │   │   ├── merchant_gateway.cpython-37.pyc
│   │   │   ├── modification.cpython-37.pyc
│   │   │   ├── oauth_access_revocation.cpython-37.pyc
│   │   │   ├── oauth_credentials.cpython-37.pyc
│   │   │   ├── oauth_gateway.cpython-37.pyc
│   │   │   ├── paginated_collection.cpython-37.pyc
│   │   │   ├── paginated_result.cpython-37.pyc
│   │   │   ├── partner_merchant.cpython-37.pyc
│   │   │   ├── payment_instrument_type.cpython-37.pyc
│   │   │   ├── payment_method.cpython-37.pyc
│   │   │   ├── payment_method_gateway.cpython-37.pyc
│   │   │   ├── payment_method_nonce.cpython-37.pyc
│   │   │   ├── payment_method_nonce_gateway.cpython-37.pyc
│   │   │   ├── payment_method_parser.cpython-37.pyc
│   │   │   ├── paypal_account.cpython-37.pyc
│   │   │   ├── paypal_account_gateway.cpython-37.pyc
│   │   │   ├── paypal_here.cpython-37.pyc
│   │   │   ├── plan.cpython-37.pyc
│   │   │   ├── plan_gateway.cpython-37.pyc
│   │   │   ├── processor_response_types.cpython-37.pyc
│   │   │   ├── resource_collection.cpython-37.pyc
│   │   │   ├── resource.cpython-37.pyc
│   │   │   ├── revoked_payment_method_metadata.cpython-37.pyc
│   │   │   ├── risk_data.cpython-37.pyc
│   │   │   ├── samsung_pay_card.cpython-37.pyc
│   │   │   ├── search.cpython-37.pyc
│   │   │   ├── settlement_batch_summary.cpython-37.pyc
│   │   │   ├── settlement_batch_summary_gateway.cpython-37.pyc
│   │   │   ├── signature_service.cpython-37.pyc
│   │   │   ├── status_event.cpython-37.pyc
│   │   │   ├── subscription.cpython-37.pyc
│   │   │   ├── subscription_details.cpython-37.pyc
│   │   │   ├── subscription_gateway.cpython-37.pyc
│   │   │   ├── subscription_search.cpython-37.pyc
│   │   │   ├── subscription_status_event.cpython-37.pyc
│   │   │   ├── successful_result.cpython-37.pyc
│   │   │   ├── testing_gateway.cpython-37.pyc
│   │   │   ├── three_d_secure_info.cpython-37.pyc
│   │   │   ├── transaction_amounts.cpython-37.pyc
│   │   │   ├── transaction.cpython-37.pyc
│   │   │   ├── transaction_details.cpython-37.pyc
│   │   │   ├── transaction_gateway.cpython-37.pyc
│   │   │   ├── transaction_line_item.cpython-37.pyc
│   │   │   ├── transaction_line_item_gateway.cpython-37.pyc
│   │   │   ├── transaction_search.cpython-37.pyc
│   │   │   ├── unknown_payment_method.cpython-37.pyc
│   │   │   ├── us_bank_account.cpython-37.pyc
│   │   │   ├── us_bank_account_gateway.cpython-37.pyc
│   │   │   ├── us_bank_account_verification.cpython-37.pyc
│   │   │   ├── us_bank_account_verification_gateway.cpython-37.pyc
│   │   │   ├── us_bank_account_verification_search.cpython-37.pyc
│   │   │   ├── validation_error_collection.cpython-37.pyc
│   │   │   ├── validation_error.cpython-37.pyc
│   │   │   ├── venmo_account.cpython-37.pyc
│   │   │   ├── version.cpython-37.pyc
│   │   │   ├── visa_checkout_card.cpython-37.pyc
│   │   │   ├── webhook_notification.cpython-37.pyc
│   │   │   ├── webhook_notification_gateway.cpython-37.pyc
│   │   │   ├── webhook_testing.cpython-37.pyc
│   │   │   └── webhook_testing_gateway.cpython-37.pyc
│   │   ├── resource_collection.py
│   │   ├── resource.py
│   │   ├── revoked_payment_method_metadata.py
│   │   ├── risk_data.py
│   │   ├── samsung_pay_card.py
│   │   ├── search.py
│   │   ├── settlement_batch_summary_gateway.py
│   │   ├── settlement_batch_summary.py
│   │   ├── signature_service.py
│   │   ├── ssl
│   │   │   └── api_braintreegateway_com.ca.crt
│   │   ├── status_event.py
│   │   ├── subscription_details.py
│   │   ├── subscription_gateway.py
│   │   ├── subscription.py
│   │   ├── subscription_search.py
│   │   ├── subscription_status_event.py
│   │   ├── successful_result.py
│   │   ├── test
│   │   │   ├── authentication_ids.py
│   │   │   ├── credit_card_defaults.py
│   │   │   ├── credit_card_numbers.py
│   │   │   ├── __init__.py
│   │   │   ├── merchant_account.py
│   │   │   ├── nonces.py
│   │   │   ├── __pycache__
│   │   │   │   ├── authentication_ids.cpython-37.pyc
│   │   │   │   ├── credit_card_defaults.cpython-37.pyc
│   │   │   │   ├── credit_card_numbers.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── merchant_account.cpython-37.pyc
│   │   │   │   ├── nonces.cpython-37.pyc
│   │   │   │   └── venmo_sdk.cpython-37.pyc
│   │   │   └── venmo_sdk.py
│   │   ├── testing_gateway.py
│   │   ├── three_d_secure_info.py
│   │   ├── transaction_amounts.py
│   │   ├── transaction_details.py
│   │   ├── transaction_gateway.py
│   │   ├── transaction_line_item_gateway.py
│   │   ├── transaction_line_item.py
│   │   ├── transaction.py
│   │   ├── transaction_search.py
│   │   ├── unknown_payment_method.py
│   │   ├── us_bank_account_gateway.py
│   │   ├── us_bank_account.py
│   │   ├── us_bank_account_verification_gateway.py
│   │   ├── us_bank_account_verification.py
│   │   ├── us_bank_account_verification_search.py
│   │   ├── util
│   │   │   ├── constants.py
│   │   │   ├── crypto.py
│   │   │   ├── datetime_parser.py
│   │   │   ├── generator.py
│   │   │   ├── graphql_client.py
│   │   │   ├── http.py
│   │   │   ├── __init__.py
│   │   │   ├── parser.py
│   │   │   ├── __pycache__
│   │   │   │   ├── constants.cpython-37.pyc
│   │   │   │   ├── crypto.cpython-37.pyc
│   │   │   │   ├── datetime_parser.cpython-37.pyc
│   │   │   │   ├── generator.cpython-37.pyc
│   │   │   │   ├── graphql_client.cpython-37.pyc
│   │   │   │   ├── http.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── parser.cpython-37.pyc
│   │   │   │   └── xml_util.cpython-37.pyc
│   │   │   └── xml_util.py
│   │   ├── validation_error_collection.py
│   │   ├── validation_error.py
│   │   ├── venmo_account.py
│   │   ├── version.py
│   │   ├── visa_checkout_card.py
│   │   ├── webhook_notification_gateway.py
│   │   ├── webhook_notification.py
│   │   ├── webhook_testing_gateway.py
│   │   └── webhook_testing.py
│   └── braintree-4.6.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
20 directories, 329 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment