- #1448 Add types for extra request options
- #1446 API Updates
- Add support for
treasury
onAccount.settings
,AccountCreateParams.settings
, andAccountUpdateParams.settings
- Add support for
rendering_options
onCustomerCreateParams.invoice_settings
andCustomerUpdateParams.invoice_settings
- Add support for
eu_bank_transfer
onCustomerCreateFundingInstructionsParams.bank_transfer
,Invoice.payment_settings.payment_method_options.customer_balance.bank_transfer
,InvoiceCreateParams.payment_settings.payment_method_options.customer_balance.bank_transfer
,InvoiceUpdateParams.payment_settings.payment_method_options.customer_balance.bank_transfer
,Order.payment.settings.payment_method_options.customer_balance.bank_transfer
,OrderCreateParams.payment.settings.payment_method_options.customer_balance.bank_transfer
,OrderUpdateParams.payment.settings.payment_method_options.customer_balance.bank_transfer
,PaymentIntent.payment_method_options.customer_balance.bank_transfer
,PaymentIntentConfirmParams.payment_method_options.customer_balance.bank_transfer
,PaymentIntentCreateParams.payment_method_options.customer_balance.bank_transfer
,PaymentIntentUpdateParams.payment_method_options.customer_balance.bank_transfer
,Subscription.payment_settings.payment_method_options.customer_balance.bank_transfer
,SubscriptionCreateParams.payment_settings.payment_method_options.customer_balance.bank_transfer
, andSubscriptionUpdateParams.payment_settings.payment_method_options.customer_balance.bank_transfer
- Change type of
CustomerCreateFundingInstructionsParams.bank_transfer.requested_address_types[]
fromliteral('zengin')
toenum('iban'|'sort_code'|'spei'|'zengin')
- Change type of
CustomerCreateFundingInstructionsParams.bank_transfer.type
,Order.payment.settings.payment_method_options.customer_balance.bank_transfer.type
,OrderCreateParams.payment.settings.payment_method_options.customer_balance.bank_transfer.type
,OrderUpdateParams.payment.settings.payment_method_options.customer_balance.bank_transfer.type
,PaymentIntent.next_action.display_bank_transfer_instructions.type
,PaymentIntent.payment_method_options.customer_balance.bank_transfer.type
,PaymentIntentConfirmParams.payment_method_options.customer_balance.bank_transfer.type
,PaymentIntentCreateParams.payment_method_options.customer_balance.bank_transfer.type
, andPaymentIntentUpdateParams.payment_method_options.customer_balance.bank_transfer.type
fromliteral('jp_bank_transfer')
toenum('eu_bank_transfer'|'gb_bank_transfer'|'jp_bank_transfer'|'mx_bank_transfer')
- Add support for
iban
,sort_code
, andspei
onFundingInstructions.bank_transfer.financial_addresses[]
andPaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[]
- Add support for new values
bacs
,fps
, andspei
on enumsFundingInstructions.bank_transfer.financial_addresses[].supported_networks[]
andPaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].supported_networks[]
- Add support for new values
sort_code
andspei
on enumsFundingInstructions.bank_transfer.financial_addresses[].type
andPaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].type
- Change type of
Order.payment.settings.payment_method_options.customer_balance.bank_transfer.requested_address_types[]
,OrderCreateParams.payment.settings.payment_method_options.customer_balance.bank_transfer.requested_address_types[]
,OrderUpdateParams.payment.settings.payment_method_options.customer_balance.bank_transfer.requested_address_types[]
,PaymentIntent.payment_method_options.customer_balance.bank_transfer.requested_address_types[]
,PaymentIntentConfirmParams.payment_method_options.customer_balance.bank_transfer.requested_address_types[]
,PaymentIntentCreateParams.payment_method_options.customer_balance.bank_transfer.requested_address_types[]
, andPaymentIntentUpdateParams.payment_method_options.customer_balance.bank_transfer.requested_address_types[]
fromliteral('zengin')
toenum
- Add support for
custom_unit_amount
onPriceCreateParams
andPrice
- Add support for