Skip to content

v12.8.0

Compare
Choose a tag to compare
@anniel-stripe anniel-stripe released this 01 Jun 22:23
· 229 commits to master since this release
  • #1799 Update generated code
    • Add support for numeric and text on CheckoutSessionCreateParams.custom_fields[], PaymentLinkCreateParams.custom_fields[], and PaymentLinkUpdateParams.custom_fields[]
    • Add support for new values aba and swift on enums Checkout.Session.payment_method_options.customer_balance.bank_transfer.requested_address_types[], CheckoutSessionCreateParams.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[]
    • Add support for new value us_bank_transfer on enums Checkout.Session.payment_method_options.customer_balance.bank_transfer.type, CheckoutSessionCreateParams.payment_method_options.customer_balance.bank_transfer.type, CustomerCreateFundingInstructionsParams.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
    • Add support for maximum_length and minimum_length on Checkout.Session.custom_fields[].numeric and Checkout.Session.custom_fields[].text
    • Add support for preferred_locales on Issuing.Cardholder, IssuingCardholderCreateParams, and IssuingCardholderUpdateParams
    • Add support for description, iin, and issuer on PaymentMethod.card_present and PaymentMethod.interac_present
    • Add support for payer_email on PaymentMethod.paypal

See the changelog for more details.