.coveragerc
.flake8
CHANGELOG.md
LICENSE
LONG_DESCRIPTION.rst
MANIFEST.in
README.md
VERSION
pyproject.toml
setup.cfg
setup.py
tox.ini
examples/charge.py
examples/oauth.py
examples/proxy.py
examples/webhooks.py
stripe/__init__.py
stripe/api_requestor.py
stripe/error.py
stripe/http_client.py
stripe/multipart_data_generator.py
stripe/oauth.py
stripe/oauth_error.py
stripe/object_classes.py
stripe/request_metrics.py
stripe/six.py
stripe/stripe_object.py
stripe/stripe_response.py
stripe/util.py
stripe/version.py
stripe/webhook.py
stripe.egg-info/PKG-INFO
stripe.egg-info/SOURCES.txt
stripe.egg-info/dependency_links.txt
stripe.egg-info/not-zip-safe
stripe.egg-info/requires.txt
stripe.egg-info/top_level.txt
stripe/api_resources/__init__.py
stripe/api_resources/account.py
stripe/api_resources/account_link.py
stripe/api_resources/alipay_account.py
stripe/api_resources/apple_pay_domain.py
stripe/api_resources/application_fee.py
stripe/api_resources/application_fee_refund.py
stripe/api_resources/balance.py
stripe/api_resources/balance_transaction.py
stripe/api_resources/bank_account.py
stripe/api_resources/bitcoin_receiver.py
stripe/api_resources/bitcoin_transaction.py
stripe/api_resources/capability.py
stripe/api_resources/card.py
stripe/api_resources/charge.py
stripe/api_resources/country_spec.py
stripe/api_resources/coupon.py
stripe/api_resources/credit_note.py
stripe/api_resources/credit_note_line_item.py
stripe/api_resources/customer.py
stripe/api_resources/customer_balance_transaction.py
stripe/api_resources/dispute.py
stripe/api_resources/ephemeral_key.py
stripe/api_resources/error_object.py
stripe/api_resources/event.py
stripe/api_resources/exchange_rate.py
stripe/api_resources/file.py
stripe/api_resources/file_link.py
stripe/api_resources/invoice.py
stripe/api_resources/invoice_item.py
stripe/api_resources/invoice_line_item.py
stripe/api_resources/issuer_fraud_record.py
stripe/api_resources/line_item.py
stripe/api_resources/list_object.py
stripe/api_resources/login_link.py
stripe/api_resources/mandate.py
stripe/api_resources/order.py
stripe/api_resources/order_return.py
stripe/api_resources/payment_intent.py
stripe/api_resources/payment_link.py
stripe/api_resources/payment_method.py
stripe/api_resources/payout.py
stripe/api_resources/person.py
stripe/api_resources/plan.py
stripe/api_resources/price.py
stripe/api_resources/product.py
stripe/api_resources/promotion_code.py
stripe/api_resources/quote.py
stripe/api_resources/recipient.py
stripe/api_resources/recipient_transfer.py
stripe/api_resources/refund.py
stripe/api_resources/reversal.py
stripe/api_resources/review.py
stripe/api_resources/setup_attempt.py
stripe/api_resources/setup_intent.py
stripe/api_resources/shipping_rate.py
stripe/api_resources/sku.py
stripe/api_resources/source.py
stripe/api_resources/source_transaction.py
stripe/api_resources/subscription.py
stripe/api_resources/subscription_item.py
stripe/api_resources/subscription_schedule.py
stripe/api_resources/tax_code.py
stripe/api_resources/tax_id.py
stripe/api_resources/tax_rate.py
stripe/api_resources/three_d_secure.py
stripe/api_resources/token.py
stripe/api_resources/topup.py
stripe/api_resources/transfer.py
stripe/api_resources/usage_record.py
stripe/api_resources/usage_record_summary.py
stripe/api_resources/webhook_endpoint.py
stripe/api_resources/abstract/__init__.py
stripe/api_resources/abstract/api_resource.py
stripe/api_resources/abstract/createable_api_resource.py
stripe/api_resources/abstract/custom_method.py
stripe/api_resources/abstract/deletable_api_resource.py
stripe/api_resources/abstract/listable_api_resource.py
stripe/api_resources/abstract/nested_resource_class_methods.py
stripe/api_resources/abstract/singleton_api_resource.py
stripe/api_resources/abstract/updateable_api_resource.py
stripe/api_resources/abstract/verify_mixin.py
stripe/api_resources/billing_portal/__init__.py
stripe/api_resources/billing_portal/configuration.py
stripe/api_resources/billing_portal/session.py
stripe/api_resources/checkout/__init__.py
stripe/api_resources/checkout/session.py
stripe/api_resources/identity/__init__.py
stripe/api_resources/identity/verification_report.py
stripe/api_resources/identity/verification_session.py
stripe/api_resources/issuing/__init__.py
stripe/api_resources/issuing/authorization.py
stripe/api_resources/issuing/card.py
stripe/api_resources/issuing/card_details.py
stripe/api_resources/issuing/cardholder.py
stripe/api_resources/issuing/dispute.py
stripe/api_resources/issuing/transaction.py
stripe/api_resources/radar/__init__.py
stripe/api_resources/radar/early_fraud_warning.py
stripe/api_resources/radar/value_list.py
stripe/api_resources/radar/value_list_item.py
stripe/api_resources/reporting/__init__.py
stripe/api_resources/reporting/report_run.py
stripe/api_resources/reporting/report_type.py
stripe/api_resources/sigma/__init__.py
stripe/api_resources/sigma/scheduled_query_run.py
stripe/api_resources/terminal/__init__.py
stripe/api_resources/terminal/connection_token.py
stripe/api_resources/terminal/location.py
stripe/api_resources/terminal/reader.py
stripe/data/ca-certificates.crt
tests/__init__.py
tests/conftest.py
tests/request_mock.py
tests/stripe_mock.py
tests/test_api_requestor.py
tests/test_error.py
tests/test_generated_examples.py
tests/test_http_client.py
tests/test_integration.py
tests/test_multipart_data_generator.py
tests/test_oauth.py
tests/test_oauth_error.py
tests/test_stripe_object.py
tests/test_stripe_response.py
tests/test_util.py
tests/test_webhook.py
tests/api_resources/__init__.py
tests/api_resources/test_account.py
tests/api_resources/test_account_link.py
tests/api_resources/test_alipay_account.py
tests/api_resources/test_apple_pay_domain.py
tests/api_resources/test_application_fee.py
tests/api_resources/test_application_fee_refund.py
tests/api_resources/test_balance.py
tests/api_resources/test_balance_transaction.py
tests/api_resources/test_bank_account.py
tests/api_resources/test_bitcoin_receiver.py
tests/api_resources/test_capability.py
tests/api_resources/test_card.py
tests/api_resources/test_charge.py
tests/api_resources/test_country_spec.py
tests/api_resources/test_coupon.py
tests/api_resources/test_credit_note.py
tests/api_resources/test_customer.py
tests/api_resources/test_customer_balance_transaction.py
tests/api_resources/test_dispute.py
tests/api_resources/test_ephemeral_key.py
tests/api_resources/test_event.py
tests/api_resources/test_exchange_rate.py
tests/api_resources/test_file.py
tests/api_resources/test_file_link.py
tests/api_resources/test_file_upload.py
tests/api_resources/test_invoice.py
tests/api_resources/test_invoice_item.py
tests/api_resources/test_invoice_line_item.py
tests/api_resources/test_issuer_fraud_record.py
tests/api_resources/test_list_object.py
tests/api_resources/test_mandate.py
tests/api_resources/test_order.py
tests/api_resources/test_order_return.py
tests/api_resources/test_payment_intent.py
tests/api_resources/test_payment_method.py
tests/api_resources/test_payout.py
tests/api_resources/test_person.py
tests/api_resources/test_plan.py
tests/api_resources/test_price.py
tests/api_resources/test_product.py
tests/api_resources/test_promotion_code.py
tests/api_resources/test_quote.py
tests/api_resources/test_recipient.py
tests/api_resources/test_refund.py
tests/api_resources/test_reversal.py
tests/api_resources/test_review.py
tests/api_resources/test_setup_attempt.py
tests/api_resources/test_setup_intent.py
tests/api_resources/test_sku.py
tests/api_resources/test_source.py
tests/api_resources/test_source_transaction.py
tests/api_resources/test_subscription.py
tests/api_resources/test_subscription_item.py
tests/api_resources/test_subscription_schedule.py
tests/api_resources/test_tax_code.py
tests/api_resources/test_tax_id.py
tests/api_resources/test_tax_rate.py
tests/api_resources/test_three_d_secure.py
tests/api_resources/test_topup.py
tests/api_resources/test_transfer.py
tests/api_resources/test_usage_record.py
tests/api_resources/test_usage_record_summary.py
tests/api_resources/test_webhook_endpoint.py
tests/api_resources/abstract/__init__.py
tests/api_resources/abstract/test_api_resource.py
tests/api_resources/abstract/test_createable_api_resource.py
tests/api_resources/abstract/test_custom_method.py
tests/api_resources/abstract/test_deletable_api_resource.py
tests/api_resources/abstract/test_listable_api_resource.py
tests/api_resources/abstract/test_nested_resource_class_methods.py
tests/api_resources/abstract/test_singleton_api_resource.py
tests/api_resources/abstract/test_updateable_api_resource.py
tests/api_resources/billing_portal/__init__.py
tests/api_resources/billing_portal/test_configuration.py
tests/api_resources/billing_portal/test_session.py
tests/api_resources/checkout/__init__.py
tests/api_resources/checkout/test_session.py
tests/api_resources/identity/test_verification_report.py
tests/api_resources/identity/test_verification_session.py
tests/api_resources/issuing/__init__.py
tests/api_resources/issuing/test_authorization.py
tests/api_resources/issuing/test_card.py
tests/api_resources/issuing/test_cardholder.py
tests/api_resources/issuing/test_dispute.py
tests/api_resources/issuing/test_transaction.py
tests/api_resources/radar/__init__.py
tests/api_resources/radar/test_early_fraud_warning.py
tests/api_resources/radar/test_value_list.py
tests/api_resources/radar/test_value_list_item.py
tests/api_resources/reporting/__init__.py
tests/api_resources/reporting/test_report_run.py
tests/api_resources/reporting/test_report_type.py
tests/api_resources/sigma/__init__.py
tests/api_resources/sigma/test_scheduled_query_run.py
tests/api_resources/terminal/__init__.py
tests/api_resources/terminal/test_connection_token.py
tests/api_resources/terminal/test_location.py
tests/api_resources/terminal/test_reader.py