# Adds support for Scalapay payments ## What’s new Adds support for [Scalapay](https://docs.stripe.com/payments/scalapay.md), a Buy Now, Pay Later (BNPL) payment method. Scalapay is a redirect-based payment method that allows customers to pay in 3 or 4 monthly installments. You can use Scalapay with [PaymentIntents](https://docs.stripe.com/api/payment_intents.md?api-version=2026-05-27.dahlia), [Checkout Sessions](https://docs.stripe.com/api/checkout/sessions.md?api-version=2026-05-27.dahlia), and [Payment Links](https://docs.stripe.com/api/payment-link.md?api-version=2026-05-27.dahlia). ## Impact You can now offer European customers an installment 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 authorization flow for each transaction. Get started with [Scalapay](https://docs.stripe.com/payments/scalapay/accept-a-payment.md). ## Changes #### REST API | Parameters | Change | Resources or endpoints | | ------------------- | ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `scalapay_payments` | Added | [Account#create.capabilities](/api/accounts/create?api-version=2026-05-27.dahlia#create_account-capabilities), [Account#update.capabilities](/api/accounts/update?api-version=2026-05-27.dahlia#update_account-capabilities), [Account.capabilities](/api/accounts/object?api-version=2026-05-27.dahlia#account_object-capabilities) | | `scalapay` | Added | [Charge.payment_method_details](/api/charges/object?api-version=2026-05-27.dahlia#charge_object-payment_method_details), [Checkout.Session#create.payment_method_options](/api/checkout/sessions/create?api-version=2026-05-27.dahlia#create_checkout_session-payment_method_options), [Checkout.Session.payment_method_options](/api/checkout/sessions/object?api-version=2026-05-27.dahlia#checkout_session_object-payment_method_options), [ConfirmationToken.payment_method_preview](/api/confirmation_tokens/object?api-version=2026-05-27.dahlia#confirmation_token_object-payment_method_preview), [ConfirmationToken.testHelpers#create.payment_method_data](/api/confirmation_tokens/test_create?api-version=2026-05-27.dahlia#test_create-payment_method_data), [PaymentAttemptRecord.payment_method_details](/api/payment-attempt-record/object?api-version=2026-05-27.dahlia#payment_attempt_record_object-payment_method_details), [PaymentIntent#confirm.payment_method_data](/api/payment_intents/confirm?api-version=2026-05-27.dahlia#confirm_payment_intent-payment_method_data), [PaymentIntent#confirm.payment_method_options](/api/payment_intents/confirm?api-version=2026-05-27.dahlia#confirm_payment_intent-payment_method_options), [PaymentIntent#create.payment_method_data](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-payment_method_data), [PaymentIntent#create.payment_method_options](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-payment_method_options), [PaymentIntent#update.payment_method_data](/api/payment_intents/update?api-version=2026-05-27.dahlia#update_payment_intent-payment_method_data), [PaymentIntent#update.payment_method_options](/api/payment_intents/update?api-version=2026-05-27.dahlia#update_payment_intent-payment_method_options), [PaymentIntent.payment_method_options](/api/payment_intents/object?api-version=2026-05-27.dahlia#payment_intent_object-payment_method_options), [PaymentMethod](/api/payment_methods/object?api-version=2026-05-27.dahlia#payment_method_object), [PaymentMethod#create](/api/payment_methods/create?api-version=2026-05-27.dahlia#create_payment_method), [PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2026-05-27.dahlia#payment_method_configuration_object), [PaymentMethodConfiguration#create](/api/payment_method_configurations/create?api-version=2026-05-27.dahlia#create_payment_method_configurations), [PaymentMethodConfiguration#update](/api/payment_method_configurations/update?api-version=2026-05-27.dahlia#update_payment_method_configurations), [PaymentRecord.payment_method_details](/api/payment-record/object?api-version=2026-05-27.dahlia#payment_record_object-payment_method_details), [Refund.destination_details](/api/refunds/object?api-version=2026-05-27.dahlia#refund_object-destination_details), [SetupIntent#confirm.payment_method_data](/api/setup_intents/confirm?api-version=2026-05-27.dahlia#confirm_setup_intent-payment_method_data), [SetupIntent#create.payment_method_data](/api/setup_intents/create?api-version=2026-05-27.dahlia#create_setup_intent-payment_method_data), [SetupIntent#update.payment_method_data](/api/setup_intents/update?api-version=2026-05-27.dahlia#update_setup_intent-payment_method_data) | | Value | Change | Enums | | ---------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `scalapay` | Added | [Checkout.Session#create.excluded_payment_method_types](/api/checkout/sessions/create?api-version=2026-05-27.dahlia#create_checkout_session-excluded_payment_method_types), [PaymentIntent#create.excluded_payment_method_types](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-excluded_payment_method_types), [PaymentIntent#update.excluded_payment_method_types](/api/payment_intents/update?api-version=2026-05-27.dahlia#update_payment_intent-excluded_payment_method_types), [PaymentIntent#confirm.excluded_payment_method_types](/api/payment_intents/confirm?api-version=2026-05-27.dahlia#confirm_payment_intent-excluded_payment_method_types), [SetupIntent#create.excluded_payment_method_types](/api/setup_intents/create?api-version=2026-05-27.dahlia#create_setup_intent-excluded_payment_method_types), [SetupIntent#update.excluded_payment_method_types](/api/setup_intents/update?api-version=2026-05-27.dahlia#update_setup_intent-excluded_payment_method_types), [Checkout.Session#create.payment_method_types](/api/checkout/sessions/create?api-version=2026-05-27.dahlia#create_checkout_session-payment_method_types), [ConfirmationToken.testHelpers#create.payment_method_data.type](/api/confirmation_tokens/test_create?api-version=2026-05-27.dahlia#test_create-payment_method_data-type), [PaymentIntent#create.payment_method_data.type](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-payment_method_data-type), [PaymentIntent#update.payment_method_data.type](/api/payment_intents/update?api-version=2026-05-27.dahlia#update_payment_intent-payment_method_data-type), [PaymentIntent#confirm.payment_method_data.type](/api/payment_intents/confirm?api-version=2026-05-27.dahlia#confirm_payment_intent-payment_method_data-type), [SetupIntent#create.payment_method_data.type](/api/setup_intents/create?api-version=2026-05-27.dahlia#create_setup_intent-payment_method_data-type), [SetupIntent#update.payment_method_data.type](/api/setup_intents/update?api-version=2026-05-27.dahlia#update_setup_intent-payment_method_data-type), [SetupIntent#confirm.payment_method_data.type](/api/setup_intents/confirm?api-version=2026-05-27.dahlia#confirm_setup_intent-payment_method_data-type), [ConfirmationToken.payment_method_preview.type](/api/confirmation_tokens/object?api-version=2026-05-27.dahlia#confirmation_token_object-payment_method_preview-type), [PaymentMethod.type](/api/payment_methods/object?api-version=2026-05-27.dahlia#payment_method_object-type), [Customer#list_payment_methods.type](/api/payment_methods/customer_list?api-version=2026-05-27.dahlia#list_customer_payment_methods-type), [PaymentMethod#list.type](/api/payment_methods/list?api-version=2026-05-27.dahlia#list_payment_methods-type), [PaymentMethod#create.type](/api/payment_methods/create?api-version=2026-05-27.dahlia#create_payment_method-type), [PaymentIntent.excluded_payment_method_types](/api/payment_intents/object?api-version=2026-05-27.dahlia#payment_intent_object-excluded_payment_method_types), [SetupIntent.excluded_payment_method_types](/api/setup_intents/object?api-version=2026-05-27.dahlia#setup_intent_object-excluded_payment_method_types) | #### Ruby | Parameters | Change | Resources or methods | | ------------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `scalapay_payments` | Added | [Account::Capability](/api/accounts/object?api-version=2026-05-27.dahlia#account_object-capabilities), [AccountCreateParams::Capability](/api/accounts/create?api-version=2026-05-27.dahlia#create_account-capabilities), [AccountUpdateParams::Capability](/api/accounts/update?api-version=2026-05-27.dahlia#update_account-capabilities) | | `scalapay` | Added | [Charge::PaymentMethodDetail](/api/charges/object?api-version=2026-05-27.dahlia#charge_object-payment_method_details), [Checkout::Session::PaymentMethodOption](/api/checkout/sessions/object?api-version=2026-05-27.dahlia#checkout_session_object-payment_method_options), [Checkout::SessionCreateParams::PaymentMethodOption](/api/checkout/sessions/create?api-version=2026-05-27.dahlia#create_checkout_session-payment_method_options), [ConfirmationToken::PaymentMethodPreview](/api/confirmation_tokens/object?api-version=2026-05-27.dahlia#confirmation_token_object-payment_method_preview), [ConfirmationTokenCreateParams::PaymentMethodDatum](/api/confirmation_tokens/test_create?api-version=2026-05-27.dahlia#test_create-payment_method_data), [PaymentAttemptRecord::PaymentMethodDetail](/api/payment-attempt-record/object?api-version=2026-05-27.dahlia#payment_attempt_record_object-payment_method_details), [PaymentIntent::PaymentMethodOption](/api/payment_intents/object?api-version=2026-05-27.dahlia#payment_intent_object-payment_method_options), [PaymentIntentConfirmParams::PaymentMethodDatum](/api/payment_intents/confirm?api-version=2026-05-27.dahlia#confirm_payment_intent-payment_method_data), [PaymentIntentConfirmParams::PaymentMethodOption](/api/payment_intents/confirm?api-version=2026-05-27.dahlia#confirm_payment_intent-payment_method_options), [PaymentIntentCreateParams::PaymentMethodDatum](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-payment_method_data), [PaymentIntentCreateParams::PaymentMethodOption](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-payment_method_options), [PaymentIntentUpdateParams::PaymentMethodDatum](/api/payment_intents/update?api-version=2026-05-27.dahlia#update_payment_intent-payment_method_data), [PaymentIntentUpdateParams::PaymentMethodOption](/api/payment_intents/update?api-version=2026-05-27.dahlia#update_payment_intent-payment_method_options), [PaymentMethod](/api/payment_methods/object?api-version=2026-05-27.dahlia#payment_method_object), [PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2026-05-27.dahlia#payment_method_configuration_object), [PaymentMethodConfigurationCreateParams](/api/payment_method_configurations/create?api-version=2026-05-27.dahlia#create_payment_method_configurations), [PaymentMethodConfigurationUpdateParams](/api/payment_method_configurations/update?api-version=2026-05-27.dahlia#update_payment_method_configurations), [PaymentMethodCreateParams](/api/payment_methods/create?api-version=2026-05-27.dahlia#create_payment_method), [PaymentRecord::PaymentMethodDetail](/api/payment-record/object?api-version=2026-05-27.dahlia#payment_record_object-payment_method_details), [Refund::DestinationDetail](/api/refunds/object?api-version=2026-05-27.dahlia#refund_object-destination_details), [SetupIntentConfirmParams::PaymentMethodDatum](/api/setup_intents/confirm?api-version=2026-05-27.dahlia#confirm_setup_intent-payment_method_data), [SetupIntentCreateParams::PaymentMethodDatum](/api/setup_intents/create?api-version=2026-05-27.dahlia#create_setup_intent-payment_method_data), [SetupIntentUpdateParams::PaymentMethodDatum](/api/setup_intents/update?api-version=2026-05-27.dahlia#update_setup_intent-payment_method_data) | #### Python | Parameters | Change | Resources or methods | | ------------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `scalapay_payments` | Added | [Account.Capability](/api/accounts/object?api-version=2026-05-27.dahlia#account_object-capabilities), [AccountCreateParamsCapability](/api/accounts/create?api-version=2026-05-27.dahlia#create_account-capabilities), [AccountModifyParamsCapability](/api/accounts/update?api-version=2026-05-27.dahlia#update_account-capabilities) | | `scalapay` | Added | [Charge.PaymentMethodDetail](/api/charges/object?api-version=2026-05-27.dahlia#charge_object-payment_method_details), [Checkout.Session.PaymentMethodOption](/api/checkout/sessions/object?api-version=2026-05-27.dahlia#checkout_session_object-payment_method_options), [ConfirmationToken.PaymentMethodPreview](/api/confirmation_tokens/object?api-version=2026-05-27.dahlia#confirmation_token_object-payment_method_preview), [ConfirmationTokenCreateParamsPaymentMethodDatum](/api/confirmation_tokens/test_create?api-version=2026-05-27.dahlia#test_create-payment_method_data), [PaymentAttemptRecord.PaymentMethodDetail](/api/payment-attempt-record/object?api-version=2026-05-27.dahlia#payment_attempt_record_object-payment_method_details), [PaymentIntent.PaymentMethodOption](/api/payment_intents/object?api-version=2026-05-27.dahlia#payment_intent_object-payment_method_options), [PaymentIntentConfirmParamsPaymentMethodDatum](/api/payment_intents/confirm?api-version=2026-05-27.dahlia#confirm_payment_intent-payment_method_data), [PaymentIntentConfirmParamsPaymentMethodOption](/api/payment_intents/confirm?api-version=2026-05-27.dahlia#confirm_payment_intent-payment_method_options), [PaymentIntentCreateParamsPaymentMethodDatum](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-payment_method_data), [PaymentIntentCreateParamsPaymentMethodOption](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-payment_method_options), [PaymentIntentModifyParamsPaymentMethodDatum](/api/payment_intents/update?api-version=2026-05-27.dahlia#update_payment_intent-payment_method_data), [PaymentIntentModifyParamsPaymentMethodOption](/api/payment_intents/update?api-version=2026-05-27.dahlia#update_payment_intent-payment_method_options), [PaymentMethod](/api/payment_methods/object?api-version=2026-05-27.dahlia#payment_method_object), [PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2026-05-27.dahlia#payment_method_configuration_object), [PaymentMethodConfigurationCreateParams](/api/payment_method_configurations/create?api-version=2026-05-27.dahlia#create_payment_method_configurations), [PaymentMethodConfigurationModifyParams](/api/payment_method_configurations/update?api-version=2026-05-27.dahlia#update_payment_method_configurations), [PaymentMethodCreateParams](/api/payment_methods/create?api-version=2026-05-27.dahlia#create_payment_method), [PaymentRecord.PaymentMethodDetail](/api/payment-record/object?api-version=2026-05-27.dahlia#payment_record_object-payment_method_details), [Refund.DestinationDetail](/api/refunds/object?api-version=2026-05-27.dahlia#refund_object-destination_details), [SetupIntentConfirmParamsPaymentMethodDatum](/api/setup_intents/confirm?api-version=2026-05-27.dahlia#confirm_setup_intent-payment_method_data), [SetupIntentCreateParamsPaymentMethodDatum](/api/setup_intents/create?api-version=2026-05-27.dahlia#create_setup_intent-payment_method_data), [SetupIntentModifyParamsPaymentMethodDatum](/api/setup_intents/update?api-version=2026-05-27.dahlia#update_setup_intent-payment_method_data), [checkout.SessionCreateParamsPaymentMethodOption](/api/checkout/sessions/create?api-version=2026-05-27.dahlia#create_checkout_session-payment_method_options) | | Value | Change | Enums | | ---------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `scalapay` | Added | [checkout.SessionCreateParams.excluded_payment_method_types](/api/checkout/sessions/create?api-version=2026-05-27.dahlia#create_checkout_session-excluded_payment_method_types), [PaymentIntentCreateParams.excluded_payment_method_types](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-excluded_payment_method_types), [PaymentIntentModifyParams.excluded_payment_method_types](/api/payment_intents/update?api-version=2026-05-27.dahlia#update_payment_intent-excluded_payment_method_types), [PaymentIntentConfirmParams.excluded_payment_method_types](/api/payment_intents/confirm?api-version=2026-05-27.dahlia#confirm_payment_intent-excluded_payment_method_types), [SetupIntentCreateParams.excluded_payment_method_types](/api/setup_intents/create?api-version=2026-05-27.dahlia#create_setup_intent-excluded_payment_method_types), [SetupIntentModifyParams.excluded_payment_method_types](/api/setup_intents/update?api-version=2026-05-27.dahlia#update_setup_intent-excluded_payment_method_types), [checkout.SessionCreateParams.payment_method_types](/api/checkout/sessions/create?api-version=2026-05-27.dahlia#create_checkout_session-payment_method_types), [ConfirmationTokenCreateParamsPaymentMethodDatum.type](/api/confirmation_tokens/test_create?api-version=2026-05-27.dahlia#test_create-payment_method_data-type), [PaymentIntentCreateParamsPaymentMethodDatum.type](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-payment_method_data-type), [PaymentIntentModifyParamsPaymentMethodDatum.type](/api/payment_intents/update?api-version=2026-05-27.dahlia#update_payment_intent-payment_method_data-type), [PaymentIntentConfirmParamsPaymentMethodDatum.type](/api/payment_intents/confirm?api-version=2026-05-27.dahlia#confirm_payment_intent-payment_method_data-type), [SetupIntentCreateParamsPaymentMethodDatum.type](/api/setup_intents/create?api-version=2026-05-27.dahlia#create_setup_intent-payment_method_data-type), [SetupIntentModifyParamsPaymentMethodDatum.type](/api/setup_intents/update?api-version=2026-05-27.dahlia#update_setup_intent-payment_method_data-type), [SetupIntentConfirmParamsPaymentMethodDatum.type](/api/setup_intents/confirm?api-version=2026-05-27.dahlia#confirm_setup_intent-payment_method_data-type), [ConfirmationToken.PaymentMethodPreview.type](/api/confirmation_tokens/object?api-version=2026-05-27.dahlia#confirmation_token_object-payment_method_preview-type), [PaymentMethod.type](/api/payment_methods/object?api-version=2026-05-27.dahlia#payment_method_object-type), [CustomerListPaymentMethodsParams.type](/api/payment_methods/customer_list?api-version=2026-05-27.dahlia#list_customer_payment_methods-type), [PaymentMethodListParams.type](/api/payment_methods/list?api-version=2026-05-27.dahlia#list_payment_methods-type), [PaymentMethodCreateParams.type](/api/payment_methods/create?api-version=2026-05-27.dahlia#create_payment_method-type), [PaymentIntent.excluded_payment_method_types](/api/payment_intents/object?api-version=2026-05-27.dahlia#payment_intent_object-excluded_payment_method_types), [SetupIntent.excluded_payment_method_types](/api/setup_intents/object?api-version=2026-05-27.dahlia#setup_intent_object-excluded_payment_method_types) | #### PHP | Parameters | Change | Resources or methods | | ------------------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `scalapay_payments` | Added | [Account.capabilities](/api/accounts/object?api-version=2026-05-27.dahlia#account_object-capabilities), [Account.create().$params.capability](/api/accounts/create?api-version=2026-05-27.dahlia#create_account-capabilities), [Account.update().$params.capability](/api/accounts/update?api-version=2026-05-27.dahlia#update_account-capabilities) | | `scalapay` | Added | [Charge.payment_method_details](/api/charges/object?api-version=2026-05-27.dahlia#charge_object-payment_method_details), [Checkout.Session.payment_method_options](/api/checkout/sessions/object?api-version=2026-05-27.dahlia#checkout_session_object-payment_method_options), [Checkout\Session.create().$params.payment_method_option](/api/checkout/sessions/create?api-version=2026-05-27.dahlia#create_checkout_session-payment_method_options), [ConfirmationToken.create().$params.payment_method_datum](/api/confirmation_tokens/test_create?api-version=2026-05-27.dahlia#test_create-payment_method_data), [ConfirmationToken.payment_method_preview](/api/confirmation_tokens/object?api-version=2026-05-27.dahlia#confirmation_token_object-payment_method_preview), [PaymentAttemptRecord.payment_method_details](/api/payment-attempt-record/object?api-version=2026-05-27.dahlia#payment_attempt_record_object-payment_method_details), [PaymentIntent.confirm().$params.payment_method_datum](/api/payment_intents/confirm?api-version=2026-05-27.dahlia#confirm_payment_intent-payment_method_data), [PaymentIntent.confirm().$params.payment_method_option](/api/payment_intents/confirm?api-version=2026-05-27.dahlia#confirm_payment_intent-payment_method_options), [PaymentIntent.create().$params.payment_method_datum](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-payment_method_data), [PaymentIntent.create().$params.payment_method_option](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-payment_method_options), [PaymentIntent.payment_method_options](/api/payment_intents/object?api-version=2026-05-27.dahlia#payment_intent_object-payment_method_options), [PaymentIntent.update().$params.payment_method_datum](/api/payment_intents/update?api-version=2026-05-27.dahlia#update_payment_intent-payment_method_data), [PaymentIntent.update().$params.payment_method_option](/api/payment_intents/update?api-version=2026-05-27.dahlia#update_payment_intent-payment_method_options), [PaymentMethod](/api/payment_methods/object?api-version=2026-05-27.dahlia#payment_method_object), [PaymentMethod.create().$params](/api/payment_methods/create?api-version=2026-05-27.dahlia#create_payment_method), [PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2026-05-27.dahlia#payment_method_configuration_object), [PaymentMethodConfiguration.create().$params](/api/payment_method_configurations/create?api-version=2026-05-27.dahlia#create_payment_method_configurations), [PaymentMethodConfiguration.update().$params](/api/payment_method_configurations/update?api-version=2026-05-27.dahlia#update_payment_method_configurations), [PaymentRecord.payment_method_details](/api/payment-record/object?api-version=2026-05-27.dahlia#payment_record_object-payment_method_details), [Refund.destination_details](/api/refunds/object?api-version=2026-05-27.dahlia#refund_object-destination_details), [SetupIntent.confirm().$params.payment_method_datum](/api/setup_intents/confirm?api-version=2026-05-27.dahlia#confirm_setup_intent-payment_method_data), [SetupIntent.create().$params.payment_method_datum](/api/setup_intents/create?api-version=2026-05-27.dahlia#create_setup_intent-payment_method_data), [SetupIntent.update().$params.payment_method_datum](/api/setup_intents/update?api-version=2026-05-27.dahlia#update_setup_intent-payment_method_data) | | Value | Change | Enums | | ---------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `scalapay` | Added | [ConfirmationToken.payment_method_preview.type](/api/confirmation_tokens/object?api-version=2026-05-27.dahlia#confirmation_token_object-payment_method_preview-type), [PaymentMethod.type](/api/payment_methods/object?api-version=2026-05-27.dahlia#payment_method_object-type), [PaymentIntent.excluded_payment_method_types](/api/payment_intents/object?api-version=2026-05-27.dahlia#payment_intent_object-excluded_payment_method_types), [SetupIntent.excluded_payment_method_types](/api/setup_intents/object?api-version=2026-05-27.dahlia#setup_intent_object-excluded_payment_method_types) | #### Java | Parameters | Change | Resources or methods | | ------------------ | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `scalapayPayments` | Added | [Account.capabilities](/api/accounts/object?api-version=2026-05-27.dahlia#account_object-capabilities), [AccountCreateParams.capabilities](/api/accounts/create?api-version=2026-05-27.dahlia#create_account-capabilities), [AccountUpdateParams.capabilities](/api/accounts/update?api-version=2026-05-27.dahlia#update_account-capabilities) | | `scalapay` | Added | [Charge.payment_method_details](/api/charges/object?api-version=2026-05-27.dahlia#charge_object-payment_method_details), [ConfirmationToken.payment_method_preview](/api/confirmation_tokens/object?api-version=2026-05-27.dahlia#confirmation_token_object-payment_method_preview), [ConfirmationTokenCreateParams.payment_method_data](/api/confirmation_tokens/test_create?api-version=2026-05-27.dahlia#test_create-payment_method_data), [PaymentAttemptRecord.payment_method_details](/api/payment-attempt-record/object?api-version=2026-05-27.dahlia#payment_attempt_record_object-payment_method_details), [PaymentIntent.payment_method_options](/api/payment_intents/object?api-version=2026-05-27.dahlia#payment_intent_object-payment_method_options), [PaymentIntentConfirmParams.payment_method_data](/api/payment_intents/confirm?api-version=2026-05-27.dahlia#confirm_payment_intent-payment_method_data), [PaymentIntentConfirmParams.payment_method_options](/api/payment_intents/confirm?api-version=2026-05-27.dahlia#confirm_payment_intent-payment_method_options), [PaymentIntentCreateParams.payment_method_data](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-payment_method_data), [PaymentIntentCreateParams.payment_method_options](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-payment_method_options), [PaymentIntentUpdateParams.payment_method_data](/api/payment_intents/update?api-version=2026-05-27.dahlia#update_payment_intent-payment_method_data), [PaymentIntentUpdateParams.payment_method_options](/api/payment_intents/update?api-version=2026-05-27.dahlia#update_payment_intent-payment_method_options), [PaymentMethod](/api/payment_methods/object?api-version=2026-05-27.dahlia#payment_method_object), [PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2026-05-27.dahlia#payment_method_configuration_object), [PaymentMethodConfigurationCreateParams](/api/payment_method_configurations/create?api-version=2026-05-27.dahlia#create_payment_method_configurations), [PaymentMethodConfigurationUpdateParams](/api/payment_method_configurations/update?api-version=2026-05-27.dahlia#update_payment_method_configurations), [PaymentMethodCreateParams](/api/payment_methods/create?api-version=2026-05-27.dahlia#create_payment_method), [PaymentRecord.payment_method_details](/api/payment-record/object?api-version=2026-05-27.dahlia#payment_record_object-payment_method_details), [Refund.destination_details](/api/refunds/object?api-version=2026-05-27.dahlia#refund_object-destination_details), [SetupIntentConfirmParams.payment_method_data](/api/setup_intents/confirm?api-version=2026-05-27.dahlia#confirm_setup_intent-payment_method_data), [SetupIntentCreateParams.payment_method_data](/api/setup_intents/create?api-version=2026-05-27.dahlia#create_setup_intent-payment_method_data), [SetupIntentUpdateParams.payment_method_data](/api/setup_intents/update?api-version=2026-05-27.dahlia#update_setup_intent-payment_method_data), [checkout.Session.payment_method_options](/api/checkout/sessions/object?api-version=2026-05-27.dahlia#checkout_session_object-payment_method_options), [checkout.SessionCreateParams.payment_method_options](/api/checkout/sessions/create?api-version=2026-05-27.dahlia#create_checkout_session-payment_method_options) | | Value | Change | Enums | | ---------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `scalapay` | Added | [checkout.SessionCreateParams.excludedPaymentMethodTypes](/api/checkout/sessions/create?api-version=2026-05-27.dahlia#create_checkout_session-excludedPaymentMethodTypes), [PaymentIntentCreateParams.excludedPaymentMethodTypes](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-excludedPaymentMethodTypes), [PaymentIntentUpdateParams.excludedPaymentMethodTypes](/api/payment_intents/update?api-version=2026-05-27.dahlia#update_payment_intent-excludedPaymentMethodTypes), [PaymentIntentConfirmParams.excludedPaymentMethodTypes](/api/payment_intents/confirm?api-version=2026-05-27.dahlia#confirm_payment_intent-excludedPaymentMethodTypes), [SetupIntentCreateParams.excludedPaymentMethodTypes](/api/setup_intents/create?api-version=2026-05-27.dahlia#create_setup_intent-excludedPaymentMethodTypes), [SetupIntentUpdateParams.excludedPaymentMethodTypes](/api/setup_intents/update?api-version=2026-05-27.dahlia#update_setup_intent-excludedPaymentMethodTypes), [checkout.SessionCreateParams.paymentMethodTypes](/api/checkout/sessions/create?api-version=2026-05-27.dahlia#create_checkout_session-paymentMethodTypes), [ConfirmationTokenCreateParams.payment_method_data.type](/api/confirmation_tokens/test_create?api-version=2026-05-27.dahlia#test_create-payment_method_data-type), [PaymentIntentCreateParams.payment_method_data.type](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-payment_method_data-type), [PaymentIntentUpdateParams.payment_method_data.type](/api/payment_intents/update?api-version=2026-05-27.dahlia#update_payment_intent-payment_method_data-type), [PaymentIntentConfirmParams.payment_method_data.type](/api/payment_intents/confirm?api-version=2026-05-27.dahlia#confirm_payment_intent-payment_method_data-type), [SetupIntentCreateParams.payment_method_data.type](/api/setup_intents/create?api-version=2026-05-27.dahlia#create_setup_intent-payment_method_data-type), [SetupIntentUpdateParams.payment_method_data.type](/api/setup_intents/update?api-version=2026-05-27.dahlia#update_setup_intent-payment_method_data-type), [SetupIntentConfirmParams.payment_method_data.type](/api/setup_intents/confirm?api-version=2026-05-27.dahlia#confirm_setup_intent-payment_method_data-type), [CustomerListPaymentMethodsParams.type](/api/payment_methods/customer_list?api-version=2026-05-27.dahlia#list_customer_payment_methods-type), [PaymentMethodListParams.type](/api/payment_methods/list?api-version=2026-05-27.dahlia#list_payment_methods-type), [PaymentMethodCreateParams.type](/api/payment_methods/create?api-version=2026-05-27.dahlia#create_payment_method-type) | #### Node.js | Parameters | Change | Resources or methods | | ------------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `scalapay_payments` | Added | [Account.capabilities](/api/accounts/object?api-version=2026-05-27.dahlia#account_object-capabilities), [AccountCreateParams.capabilities](/api/accounts/create?api-version=2026-05-27.dahlia#create_account-capabilities), [AccountUpdateParams.capabilities](/api/accounts/update?api-version=2026-05-27.dahlia#update_account-capabilities) | | `scalapay` | Added | [Charge.payment_method_details](/api/charges/object?api-version=2026-05-27.dahlia#charge_object-payment_method_details), [Checkout.Session.payment_method_options](/api/checkout/sessions/object?api-version=2026-05-27.dahlia#checkout_session_object-payment_method_options), [Checkout.SessionCreateParams.payment_method_options](/api/checkout/sessions/create?api-version=2026-05-27.dahlia#create_checkout_session-payment_method_options), [ConfirmationToken.payment_method_preview](/api/confirmation_tokens/object?api-version=2026-05-27.dahlia#confirmation_token_object-payment_method_preview), [ConfirmationTokenCreateParams.testHelpers.payment_method_data](/api/confirmation_tokens/test_create?api-version=2026-05-27.dahlia#test_create-payment_method_data), [PaymentAttemptRecord.payment_method_details](/api/payment-attempt-record/object?api-version=2026-05-27.dahlia#payment_attempt_record_object-payment_method_details), [PaymentIntent.payment_method_options](/api/payment_intents/object?api-version=2026-05-27.dahlia#payment_intent_object-payment_method_options), [PaymentIntentConfirmParams.payment_method_data](/api/payment_intents/confirm?api-version=2026-05-27.dahlia#confirm_payment_intent-payment_method_data), [PaymentIntentConfirmParams.payment_method_options](/api/payment_intents/confirm?api-version=2026-05-27.dahlia#confirm_payment_intent-payment_method_options), [PaymentIntentCreateParams.payment_method_data](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-payment_method_data), [PaymentIntentCreateParams.payment_method_options](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-payment_method_options), [PaymentIntentUpdateParams.payment_method_data](/api/payment_intents/update?api-version=2026-05-27.dahlia#update_payment_intent-payment_method_data), [PaymentIntentUpdateParams.payment_method_options](/api/payment_intents/update?api-version=2026-05-27.dahlia#update_payment_intent-payment_method_options), [PaymentMethod](/api/payment_methods/object?api-version=2026-05-27.dahlia#payment_method_object), [PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2026-05-27.dahlia#payment_method_configuration_object), [PaymentMethodConfigurationCreateParams](/api/payment_method_configurations/create?api-version=2026-05-27.dahlia#create_payment_method_configurations), [PaymentMethodConfigurationUpdateParams](/api/payment_method_configurations/update?api-version=2026-05-27.dahlia#update_payment_method_configurations), [PaymentMethodCreateParams](/api/payment_methods/create?api-version=2026-05-27.dahlia#create_payment_method), [PaymentRecord.payment_method_details](/api/payment-record/object?api-version=2026-05-27.dahlia#payment_record_object-payment_method_details), [Refund.destination_details](/api/refunds/object?api-version=2026-05-27.dahlia#refund_object-destination_details), [SetupIntentConfirmParams.payment_method_data](/api/setup_intents/confirm?api-version=2026-05-27.dahlia#confirm_setup_intent-payment_method_data), [SetupIntentCreateParams.payment_method_data](/api/setup_intents/create?api-version=2026-05-27.dahlia#create_setup_intent-payment_method_data), [SetupIntentUpdateParams.payment_method_data](/api/setup_intents/update?api-version=2026-05-27.dahlia#update_setup_intent-payment_method_data) | | Value | Change | Enums | | ---------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `scalapay` | Added | [Checkout.SessionCreateParams.excluded_payment_method_types](/api/checkout/sessions/create?api-version=2026-05-27.dahlia#create_checkout_session-excluded_payment_method_types), [PaymentIntentCreateParams.excluded_payment_method_types](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-excluded_payment_method_types), [PaymentIntentUpdateParams.excluded_payment_method_types](/api/payment_intents/update?api-version=2026-05-27.dahlia#update_payment_intent-excluded_payment_method_types), [PaymentIntentConfirmParams.excluded_payment_method_types](/api/payment_intents/confirm?api-version=2026-05-27.dahlia#confirm_payment_intent-excluded_payment_method_types), [SetupIntentCreateParams.excluded_payment_method_types](/api/setup_intents/create?api-version=2026-05-27.dahlia#create_setup_intent-excluded_payment_method_types), [SetupIntentUpdateParams.excluded_payment_method_types](/api/setup_intents/update?api-version=2026-05-27.dahlia#update_setup_intent-excluded_payment_method_types), [Checkout.SessionCreateParams.payment_method_types](/api/checkout/sessions/create?api-version=2026-05-27.dahlia#create_checkout_session-payment_method_types), [ConfirmationTokenCreateParams.testHelpers.payment_method_data.type](/api/confirmation_tokens/test_create?api-version=2026-05-27.dahlia#test_create-payment_method_data-type), [PaymentIntentCreateParams.payment_method_data.type](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-payment_method_data-type), [PaymentIntentUpdateParams.payment_method_data.type](/api/payment_intents/update?api-version=2026-05-27.dahlia#update_payment_intent-payment_method_data-type), [PaymentIntentConfirmParams.payment_method_data.type](/api/payment_intents/confirm?api-version=2026-05-27.dahlia#confirm_payment_intent-payment_method_data-type), [SetupIntentCreateParams.payment_method_data.type](/api/setup_intents/create?api-version=2026-05-27.dahlia#create_setup_intent-payment_method_data-type), [SetupIntentUpdateParams.payment_method_data.type](/api/setup_intents/update?api-version=2026-05-27.dahlia#update_setup_intent-payment_method_data-type), [SetupIntentConfirmParams.payment_method_data.type](/api/setup_intents/confirm?api-version=2026-05-27.dahlia#confirm_setup_intent-payment_method_data-type), [ConfirmationToken.payment_method_preview.type](/api/confirmation_tokens/object?api-version=2026-05-27.dahlia#confirmation_token_object-payment_method_preview-type), [PaymentMethod.type](/api/payment_methods/object?api-version=2026-05-27.dahlia#payment_method_object-type), [CustomerListPaymentMethodsParams.type](/api/payment_methods/customer_list?api-version=2026-05-27.dahlia#list_customer_payment_methods-type), [PaymentMethodListParams.type](/api/payment_methods/list?api-version=2026-05-27.dahlia#list_payment_methods-type), [PaymentMethodCreateParams.type](/api/payment_methods/create?api-version=2026-05-27.dahlia#create_payment_method-type), [PaymentIntent.excluded_payment_method_types](/api/payment_intents/object?api-version=2026-05-27.dahlia#payment_intent_object-excluded_payment_method_types), [SetupIntent.excluded_payment_method_types](/api/setup_intents/object?api-version=2026-05-27.dahlia#setup_intent_object-excluded_payment_method_types) | #### Go | Parameters | Change | Resources or methods | | ------------------ | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `ScalapayPayments` | Added | [AccountCapabilities](/api/accounts/object?api-version=2026-05-27.dahlia#account_object-capabilities), [AccountCapabilitiesParams](/api/accounts/update?api-version=2026-05-27.dahlia#update_account-capabilities) | | `Scalapay` | Added | [ChargePaymentMethodDetails](/api/charges/object?api-version=2026-05-27.dahlia#charge_object-payment_method_details), [CheckoutSessionPaymentMethodOptions](/api/checkout/sessions/object?api-version=2026-05-27.dahlia#checkout_session_object-payment_method_options), [CheckoutSessionPaymentMethodOptionsParams](/api/checkout/sessions/create?api-version=2026-05-27.dahlia#create_checkout_session-payment_method_options), [ConfirmationTokenPaymentMethodDataParams](/api/confirmation_tokens/test_create?api-version=2026-05-27.dahlia#test_create-payment_method_data), [ConfirmationTokenPaymentMethodPreview](/api/confirmation_tokens/object?api-version=2026-05-27.dahlia#confirmation_token_object-payment_method_preview), [PaymentAttemptRecordPaymentMethodDetails](/api/payment-attempt-record/object?api-version=2026-05-27.dahlia#payment_attempt_record_object-payment_method_details), [PaymentIntentConfirmPaymentMethodDataParams](/api/payment_intents/confirm?api-version=2026-05-27.dahlia#confirm_payment_intent-payment_method_data), [PaymentIntentConfirmPaymentMethodOptionsParams](/api/payment_intents/confirm?api-version=2026-05-27.dahlia#confirm_payment_intent-payment_method_options), [PaymentIntentPaymentMethodDataParams](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-payment_method_data), [PaymentIntentPaymentMethodOptions](/api/payment_intents/object?api-version=2026-05-27.dahlia#payment_intent_object-payment_method_options), [PaymentIntentPaymentMethodOptionsParams](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-payment_method_options), [PaymentMethod](/api/payment_methods/object?api-version=2026-05-27.dahlia#payment_method_object), [PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2026-05-27.dahlia#payment_method_configuration_object), [PaymentMethodConfigurationParams](/api/payment_method_configurations/create?api-version=2026-05-27.dahlia#create_payment_method_configurations), [PaymentMethodParams](/api/payment_methods/create?api-version=2026-05-27.dahlia#create_payment_method), [PaymentRecordPaymentMethodDetails](/api/payment-record/object?api-version=2026-05-27.dahlia#payment_record_object-payment_method_details), [RefundDestinationDetails](/api/refunds/object?api-version=2026-05-27.dahlia#refund_object-destination_details), [SetupIntentConfirmPaymentMethodDataParams](/api/setup_intents/confirm?api-version=2026-05-27.dahlia#confirm_setup_intent-payment_method_data), [SetupIntentPaymentMethodDataParams](/api/setup_intents/create?api-version=2026-05-27.dahlia#create_setup_intent-payment_method_data) | | Value | Change | Enums | | ---------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `scalapay` | Added | [ConfirmationTokenPaymentMethodPreview.Type](/api/confirmation_tokens/object?api-version=2026-05-27.dahlia#confirmation_token_object-payment_method_preview-Type), [PaymentMethod.Type](/api/payment_methods/object?api-version=2026-05-27.dahlia#payment_method_object-Type), [PaymentIntent.ExcludedPaymentMethodTypes](/api/payment_intents/object?api-version=2026-05-27.dahlia#payment_intent_object-ExcludedPaymentMethodTypes), [SetupIntent.ExcludedPaymentMethodTypes](/api/setup_intents/object?api-version=2026-05-27.dahlia#setup_intent_object-ExcludedPaymentMethodTypes) | #### .NET | Parameters | Change | Resources or methods | | ------------------ | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `ScalapayPayments` | Added | [Account.Capabilities](/api/accounts/object?api-version=2026-05-27.dahlia#account_object-capabilities), [AccountCapabilitiesOptions](/api/accounts/update?api-version=2026-05-27.dahlia#update_account-capabilities) | | `Scalapay` | Added | [Charge.PaymentMethodDetails](/api/charges/object?api-version=2026-05-27.dahlia#charge_object-payment_method_details), [Checkout.Session.PaymentMethodOptions](/api/checkout/sessions/object?api-version=2026-05-27.dahlia#checkout_session_object-payment_method_options), [CheckoutSessionPaymentMethodOptionsOptions](/api/checkout/sessions/create?api-version=2026-05-27.dahlia#create_checkout_session-payment_method_options), [ConfirmationToken.PaymentMethodPreview](/api/confirmation_tokens/object?api-version=2026-05-27.dahlia#confirmation_token_object-payment_method_preview), [ConfirmationTokenPaymentMethodDataOptions](/api/confirmation_tokens/test_create?api-version=2026-05-27.dahlia#test_create-payment_method_data), [PaymentAttemptRecord.PaymentMethodDetails](/api/payment-attempt-record/object?api-version=2026-05-27.dahlia#payment_attempt_record_object-payment_method_details), [PaymentIntent.PaymentMethodOptions](/api/payment_intents/object?api-version=2026-05-27.dahlia#payment_intent_object-payment_method_options), [PaymentIntentPaymentMethodDataOptions](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-payment_method_data), [PaymentIntentPaymentMethodOptionsOptions](/api/payment_intents/create?api-version=2026-05-27.dahlia#create_payment_intent-payment_method_options), [PaymentMethod](/api/payment_methods/object?api-version=2026-05-27.dahlia#payment_method_object), [PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2026-05-27.dahlia#payment_method_configuration_object), [PaymentMethodConfigurationCreateOptions](/api/payment_method_configurations/create?api-version=2026-05-27.dahlia#create_payment_method_configurations), [PaymentMethodConfigurationUpdateOptions](/api/payment_method_configurations/update?api-version=2026-05-27.dahlia#update_payment_method_configurations), [PaymentMethodCreateOptions](/api/payment_methods/create?api-version=2026-05-27.dahlia#create_payment_method), [PaymentRecord.PaymentMethodDetails](/api/payment-record/object?api-version=2026-05-27.dahlia#payment_record_object-payment_method_details), [Refund.DestinationDetails](/api/refunds/object?api-version=2026-05-27.dahlia#refund_object-destination_details), [SetupIntentPaymentMethodDataOptions](/api/setup_intents/create?api-version=2026-05-27.dahlia#create_setup_intent-payment_method_data) | ## Upgrade #### REST API 1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench. 1. 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](https://docs.stripe.com/api/versioning.md) to include `Stripe-Version: 2026-05-27.dahlia` 1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 1. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 1. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours. Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md). #### Ruby 1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench. 1. Upgrade your Ruby SDK to the latest version. 1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 1. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 1. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours. Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md). #### Python 1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench. 1. Upgrade your Python SDK to the latest version. 1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 1. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 1. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours. Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md). #### PHP 1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench. 1. Upgrade your PHP SDK to the latest version. 1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 1. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 1. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours. Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md). #### Java 1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench. 1. Upgrade your Java SDK to the latest version. 1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 1. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 1. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours. Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md). #### Node.js 1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench. 1. Upgrade your Node SDK to the latest version. 1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 1. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 1. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours. Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md). #### Go 1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench. 1. Upgrade your Go SDK to the latest version. 1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 1. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 1. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours. Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md). #### .NET 1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench. 1. Upgrade your .NET SDK to the latest version. 1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 1. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 1. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours. Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md). ## Related changes - [Adds support for Twint as a payment method for recurring payments](https://docs.stripe.com/changelog/dahlia/2026-05-27/recurring-payments-twint.md) - [Adds destination payment description and metadata support to transfer data](https://docs.stripe.com/changelog/dahlia/2026-05-27/transfer-data-destination-payment-description-and-metadata.md) - [Adds active status filtering to payment method configurations](https://docs.stripe.com/changelog/dahlia/2026-05-27/payment-method-configurations-active-status-filtering.md) - [Adds card brand restrictions to Payment Links](https://docs.stripe.com/changelog/dahlia/2026-05-27/adds-card-brand-restrictions-to-payment-links.md)