- #1797 Update generated code
- Add support for
zip_payments
on Account.capabilities
, AccountCreateParams.capabilities
, and AccountUpdateParams.capabilities
- Change type of
Invoice.last_finalization_error.code
, PaymentIntent.last_payment_error.code
, SetupAttempt.setup_error.code
, SetupIntent.last_setup_error.code
, and StripeError.code
from string
to enum
- Add support for
zip
on Charge.payment_method_details
, PaymentIntent.payment_method_options
, PaymentIntentConfirmParams.payment_method_data
, PaymentIntentConfirmParams.payment_method_options
, PaymentIntentCreateParams.payment_method_data
, PaymentIntentCreateParams.payment_method_options
, PaymentIntentUpdateParams.payment_method_data
, PaymentIntentUpdateParams.payment_method_options
, PaymentMethodCreateParams
, PaymentMethodUpdateParams
, PaymentMethod
, SetupIntentConfirmParams.payment_method_data
, SetupIntentCreateParams.payment_method_data
, and SetupIntentUpdateParams.payment_method_data
- Add support for new value
zip
on enums CheckoutSessionCreateParams.payment_method_types[]
and PaymentMethodCreateParams.type
- Add support for new value
zip
on enums CustomerListPaymentMethodsParams.type
and PaymentMethodListParams.type
- Add support for new value
zip
on enums PaymentIntentConfirmParams.payment_method_data.type
, PaymentIntentCreateParams.payment_method_data.type
, PaymentIntentUpdateParams.payment_method_data.type
, SetupIntentConfirmParams.payment_method_data.type
, SetupIntentCreateParams.payment_method_data.type
, and SetupIntentUpdateParams.payment_method_data.type
- Add support for new value
zip
on enum PaymentMethod.type
See the changelog for more details.