# 後払いの決済手段である Sunbit への対応を追加 ## 新機能 後払いの決済手段である [Sunbit](https://docs.stripe.com/payments/sunbit.md) への対応を追加します。Sunbit は同期型のリダイレクトベースの決済手段で、顧客は 3 回、6 回、12 回、または 18 回の月払いの分割払いを利用できます。 [PaymentIntents](https://docs.stripe.com/api/payment_intents.md?api-version=2026-04-22.dahlia)、[Charges](https://docs.stripe.com/api/charges.md?api-version=2026-04-22.dahlia)、[Checkout Sessions](https://docs.stripe.com/api/checkout/sessions.md?api-version=2026-04-22.dahlia)、[Payment Links](https://docs.stripe.com/api/payment-link.md?api-version=2026-04-22.dahlia) の使用時に Sunbit に対応します。アメリカの連結アカウントでも Sunbit による決済を受け付けられるようになりました。 Sunbit 決済の受け付けを開始するには、[Sunbit 決済手段](https://docs.stripe.com/payments/sunbit/accept-a-payment.md)をご覧ください。 ## 影響 Sunbit を通じて米国の顧客に分割払いオプションを提供できるようになりました。これにより、柔軟な決済条件を提供してコンバージョン率の向上に役立てることができます。Sunbit は 1 回限りの決済手段であるため、顧客は取引ごとにオーソリフローを完了する必要があります。 ## 変更点 #### REST API | Parameters | Change | Resources or endpoints | | ----------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `sunbit_payments` | Added | [Account#create.capabilities](/api/accounts/create?api-version=2026-04-22.dahlia#create_account-capabilities), [Account#update.capabilities](/api/accounts/update?api-version=2026-04-22.dahlia#update_account-capabilities), [Account.capabilities](/api/accounts/object?api-version=2026-04-22.dahlia#account_object-capabilities) | | `sunbit` | Added | [Charge.payment_method_details](/api/charges/object?api-version=2026-04-22.dahlia#charge_object-payment_method_details), [ConfirmationToken.payment_method_preview](/api/confirmation_tokens/object?api-version=2026-04-22.dahlia#confirmation_token_object-payment_method_preview), [ConfirmationToken.testHelpers#create.payment_method_data](/api/confirmation_tokens/test_create?api-version=2026-04-22.dahlia#test_create-payment_method_data), [PaymentAttemptRecord.payment_method_details](/api/payment-attempt-record/object?api-version=2026-04-22.dahlia#payment_attempt_record_object-payment_method_details), [PaymentIntent#confirm.payment_method_data](/api/payment_intents/confirm?api-version=2026-04-22.dahlia#confirm_payment_intent-payment_method_data), [PaymentIntent#create.payment_method_data](/api/payment_intents/create?api-version=2026-04-22.dahlia#create_payment_intent-payment_method_data), [PaymentIntent#update.payment_method_data](/api/payment_intents/update?api-version=2026-04-22.dahlia#update_payment_intent-payment_method_data), [PaymentMethod](/api/payment_methods/object?api-version=2026-04-22.dahlia#payment_method_object), [PaymentMethod#create](/api/payment_methods/create?api-version=2026-04-22.dahlia#create_payment_method), [PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2026-04-22.dahlia#payment_method_configuration_object), [PaymentMethodConfiguration#create](/api/payment_method_configurations/create?api-version=2026-04-22.dahlia#create_payment_method_configurations), [PaymentMethodConfiguration#update](/api/payment_method_configurations/update?api-version=2026-04-22.dahlia#update_payment_method_configurations), [PaymentRecord.payment_method_details](/api/payment-record/object?api-version=2026-04-22.dahlia#payment_record_object-payment_method_details), [SetupIntent#confirm.payment_method_data](/api/setup_intents/confirm?api-version=2026-04-22.dahlia#confirm_setup_intent-payment_method_data), [SetupIntent#create.payment_method_data](/api/setup_intents/create?api-version=2026-04-22.dahlia#create_setup_intent-payment_method_data), [SetupIntent#update.payment_method_data](/api/setup_intents/update?api-version=2026-04-22.dahlia#update_setup_intent-payment_method_data) | | Value | Change | Enums | | -------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `sunbit` | Added | [PaymentIntent#create](/api/payment_intents/create?api-version=2026-04-22.dahlia#create_payment_intent-excluded_payment_method_types), [PaymentIntent#update](/api/payment_intents/update?api-version=2026-04-22.dahlia#update_payment_intent-excluded_payment_method_types), [PaymentIntent#confirm](/api/payment_intents/confirm?api-version=2026-04-22.dahlia#confirm_payment_intent-excluded_payment_method_types), [PaymentIntent](/api/payment_intents/object?api-version=2026-04-22.dahlia#payment_intent_object-excluded_payment_method_types), [SetupIntent#create](/api/setup_intents/create?api-version=2026-04-22.dahlia#create_setup_intent-excluded_payment_method_types), [SetupIntent#update](/api/setup_intents/update?api-version=2026-04-22.dahlia#update_setup_intent-excluded_payment_method_types), [SetupIntent](/api/setup_intents/object?api-version=2026-04-22.dahlia#setup_intent_object-excluded_payment_method_types), [ConfirmationToken.testHelpers#create.payment_method_data](/api/confirmation_tokens/test_create?api-version=2026-04-22.dahlia#test_create-payment_method_data-type), [PaymentIntent#create.payment_method_data](/api/payment_intents/create?api-version=2026-04-22.dahlia#create_payment_intent-payment_method_data-type), [PaymentIntent#update.payment_method_data](/api/payment_intents/update?api-version=2026-04-22.dahlia#update_payment_intent-payment_method_data-type), [PaymentIntent#confirm.payment_method_data](/api/payment_intents/confirm?api-version=2026-04-22.dahlia#confirm_payment_intent-payment_method_data-type), [SetupIntent#create.payment_method_data](/api/setup_intents/create?api-version=2026-04-22.dahlia#create_setup_intent-payment_method_data-type), [SetupIntent#update.payment_method_data](/api/setup_intents/update?api-version=2026-04-22.dahlia#update_setup_intent-payment_method_data-type), [SetupIntent#confirm.payment_method_data](/api/setup_intents/confirm?api-version=2026-04-22.dahlia#confirm_setup_intent-payment_method_data-type), [ConfirmationToken.payment_method_preview](/api/confirmation_tokens/object?api-version=2026-04-22.dahlia#confirmation_token_object-payment_method_preview-type), [PaymentMethod](/api/payment_methods/object?api-version=2026-04-22.dahlia#payment_method_object-type), [Customer#list_payment_methods](/api/payment_methods/customer_list?api-version=2026-04-22.dahlia#list_customer_payment_methods-type), [PaymentMethod#list](/api/payment_methods/list?api-version=2026-04-22.dahlia#list_payment_methods-type), [PaymentMethod#create](/api/payment_methods/create?api-version=2026-04-22.dahlia#create_payment_method-type), [Checkout.Session#create](/api/checkout/sessions/create?api-version=2026-04-22.dahlia#create_checkout_session-payment_method_types), [PaymentLink#create](/api/payment-link/create?api-version=2026-04-22.dahlia#create_payment_link-payment_method_types), [PaymentLink#update](/api/payment-link/update?api-version=2026-04-22.dahlia#update_payment_link-payment_method_types), [PaymentLink](/api/payment-link/object?api-version=2026-04-22.dahlia#payment_link_object-payment_method_types) | #### Ruby | Parameters | Change | Resources or methods | | ----------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `sunbit_payments` | Added | [Account::Capability](/api/accounts/object?api-version=2026-04-22.dahlia#account_object-capabilities), [AccountCreateParams::Capability](/api/accounts/create?api-version=2026-04-22.dahlia#create_account-capabilities), [AccountUpdateParams::Capability](/api/accounts/update?api-version=2026-04-22.dahlia#update_account-capabilities) | | `sunbit` | Added | [Charge::PaymentMethodDetail](/api/charges/object?api-version=2026-04-22.dahlia#charge_object-payment_method_details), [ConfirmationToken::PaymentMethodPreview](/api/confirmation_tokens/object?api-version=2026-04-22.dahlia#confirmation_token_object-payment_method_preview), [ConfirmationTokenCreateParams::PaymentMethodDatum](/api/confirmation_tokens/test_create?api-version=2026-04-22.dahlia#test_create-payment_method_data), [PaymentAttemptRecord::PaymentMethodDetail](/api/payment-attempt-record/object?api-version=2026-04-22.dahlia#payment_attempt_record_object-payment_method_details), [PaymentIntentConfirmParams::PaymentMethodDatum](/api/payment_intents/confirm?api-version=2026-04-22.dahlia#confirm_payment_intent-payment_method_data), [PaymentIntentCreateParams::PaymentMethodDatum](/api/payment_intents/create?api-version=2026-04-22.dahlia#create_payment_intent-payment_method_data), [PaymentIntentUpdateParams::PaymentMethodDatum](/api/payment_intents/update?api-version=2026-04-22.dahlia#update_payment_intent-payment_method_data), [PaymentMethod](/api/payment_methods/object?api-version=2026-04-22.dahlia#payment_method_object), [PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2026-04-22.dahlia#payment_method_configuration_object), [PaymentMethodConfigurationCreateParams](/api/payment_method_configurations/create?api-version=2026-04-22.dahlia#create_payment_method_configurations), [PaymentMethodConfigurationUpdateParams](/api/payment_method_configurations/update?api-version=2026-04-22.dahlia#update_payment_method_configurations), [PaymentMethodCreateParams](/api/payment_methods/create?api-version=2026-04-22.dahlia#create_payment_method), [PaymentRecord::PaymentMethodDetail](/api/payment-record/object?api-version=2026-04-22.dahlia#payment_record_object-payment_method_details), [SetupIntentConfirmParams::PaymentMethodDatum](/api/setup_intents/confirm?api-version=2026-04-22.dahlia#confirm_setup_intent-payment_method_data), [SetupIntentCreateParams::PaymentMethodDatum](/api/setup_intents/create?api-version=2026-04-22.dahlia#create_setup_intent-payment_method_data), [SetupIntentUpdateParams::PaymentMethodDatum](/api/setup_intents/update?api-version=2026-04-22.dahlia#update_setup_intent-payment_method_data) | #### Python | Parameters | Change | Resources or methods | | ----------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `sunbit_payments` | Added | [Account.Capability](/api/accounts/object?api-version=2026-04-22.dahlia#account_object-capabilities), [AccountCreateParamsCapability](/api/accounts/create?api-version=2026-04-22.dahlia#create_account-capabilities), [AccountModifyParamsCapability](/api/accounts/update?api-version=2026-04-22.dahlia#update_account-capabilities) | | `sunbit` | Added | [Charge.PaymentMethodDetail](/api/charges/object?api-version=2026-04-22.dahlia#charge_object-payment_method_details), [ConfirmationToken.PaymentMethodPreview](/api/confirmation_tokens/object?api-version=2026-04-22.dahlia#confirmation_token_object-payment_method_preview), [ConfirmationTokenCreateParamsPaymentMethodDatum](/api/confirmation_tokens/test_create?api-version=2026-04-22.dahlia#test_create-payment_method_data), [PaymentAttemptRecord.PaymentMethodDetail](/api/payment-attempt-record/object?api-version=2026-04-22.dahlia#payment_attempt_record_object-payment_method_details), [PaymentIntentConfirmParamsPaymentMethodDatum](/api/payment_intents/confirm?api-version=2026-04-22.dahlia#confirm_payment_intent-payment_method_data), [PaymentIntentCreateParamsPaymentMethodDatum](/api/payment_intents/create?api-version=2026-04-22.dahlia#create_payment_intent-payment_method_data), [PaymentIntentModifyParamsPaymentMethodDatum](/api/payment_intents/update?api-version=2026-04-22.dahlia#update_payment_intent-payment_method_data), [PaymentMethod](/api/payment_methods/object?api-version=2026-04-22.dahlia#payment_method_object), [PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2026-04-22.dahlia#payment_method_configuration_object), [PaymentMethodConfigurationCreateParams](/api/payment_method_configurations/create?api-version=2026-04-22.dahlia#create_payment_method_configurations), [PaymentMethodConfigurationModifyParams](/api/payment_method_configurations/update?api-version=2026-04-22.dahlia#update_payment_method_configurations), [PaymentMethodCreateParams](/api/payment_methods/create?api-version=2026-04-22.dahlia#create_payment_method), [PaymentRecord.PaymentMethodDetail](/api/payment-record/object?api-version=2026-04-22.dahlia#payment_record_object-payment_method_details), [SetupIntentConfirmParamsPaymentMethodDatum](/api/setup_intents/confirm?api-version=2026-04-22.dahlia#confirm_setup_intent-payment_method_data), [SetupIntentCreateParamsPaymentMethodDatum](/api/setup_intents/create?api-version=2026-04-22.dahlia#create_setup_intent-payment_method_data), [SetupIntentModifyParamsPaymentMethodDatum](/api/setup_intents/update?api-version=2026-04-22.dahlia#update_setup_intent-payment_method_data) | | Value | Change | Enums | | -------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `sunbit` | Added | [PaymentIntentCreateParams](/api/payment_intents/create?api-version=2026-04-22.dahlia#create_payment_intent-excluded_payment_method_types), [PaymentIntentModifyParams](/api/payment_intents/update?api-version=2026-04-22.dahlia#update_payment_intent-excluded_payment_method_types), [PaymentIntentConfirmParams](/api/payment_intents/confirm?api-version=2026-04-22.dahlia#confirm_payment_intent-excluded_payment_method_types), [PaymentIntent](/api/payment_intents/object?api-version=2026-04-22.dahlia#payment_intent_object-excluded_payment_method_types), [SetupIntentCreateParams](/api/setup_intents/create?api-version=2026-04-22.dahlia#create_setup_intent-excluded_payment_method_types), [SetupIntentModifyParams](/api/setup_intents/update?api-version=2026-04-22.dahlia#update_setup_intent-excluded_payment_method_types), [SetupIntent](/api/setup_intents/object?api-version=2026-04-22.dahlia#setup_intent_object-excluded_payment_method_types), [ConfirmationTokenCreateParamsPaymentMethodDatum](/api/confirmation_tokens/test_create?api-version=2026-04-22.dahlia#test_create-payment_method_data-type), [PaymentIntentCreateParamsPaymentMethodDatum](/api/payment_intents/create?api-version=2026-04-22.dahlia#create_payment_intent-payment_method_data-type), [PaymentIntentModifyParamsPaymentMethodDatum](/api/payment_intents/update?api-version=2026-04-22.dahlia#update_payment_intent-payment_method_data-type), [PaymentIntentConfirmParamsPaymentMethodDatum](/api/payment_intents/confirm?api-version=2026-04-22.dahlia#confirm_payment_intent-payment_method_data-type), [SetupIntentCreateParamsPaymentMethodDatum](/api/setup_intents/create?api-version=2026-04-22.dahlia#create_setup_intent-payment_method_data-type), [SetupIntentModifyParamsPaymentMethodDatum](/api/setup_intents/update?api-version=2026-04-22.dahlia#update_setup_intent-payment_method_data-type), [SetupIntentConfirmParamsPaymentMethodDatum](/api/setup_intents/confirm?api-version=2026-04-22.dahlia#confirm_setup_intent-payment_method_data-type), [ConfirmationToken.PaymentMethodPreview](/api/confirmation_tokens/object?api-version=2026-04-22.dahlia#confirmation_token_object-payment_method_preview-type), [PaymentMethod](/api/payment_methods/object?api-version=2026-04-22.dahlia#payment_method_object-type), [CustomerListPaymentMethodsParams](/api/payment_methods/customer_list?api-version=2026-04-22.dahlia#list_customer_payment_methods-type), [PaymentMethodListParams](/api/payment_methods/list?api-version=2026-04-22.dahlia#list_payment_methods-type), [PaymentMethodCreateParams](/api/payment_methods/create?api-version=2026-04-22.dahlia#create_payment_method-type), [checkout.SessionCreateParams](/api/checkout/sessions/create?api-version=2026-04-22.dahlia#create_checkout_session-payment_method_types), [PaymentLinkCreateParams](/api/payment-link/create?api-version=2026-04-22.dahlia#create_payment_link-payment_method_types), [PaymentLinkModifyParams](/api/payment-link/update?api-version=2026-04-22.dahlia#update_payment_link-payment_method_types), [PaymentLink](/api/payment-link/object?api-version=2026-04-22.dahlia#payment_link_object-payment_method_types) | #### PHP | Parameters | Change | Resources or methods | | ----------------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `sunbit_payments` | Added | [Account.capabilities](/api/accounts/object?api-version=2026-04-22.dahlia#account_object-capabilities), [Account.create().$params.capability](/api/accounts/create?api-version=2026-04-22.dahlia#create_account-capabilities), [Account.update().$params.capability](/api/accounts/update?api-version=2026-04-22.dahlia#update_account-capabilities) | | `sunbit` | Added | [Charge.payment_method_details](/api/charges/object?api-version=2026-04-22.dahlia#charge_object-payment_method_details), [ConfirmationToken.create().$params.payment_method_datum](/api/confirmation_tokens/test_create?api-version=2026-04-22.dahlia#test_create-payment_method_data), [ConfirmationToken.payment_method_preview](/api/confirmation_tokens/object?api-version=2026-04-22.dahlia#confirmation_token_object-payment_method_preview), [PaymentAttemptRecord.payment_method_details](/api/payment-attempt-record/object?api-version=2026-04-22.dahlia#payment_attempt_record_object-payment_method_details), [PaymentIntent.confirm().$params.payment_method_datum](/api/payment_intents/confirm?api-version=2026-04-22.dahlia#confirm_payment_intent-payment_method_data), [PaymentIntent.create().$params.payment_method_datum](/api/payment_intents/create?api-version=2026-04-22.dahlia#create_payment_intent-payment_method_data), [PaymentIntent.update().$params.payment_method_datum](/api/payment_intents/update?api-version=2026-04-22.dahlia#update_payment_intent-payment_method_data), [PaymentMethod](/api/payment_methods/object?api-version=2026-04-22.dahlia#payment_method_object), [PaymentMethod.create().$params](/api/payment_methods/create?api-version=2026-04-22.dahlia#create_payment_method), [PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2026-04-22.dahlia#payment_method_configuration_object), [PaymentMethodConfiguration.create().$params](/api/payment_method_configurations/create?api-version=2026-04-22.dahlia#create_payment_method_configurations), [PaymentMethodConfiguration.update().$params](/api/payment_method_configurations/update?api-version=2026-04-22.dahlia#update_payment_method_configurations), [PaymentRecord.payment_method_details](/api/payment-record/object?api-version=2026-04-22.dahlia#payment_record_object-payment_method_details), [SetupIntent.confirm().$params.payment_method_datum](/api/setup_intents/confirm?api-version=2026-04-22.dahlia#confirm_setup_intent-payment_method_data), [SetupIntent.create().$params.payment_method_datum](/api/setup_intents/create?api-version=2026-04-22.dahlia#create_setup_intent-payment_method_data), [SetupIntent.update().$params.payment_method_datum](/api/setup_intents/update?api-version=2026-04-22.dahlia#update_setup_intent-payment_method_data) | | Value | Change | Enums | | -------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `sunbit` | Added | [ConfirmationToken.payment_method_preview](/api/confirmation_tokens/object?api-version=2026-04-22.dahlia#confirmation_token_object-payment_method_preview-type), [PaymentMethod](/api/payment_methods/object?api-version=2026-04-22.dahlia#payment_method_object-type), [PaymentIntent](/api/payment_intents/object?api-version=2026-04-22.dahlia#payment_intent_object-excluded_payment_method_types), [SetupIntent](/api/setup_intents/object?api-version=2026-04-22.dahlia#setup_intent_object-excluded_payment_method_types), [PaymentLink](/api/payment-link/object?api-version=2026-04-22.dahlia#payment_link_object-payment_method_types) | #### Java | Parameters | Change | Resources or methods | | ----------------------------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `appDistribution`, `sunbitPayments` | Added | [Account.capabilities](/api/accounts/object?api-version=2026-04-22.dahlia#account_object-capabilities), [AccountCreateParams.capabilities](/api/accounts/create?api-version=2026-04-22.dahlia#create_account-capabilities), [AccountUpdateParams.capabilities](/api/accounts/update?api-version=2026-04-22.dahlia#update_account-capabilities) | | `sunbit` | Added | [Charge.payment_method_details](/api/charges/object?api-version=2026-04-22.dahlia#charge_object-payment_method_details), [ConfirmationToken.payment_method_preview](/api/confirmation_tokens/object?api-version=2026-04-22.dahlia#confirmation_token_object-payment_method_preview), [ConfirmationTokenCreateParams.payment_method_data](/api/confirmation_tokens/test_create?api-version=2026-04-22.dahlia#test_create-payment_method_data), [PaymentAttemptRecord.payment_method_details](/api/payment-attempt-record/object?api-version=2026-04-22.dahlia#payment_attempt_record_object-payment_method_details), [PaymentIntentConfirmParams.payment_method_data](/api/payment_intents/confirm?api-version=2026-04-22.dahlia#confirm_payment_intent-payment_method_data), [PaymentIntentCreateParams.payment_method_data](/api/payment_intents/create?api-version=2026-04-22.dahlia#create_payment_intent-payment_method_data), [PaymentIntentUpdateParams.payment_method_data](/api/payment_intents/update?api-version=2026-04-22.dahlia#update_payment_intent-payment_method_data), [PaymentMethod](/api/payment_methods/object?api-version=2026-04-22.dahlia#payment_method_object), [PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2026-04-22.dahlia#payment_method_configuration_object), [PaymentMethodConfigurationCreateParams](/api/payment_method_configurations/create?api-version=2026-04-22.dahlia#create_payment_method_configurations), [PaymentMethodConfigurationUpdateParams](/api/payment_method_configurations/update?api-version=2026-04-22.dahlia#update_payment_method_configurations), [PaymentMethodCreateParams](/api/payment_methods/create?api-version=2026-04-22.dahlia#create_payment_method), [PaymentRecord.payment_method_details](/api/payment-record/object?api-version=2026-04-22.dahlia#payment_record_object-payment_method_details), [SetupIntentConfirmParams.payment_method_data](/api/setup_intents/confirm?api-version=2026-04-22.dahlia#confirm_setup_intent-payment_method_data), [SetupIntentCreateParams.payment_method_data](/api/setup_intents/create?api-version=2026-04-22.dahlia#create_setup_intent-payment_method_data), [SetupIntentUpdateParams.payment_method_data](/api/setup_intents/update?api-version=2026-04-22.dahlia#update_setup_intent-payment_method_data) | | Value | Change | Enums | | -------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `sunbit` | Added | [PaymentIntentCreateParams](/api/payment_intents/create?api-version=2026-04-22.dahlia#create_payment_intent-excludedPaymentMethodTypes), [PaymentIntentUpdateParams](/api/payment_intents/update?api-version=2026-04-22.dahlia#update_payment_intent-excludedPaymentMethodTypes), [PaymentIntentConfirmParams](/api/payment_intents/confirm?api-version=2026-04-22.dahlia#confirm_payment_intent-excludedPaymentMethodTypes), [SetupIntentCreateParams](/api/setup_intents/create?api-version=2026-04-22.dahlia#create_setup_intent-excludedPaymentMethodTypes), [SetupIntentUpdateParams](/api/setup_intents/update?api-version=2026-04-22.dahlia#update_setup_intent-excludedPaymentMethodTypes), [ConfirmationTokenCreateParams.payment_method_data](/api/confirmation_tokens/test_create?api-version=2026-04-22.dahlia#test_create-payment_method_data-type), [PaymentIntentCreateParams.payment_method_data](/api/payment_intents/create?api-version=2026-04-22.dahlia#create_payment_intent-payment_method_data-type), [PaymentIntentUpdateParams.payment_method_data](/api/payment_intents/update?api-version=2026-04-22.dahlia#update_payment_intent-payment_method_data-type), [PaymentIntentConfirmParams.payment_method_data](/api/payment_intents/confirm?api-version=2026-04-22.dahlia#confirm_payment_intent-payment_method_data-type), [SetupIntentCreateParams.payment_method_data](/api/setup_intents/create?api-version=2026-04-22.dahlia#create_setup_intent-payment_method_data-type), [SetupIntentUpdateParams.payment_method_data](/api/setup_intents/update?api-version=2026-04-22.dahlia#update_setup_intent-payment_method_data-type), [SetupIntentConfirmParams.payment_method_data](/api/setup_intents/confirm?api-version=2026-04-22.dahlia#confirm_setup_intent-payment_method_data-type), [CustomerListPaymentMethodsParams](/api/payment_methods/customer_list?api-version=2026-04-22.dahlia#list_customer_payment_methods-type), [PaymentMethodListParams](/api/payment_methods/list?api-version=2026-04-22.dahlia#list_payment_methods-type), [PaymentMethodCreateParams](/api/payment_methods/create?api-version=2026-04-22.dahlia#create_payment_method-type), [checkout.SessionCreateParams](/api/checkout/sessions/create?api-version=2026-04-22.dahlia#create_checkout_session-paymentMethodTypes), [PaymentLinkCreateParams](/api/payment-link/create?api-version=2026-04-22.dahlia#create_payment_link-paymentMethodTypes), [PaymentLinkUpdateParams](/api/payment-link/update?api-version=2026-04-22.dahlia#update_payment_link-paymentMethodTypes) | #### Node.js | Parameters | Change | Resources or methods | | ----------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `sunbit_payments` | Added | [Account.capabilities](/api/accounts/object?api-version=2026-04-22.dahlia#account_object-capabilities), [AccountCreateParams.capabilities](/api/accounts/create?api-version=2026-04-22.dahlia#create_account-capabilities), [AccountUpdateParams.capabilities](/api/accounts/update?api-version=2026-04-22.dahlia#update_account-capabilities) | | `sunbit` | Added | [Charge.payment_method_details](/api/charges/object?api-version=2026-04-22.dahlia#charge_object-payment_method_details), [ConfirmationToken.payment_method_preview](/api/confirmation_tokens/object?api-version=2026-04-22.dahlia#confirmation_token_object-payment_method_preview), [ConfirmationTokenCreateParams.testHelpers.payment_method_data](/api/confirmation_tokens/test_create?api-version=2026-04-22.dahlia#test_create-payment_method_data), [PaymentAttemptRecord.payment_method_details](/api/payment-attempt-record/object?api-version=2026-04-22.dahlia#payment_attempt_record_object-payment_method_details), [PaymentIntentConfirmParams.payment_method_data](/api/payment_intents/confirm?api-version=2026-04-22.dahlia#confirm_payment_intent-payment_method_data), [PaymentIntentCreateParams.payment_method_data](/api/payment_intents/create?api-version=2026-04-22.dahlia#create_payment_intent-payment_method_data), [PaymentIntentUpdateParams.payment_method_data](/api/payment_intents/update?api-version=2026-04-22.dahlia#update_payment_intent-payment_method_data), [PaymentMethod](/api/payment_methods/object?api-version=2026-04-22.dahlia#payment_method_object), [PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2026-04-22.dahlia#payment_method_configuration_object), [PaymentMethodConfigurationCreateParams](/api/payment_method_configurations/create?api-version=2026-04-22.dahlia#create_payment_method_configurations), [PaymentMethodConfigurationUpdateParams](/api/payment_method_configurations/update?api-version=2026-04-22.dahlia#update_payment_method_configurations), [PaymentMethodCreateParams](/api/payment_methods/create?api-version=2026-04-22.dahlia#create_payment_method), [PaymentRecord.payment_method_details](/api/payment-record/object?api-version=2026-04-22.dahlia#payment_record_object-payment_method_details), [SetupIntentConfirmParams.payment_method_data](/api/setup_intents/confirm?api-version=2026-04-22.dahlia#confirm_setup_intent-payment_method_data), [SetupIntentCreateParams.payment_method_data](/api/setup_intents/create?api-version=2026-04-22.dahlia#create_setup_intent-payment_method_data), [SetupIntentUpdateParams.payment_method_data](/api/setup_intents/update?api-version=2026-04-22.dahlia#update_setup_intent-payment_method_data) | | Value | Change | Enums | | -------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `sunbit` | Added | [PaymentIntentCreateParams](/api/payment_intents/create?api-version=2026-04-22.dahlia#create_payment_intent-excluded_payment_method_types), [PaymentIntentUpdateParams](/api/payment_intents/update?api-version=2026-04-22.dahlia#update_payment_intent-excluded_payment_method_types), [PaymentIntentConfirmParams](/api/payment_intents/confirm?api-version=2026-04-22.dahlia#confirm_payment_intent-excluded_payment_method_types), [PaymentIntent](/api/payment_intents/object?api-version=2026-04-22.dahlia#payment_intent_object-excluded_payment_method_types), [SetupIntentCreateParams](/api/setup_intents/create?api-version=2026-04-22.dahlia#create_setup_intent-excluded_payment_method_types), [SetupIntentUpdateParams](/api/setup_intents/update?api-version=2026-04-22.dahlia#update_setup_intent-excluded_payment_method_types), [SetupIntent](/api/setup_intents/object?api-version=2026-04-22.dahlia#setup_intent_object-excluded_payment_method_types), [ConfirmationTokenCreateParams.testHelpers.payment_method_data](/api/confirmation_tokens/test_create?api-version=2026-04-22.dahlia#test_create-payment_method_data-type), [PaymentIntentCreateParams.payment_method_data](/api/payment_intents/create?api-version=2026-04-22.dahlia#create_payment_intent-payment_method_data-type), [PaymentIntentUpdateParams.payment_method_data](/api/payment_intents/update?api-version=2026-04-22.dahlia#update_payment_intent-payment_method_data-type), [PaymentIntentConfirmParams.payment_method_data](/api/payment_intents/confirm?api-version=2026-04-22.dahlia#confirm_payment_intent-payment_method_data-type), [SetupIntentCreateParams.payment_method_data](/api/setup_intents/create?api-version=2026-04-22.dahlia#create_setup_intent-payment_method_data-type), [SetupIntentUpdateParams.payment_method_data](/api/setup_intents/update?api-version=2026-04-22.dahlia#update_setup_intent-payment_method_data-type), [SetupIntentConfirmParams.payment_method_data](/api/setup_intents/confirm?api-version=2026-04-22.dahlia#confirm_setup_intent-payment_method_data-type), [ConfirmationToken.payment_method_preview](/api/confirmation_tokens/object?api-version=2026-04-22.dahlia#confirmation_token_object-payment_method_preview-type), [PaymentMethod](/api/payment_methods/object?api-version=2026-04-22.dahlia#payment_method_object-type), [CustomerListPaymentMethodsParams](/api/payment_methods/customer_list?api-version=2026-04-22.dahlia#list_customer_payment_methods-type), [PaymentMethodListParams](/api/payment_methods/list?api-version=2026-04-22.dahlia#list_payment_methods-type), [PaymentMethodCreateParams](/api/payment_methods/create?api-version=2026-04-22.dahlia#create_payment_method-type), [Checkout.SessionCreateParams](/api/checkout/sessions/create?api-version=2026-04-22.dahlia#create_checkout_session-payment_method_types), [PaymentLinkCreateParams](/api/payment-link/create?api-version=2026-04-22.dahlia#create_payment_link-payment_method_types), [PaymentLinkUpdateParams](/api/payment-link/update?api-version=2026-04-22.dahlia#update_payment_link-payment_method_types), [PaymentLink](/api/payment-link/object?api-version=2026-04-22.dahlia#payment_link_object-payment_method_types) | #### Go | Parameters | Change | Resources or methods | | ----------------------------------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `AppDistribution`, `SunbitPayments` | Added | [AccountCapabilities](/api/accounts/object?api-version=2026-04-22.dahlia#account_object-capabilities), [AccountCapabilitiesParams](/api/accounts/update?api-version=2026-04-22.dahlia#update_account-capabilities) | | `Sunbit` | Added | [ChargePaymentMethodDetails](/api/charges/object?api-version=2026-04-22.dahlia#charge_object-payment_method_details), [ConfirmationTokenPaymentMethodDataParams](/api/confirmation_tokens/test_create?api-version=2026-04-22.dahlia#test_create-payment_method_data), [ConfirmationTokenPaymentMethodPreview](/api/confirmation_tokens/object?api-version=2026-04-22.dahlia#confirmation_token_object-payment_method_preview), [PaymentAttemptRecordPaymentMethodDetails](/api/payment-attempt-record/object?api-version=2026-04-22.dahlia#payment_attempt_record_object-payment_method_details), [PaymentIntentConfirmPaymentMethodDataParams](/api/payment_intents/confirm?api-version=2026-04-22.dahlia#confirm_payment_intent-payment_method_data), [PaymentIntentPaymentMethodDataParams](/api/payment_intents/create?api-version=2026-04-22.dahlia#create_payment_intent-payment_method_data), [PaymentMethod](/api/payment_methods/object?api-version=2026-04-22.dahlia#payment_method_object), [PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2026-04-22.dahlia#payment_method_configuration_object), [PaymentMethodConfigurationParams](/api/payment_method_configurations/create?api-version=2026-04-22.dahlia#create_payment_method_configurations), [PaymentMethodParams](/api/payment_methods/create?api-version=2026-04-22.dahlia#create_payment_method), [PaymentRecordPaymentMethodDetails](/api/payment-record/object?api-version=2026-04-22.dahlia#payment_record_object-payment_method_details), [SetupIntentConfirmPaymentMethodDataParams](/api/setup_intents/confirm?api-version=2026-04-22.dahlia#confirm_setup_intent-payment_method_data), [SetupIntentPaymentMethodDataParams](/api/setup_intents/create?api-version=2026-04-22.dahlia#create_setup_intent-payment_method_data) | | Value | Change | Enums | | -------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `sunbit` | Added | [ConfirmationTokenPaymentMethodPreview](/api/confirmation_tokens/object?api-version=2026-04-22.dahlia#confirmation_token_object-payment_method_preview-Type), [PaymentMethod](/api/payment_methods/object?api-version=2026-04-22.dahlia#payment_method_object-Type), [PaymentIntent](/api/payment_intents/object?api-version=2026-04-22.dahlia#payment_intent_object-ExcludedPaymentMethodTypes), [SetupIntent](/api/setup_intents/object?api-version=2026-04-22.dahlia#setup_intent_object-ExcludedPaymentMethodTypes), [PaymentLink](/api/payment-link/object?api-version=2026-04-22.dahlia#payment_link_object-PaymentMethodTypes) | #### .NET | Parameters | Change | Resources or methods | | ----------------------------------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `AppDistribution`, `SunbitPayments` | Added | [Account.Capabilities](/api/accounts/object?api-version=2026-04-22.dahlia#account_object-capabilities), [AccountCapabilitiesOptions](/api/accounts/update?api-version=2026-04-22.dahlia#update_account-capabilities) | | `Sunbit` | Added | [Charge.PaymentMethodDetails](/api/charges/object?api-version=2026-04-22.dahlia#charge_object-payment_method_details), [ConfirmationToken.PaymentMethodPreview](/api/confirmation_tokens/object?api-version=2026-04-22.dahlia#confirmation_token_object-payment_method_preview), [ConfirmationTokenPaymentMethodDataOptions](/api/confirmation_tokens/test_create?api-version=2026-04-22.dahlia#test_create-payment_method_data), [PaymentAttemptRecord.PaymentMethodDetails](/api/payment-attempt-record/object?api-version=2026-04-22.dahlia#payment_attempt_record_object-payment_method_details), [PaymentIntentPaymentMethodDataOptions](/api/payment_intents/create?api-version=2026-04-22.dahlia#create_payment_intent-payment_method_data), [PaymentMethod](/api/payment_methods/object?api-version=2026-04-22.dahlia#payment_method_object), [PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2026-04-22.dahlia#payment_method_configuration_object), [PaymentMethodConfigurationCreateOptions](/api/payment_method_configurations/create?api-version=2026-04-22.dahlia#create_payment_method_configurations), [PaymentMethodConfigurationUpdateOptions](/api/payment_method_configurations/update?api-version=2026-04-22.dahlia#update_payment_method_configurations), [PaymentMethodCreateOptions](/api/payment_methods/create?api-version=2026-04-22.dahlia#create_payment_method), [PaymentRecord.PaymentMethodDetails](/api/payment-record/object?api-version=2026-04-22.dahlia#payment_record_object-payment_method_details), [SetupIntentPaymentMethodDataOptions](/api/setup_intents/create?api-version=2026-04-22.dahlia#create_setup_intent-payment_method_data) | ## アップグレード #### REST API 1. Workbench で[現在の API バージョンを表示します](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench)。 1. SDK を使用している場合は、この API バージョンに対応する SDK バージョンにアップグレードします。 - SDK を使用していない場合は、`Stripe-Version: 2026-04-22.dahlia` を含めるように [API リクエスト](https://docs.stripe.com/api/versioning.md)を更新してください。 1. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 1. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 1. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 1. Workbench で[アップグレードを実行](https://docs.stripe.com/upgrades.md#perform-the-upgrade)します。[バージョンをロールバック](https://docs.stripe.com/upgrades.md#roll-back-your-api-version)できるのは 72 時間以内です。 [Stripe API のアップグレード](https://docs.stripe.com/upgrades.md)について、詳細をご確認ください。 #### Ruby 1. Workbench で[現在の API バージョンを表示します](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench)。 1. Ruby SDK を 最新バージョンにアップグレードします。 1. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 1. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 1. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 1. Workbench で[アップグレードを実行](https://docs.stripe.com/upgrades.md#perform-the-upgrade)します。[バージョンをロールバック](https://docs.stripe.com/upgrades.md#roll-back-your-api-version)できるのは 72 時間以内です。 [Stripe API のアップグレード](https://docs.stripe.com/upgrades.md)について、詳細をご確認ください。 #### Python 1. Workbench で[現在の API バージョンを表示します](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench)。 1. Python SDK を 最新バージョンにアップグレードします。 1. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 1. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 1. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 1. Workbench で[アップグレードを実行](https://docs.stripe.com/upgrades.md#perform-the-upgrade)します。[バージョンをロールバック](https://docs.stripe.com/upgrades.md#roll-back-your-api-version)できるのは 72 時間以内です。 [Stripe API のアップグレード](https://docs.stripe.com/upgrades.md)について、詳細をご確認ください。 #### PHP 1. Workbench で[現在の API バージョンを表示します](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench)。 1. PHP SDK を 最新バージョンにアップグレードします。 1. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 1. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 1. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 1. Workbench で[アップグレードを実行](https://docs.stripe.com/upgrades.md#perform-the-upgrade)します。[バージョンをロールバック](https://docs.stripe.com/upgrades.md#roll-back-your-api-version)できるのは 72 時間以内です。 [Stripe API のアップグレード](https://docs.stripe.com/upgrades.md)について、詳細をご確認ください。 #### Java 1. Workbench で[現在の API バージョンを表示します](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench)。 1. Java SDK を 最新バージョンにアップグレードします。 1. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 1. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 1. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 1. Workbench で[アップグレードを実行](https://docs.stripe.com/upgrades.md#perform-the-upgrade)します。[バージョンをロールバック](https://docs.stripe.com/upgrades.md#roll-back-your-api-version)できるのは 72 時間以内です。 [Stripe API のアップグレード](https://docs.stripe.com/upgrades.md)について、詳細をご確認ください。 #### Node.js 1. Workbench で[現在の API バージョンを表示します](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench)。 1. Node SDK を 最新バージョンにアップグレードします。 1. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 1. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 1. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 1. Workbench で[アップグレードを実行](https://docs.stripe.com/upgrades.md#perform-the-upgrade)します。[バージョンをロールバック](https://docs.stripe.com/upgrades.md#roll-back-your-api-version)できるのは 72 時間以内です。 [Stripe API のアップグレード](https://docs.stripe.com/upgrades.md)について、詳細をご確認ください。 #### Go 1. Workbench で[現在の API バージョンを表示します](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench)。 1. Go SDK を 最新バージョンにアップグレードします。 1. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 1. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 1. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 1. Workbench で[アップグレードを実行](https://docs.stripe.com/upgrades.md#perform-the-upgrade)します。[バージョンをロールバック](https://docs.stripe.com/upgrades.md#roll-back-your-api-version)できるのは 72 時間以内です。 [Stripe API のアップグレード](https://docs.stripe.com/upgrades.md)について、詳細をご確認ください。 #### .NET 1. Workbench で[現在の API バージョンを表示します](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench)。 1. .NET SDK を 最新バージョンにアップグレードします。 1. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 1. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 1. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 1. Workbench で[アップグレードを実行](https://docs.stripe.com/upgrades.md#perform-the-upgrade)します。[バージョンをロールバック](https://docs.stripe.com/upgrades.md#roll-back-your-api-version)できるのは 72 時間以内です。 [Stripe API のアップグレード](https://docs.stripe.com/upgrades.md)について、詳細をご確認ください。 ## 関連する変更 - [Pix の継続課金への対応を追加](https://docs.stripe.com/changelog/dahlia/2026-04-22/pix-recurring-payments-support.md) - [カードの Setup Attempt の決済手段詳細に moto プロパティを追加](https://docs.stripe.com/changelog/dahlia/2026-04-22/setup-attempt-payment-method-details-for-cards-moto.md) - [端末リーダーでの Klarna 決済の QR コード対応を追加](https://docs.stripe.com/changelog/dahlia/2026-04-22/klarna-payments-with-terminal-readers-qr-code-support.md) - [Payment Intent API に金額確認パラメーターを追加](https://docs.stripe.com/changelog/dahlia/2026-04-22/amount-confirmation-parameter-to-paymentintent.md) - [Stripe のマーチャントオブレコードソリューションである Managed Payments への対応を追加](https://docs.stripe.com/changelog/dahlia/2026-04-22/managed-payments.md)