stripe-python icon indicating copy to clipboard operation
stripe-python copied to clipboard

Python library for the Stripe API.

Results 62 stripe-python issues
Sort by recently updated
recently updated
newest added

### Describe the bug Many `CreateParams` attributes on `StripeObject`s are defined to be non-optional. This means that if that keyword argument is passed into the `.create(` function, it must be...

bug
future

Codegen for openapi v1010. ## Changelog

Codegen for openapi v1010. ## Changelog

Codegen for openapi v1108. ## Changelog * Add support for `payment_method_save_usage` on resource class `stripe.CustomerSession.Components.PaymentElement.Features` and parameter class `stripe.CustomerSession.CreateParamsComponentsPaymentElementFeatures` * Add support for `institution` on parameter classes `stripe.Invoice.CreateParamsPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsFilters`, `stripe.Invoice.ModifyParamsPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsFilters`, `stripe.PaymentIntent.ConfirmParamsPaymentMethodOptionsUsBankAccountFinancialConnectionsFilters`,...

Codegen for openapi v1106. ## Changelog

### Describe the bug As described in [this issue](https://github.com/stripe/stripe-python/issues/494) we can use either python dot or dict notation for accessing API response values. For the types included in the library,...

bug
future

### Is your feature request related to a problem? Please describe. I want to re-use the long list of [VAT types](https://github.com/stripe/stripe-python/blob/master/stripe/_tax_id.py#L249) for my internal methods. Currently, they are copy pasted...

future
feature-request

Codegen for openapi v1232. ## Changelog * Add support for resource `stripe.billing.MeterErrorReport`

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.4 to 3.10.2. Release notes Sourced from aiohttp's releases. 3.10.2 Bug fixes Fixed server checks for circular symbolic links to be compatible with Python 3.13 -- by...

dependencies

Codegen for openapi v1317. ## Changelog * Add support for `alma_payments` on resource class `stripe.Account.Capabilities` and parameter class `stripe.Account.CreateParamsCapabilities` * Add support for `kakao_pay_payments` on resource class `stripe.Account.Capabilities` and parameter...