Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Adds support for Scalapay payments


Adds support for Scalapay payments

What’s new

Adds support for Scalapay, a Buy Now, Pay Later (the related setting) payment method. Scalapay is a redirect-based payment method that allows customers to pay in 3 or 4 monthly instalments.

You can use Scalapay with PaymentIntents, Checkout Sessions and Payment Links.

Impact

You can now offer European customers an instalment payment option through Scalapay, which can help increase conversion rates by providing flexible payment terms. Scalapay is a single-use payment method, so customers need to go through the authorisation flow for each transaction.

Get started with Scalapay.

Changes

ParametersChangeResources or endpoints
scalapay_paymentsAddedAccount#create. capabilities Account#update. capabilities Account. capabilities
scalapayAddedCharge. payment_method_details Checkout. Session#create. payment_method_options Checkout. Session. payment_method_options + 20 more ConfirmationToken. payment_method_preview ConfirmationToken. testHelpers#create. payment_method_data PaymentAttemptRecord. payment_method_details PaymentIntent#confirm. payment_method_data PaymentIntent#confirm. payment_method_options PaymentIntent#create. payment_method_data PaymentIntent#create. payment_method_options PaymentIntent#update. payment_method_data PaymentIntent#update. payment_method_options PaymentIntent. payment_method_options PaymentMethod PaymentMethod#create PaymentMethodConfiguration PaymentMethodConfiguration#create PaymentMethodConfiguration#update PaymentRecord. payment_method_details Refund. destination_details SetupIntent#confirm. payment_method_data SetupIntent#create. payment_method_data SetupIntent#update. payment_method_data
ValueChangeEnums
scalapayAddedCheckout. Session#create. excluded_payment_method_types PaymentIntent#create. excluded_payment_method_types PaymentIntent#update. excluded_payment_method_types + 18 more PaymentIntent#confirm. excluded_payment_method_types SetupIntent#create. excluded_payment_method_types SetupIntent#update. excluded_payment_method_types Checkout. Session#create. payment_method_types ConfirmationToken. testHelpers#create. payment_method_data. type PaymentIntent#create. payment_method_data. type PaymentIntent#update. payment_method_data. type PaymentIntent#confirm. payment_method_data. type SetupIntent#create. payment_method_data. type SetupIntent#update. payment_method_data. type SetupIntent#confirm. payment_method_data. type ConfirmationToken. payment_method_preview. type PaymentMethod. type Customer#list_payment_methods. type PaymentMethod#list. type PaymentMethod#create. type PaymentIntent. excluded_payment_method_types SetupIntent. excluded_payment_method_types

Upgrade

  1. View your current API version in Workbench.
  2. If you use an SDK, upgrade to the corresponding SDK version for this API version.
  • If you don’t use an SDK, update your API requests to include Stripe-Version: 2026-05-27. dahlia
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .

Learn more about Stripe API upgrades.

Last verified 2026-09-25

Is this helpful?