- #1448 Add types for extra request options
- #1446 API Updates
- Add support for
treasury
on Account.settings
, AccountCreateParams.settings
, and AccountUpdateParams.settings
- Add support for
rendering_options
on CustomerCreateParams.invoice_settings
and CustomerUpdateParams.invoice_settings
- Add support for
eu_bank_transfer
on CustomerCreateFundingInstructionsParams.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
, and SubscriptionUpdateParams.payment_settings.payment_method_options.customer_balance.bank_transfer
- Change type of
CustomerCreateFundingInstructionsParams.bank_transfer.requested_address_types[]
from literal('zengin')
to enum('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
, and PaymentIntentUpdateParams.payment_method_options.customer_balance.bank_transfer.type
from literal('jp_bank_transfer')
to enum('eu_bank_transfer'|'gb_bank_transfer'|'jp_bank_transfer'|'mx_bank_transfer')
- Add support for
iban
, sort_code
, and spei
on FundingInstructions.bank_transfer.financial_addresses[]
and PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[]
- Add support for new values
bacs
, fps
, and spei
on enums FundingInstructions.bank_transfer.financial_addresses[].supported_networks[]
and PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].supported_networks[]
- Add support for new values
sort_code
and spei
on enums FundingInstructions.bank_transfer.financial_addresses[].type
and PaymentIntent.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[]
, and PaymentIntentUpdateParams.payment_method_options.customer_balance.bank_transfer.requested_address_types[]
from literal('zengin')
to enum
- Add support for
custom_unit_amount
on PriceCreateParams
and Price
See the changelog for more details.