# Ajout du service de support pour Sunbit, un moyen de paiement différé ## Nouveautés Ajout du service de support pour [Sunbit](https://docs.stripe.com/payments/sunbit.md), un moyen de paiement différé (BNPL). Sunbit est un moyen de paiement synchrone avec redirection qui permet aux clients de payer en 3, 6, 12 ou 18 versements mensuels échelonnés. Sunbit est pris en charge lorsque vous utilisez [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) et [Payment Links](https://docs.stripe.com/api/payment-link.md?api-version=2026-04-22.dahlia). Les comptes connectés aux États-Unis peuvent également désormais accepter les paiements Sunbit. Pour commencer à accepter les paiements Sunbit, consultez la page [Moyen de paiement Sunbit](https://docs.stripe.com/payments/sunbit/accept-a-payment.md). ## Impact Vous pouvez désormais proposer aux clients américains une option de paiement échelonné via Sunbit, ce qui peut contribuer à augmenter les taux de conversion en proposant des conditions de paiement flexibles. Sunbit étant un moyen de paiement à usage unique, les clients doivent donc passer par le flux d’autorisation pour chaque transaction. ## Modifications #### API REST | 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) | ## Mise à niveau #### API REST 1. [Consultez la version actuelle de votre API](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) dans Workbench. 1. Si vous utilisez un SDK, passez à une version correspondant à celle de l’API. - Si vous n’utilisez pas de SDK, mettez à jour vos [requêtes API](https://docs.stripe.com/api/versioning.md) pour inclure la `version Stripe : 2026-04-22.dahlia` 1. Mettez à niveau la version de l’API utilisée pour les [endpoints de webhook](https://docs.stripe.com/webhooks/versioning.md). 1. [Testez votre intégration](https://docs.stripe.com/testing.md) avec la nouvelle version. 1. Si vous utilisez Connect, [testez votre intégration Connect](https://docs.stripe.com/connect/testing.md). 1. [Effectuez la mise à niveau](https://docs.stripe.com/upgrades.md#perform-the-upgrade) dans Workbench. Vous pourrez [revenir à la version précédente](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) pendant 72 heures. En savoir plus sur les [mises à niveau de l’API Stripe](https://docs.stripe.com/upgrades.md). #### Ruby 1. [Consultez la version actuelle de votre API](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) dans Workbench. 1. Mettez à niveau votre SDK Ruby vers la dernière version. 1. Mettez à niveau la version de l’API utilisée pour les [endpoints de webhook](https://docs.stripe.com/webhooks/versioning.md). 1. [Testez votre intégration](https://docs.stripe.com/testing.md) avec la nouvelle version. 1. Si vous utilisez Connect, [testez votre intégration Connect](https://docs.stripe.com/connect/testing.md). 1. [Effectuez la mise à niveau](https://docs.stripe.com/upgrades.md#perform-the-upgrade) dans Workbench. Vous pourrez [revenir à la version précédente](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) pendant 72 heures. En savoir plus sur les [mises à niveau de l’API Stripe](https://docs.stripe.com/upgrades.md). #### Python 1. [Consultez la version actuelle de votre API](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) dans Workbench. 1. Mettez à niveau votre SDK Python vers la dernière version. 1. Mettez à niveau la version de l’API utilisée pour les [endpoints de webhook](https://docs.stripe.com/webhooks/versioning.md). 1. [Testez votre intégration](https://docs.stripe.com/testing.md) avec la nouvelle version. 1. Si vous utilisez Connect, [testez votre intégration Connect](https://docs.stripe.com/connect/testing.md). 1. [Effectuez la mise à niveau](https://docs.stripe.com/upgrades.md#perform-the-upgrade) dans Workbench. Vous pourrez [revenir à la version précédente](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) pendant 72 heures. En savoir plus sur les [mises à niveau de l’API Stripe](https://docs.stripe.com/upgrades.md). #### PHP 1. [Consultez la version actuelle de votre API](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) dans Workbench. 1. Mettez à niveau votre SDK PHP vers la dernière version. 1. Mettez à niveau la version de l’API utilisée pour les [endpoints de webhook](https://docs.stripe.com/webhooks/versioning.md). 1. [Testez votre intégration](https://docs.stripe.com/testing.md) avec la nouvelle version. 1. Si vous utilisez Connect, [testez votre intégration Connect](https://docs.stripe.com/connect/testing.md). 1. [Effectuez la mise à niveau](https://docs.stripe.com/upgrades.md#perform-the-upgrade) dans Workbench. Vous pourrez [revenir à la version précédente](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) pendant 72 heures. En savoir plus sur les [mises à niveau de l’API Stripe](https://docs.stripe.com/upgrades.md). #### Java 1. [Consultez la version actuelle de votre API](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) dans Workbench. 1. Mettez à niveau votre SDK Java vers la dernière version. 1. Mettez à niveau la version de l’API utilisée pour les [endpoints de webhook](https://docs.stripe.com/webhooks/versioning.md). 1. [Testez votre intégration](https://docs.stripe.com/testing.md) avec la nouvelle version. 1. Si vous utilisez Connect, [testez votre intégration Connect](https://docs.stripe.com/connect/testing.md). 1. [Effectuez la mise à niveau](https://docs.stripe.com/upgrades.md#perform-the-upgrade) dans Workbench. Vous pourrez [revenir à la version précédente](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) pendant 72 heures. En savoir plus sur les [mises à niveau de l’API Stripe](https://docs.stripe.com/upgrades.md). #### Node.js 1. [Consultez la version actuelle de votre API](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) dans Workbench. 1. Mettez à niveau votre SDK Node vers la dernière version. 1. Mettez à niveau la version de l’API utilisée pour les [endpoints de webhook](https://docs.stripe.com/webhooks/versioning.md). 1. [Testez votre intégration](https://docs.stripe.com/testing.md) avec la nouvelle version. 1. Si vous utilisez Connect, [testez votre intégration Connect](https://docs.stripe.com/connect/testing.md). 1. [Effectuez la mise à niveau](https://docs.stripe.com/upgrades.md#perform-the-upgrade) dans Workbench. Vous pourrez [revenir à la version précédente](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) pendant 72 heures. En savoir plus sur les [mises à niveau de l’API Stripe](https://docs.stripe.com/upgrades.md). #### Go 1. [Consultez la version actuelle de votre API](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) dans Workbench. 1. Mettez à niveau votre SDK Go vers la dernière version. 1. Mettez à niveau la version de l’API utilisée pour les [endpoints de webhook](https://docs.stripe.com/webhooks/versioning.md). 1. [Testez votre intégration](https://docs.stripe.com/testing.md) avec la nouvelle version. 1. Si vous utilisez Connect, [testez votre intégration Connect](https://docs.stripe.com/connect/testing.md). 1. [Effectuez la mise à niveau](https://docs.stripe.com/upgrades.md#perform-the-upgrade) dans Workbench. Vous pourrez [revenir à la version précédente](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) pendant 72 heures. En savoir plus sur les [mises à niveau de l’API Stripe](https://docs.stripe.com/upgrades.md). #### .NET 1. [Consultez la version actuelle de votre API](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) dans Workbench. 1. Mettez à niveau votre SDK .NET vers la dernière version. 1. Mettez à niveau la version de l’API utilisée pour les [endpoints de webhook](https://docs.stripe.com/webhooks/versioning.md). 1. [Testez votre intégration](https://docs.stripe.com/testing.md) avec la nouvelle version. 1. Si vous utilisez Connect, [testez votre intégration Connect](https://docs.stripe.com/connect/testing.md). 1. [Effectuez la mise à niveau](https://docs.stripe.com/upgrades.md#perform-the-upgrade) dans Workbench. Vous pourrez [revenir à la version précédente](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) pendant 72 heures. En savoir plus sur les [mises à niveau de l’API Stripe](https://docs.stripe.com/upgrades.md). ## Modifications associées - [Ajout de la prise en charge des paiements récurrents Pix](https://docs.stripe.com/changelog/dahlia/2026-04-22/pix-recurring-payments-support.md) - [Ajout de la propriété moto aux informations du moyen de paiement Setup Attempt pour les cartes](https://docs.stripe.com/changelog/dahlia/2026-04-22/setup-attempt-payment-method-details-for-cards-moto.md) - [Ajout de la prise en charge des QR codes pour les paiements Klarna avec les lecteurs Terminal](https://docs.stripe.com/changelog/dahlia/2026-04-22/klarna-payments-with-terminal-readers-qr-code-support.md) - [Ajoute un paramètre de confirmation du montant à l’API Payment Intent](https://docs.stripe.com/changelog/dahlia/2026-04-22/amount-confirmation-parameter-to-paymentintent.md) - [Ajout de la prise en charge de Managed Payments, la solution de marchand officiel de Stripe](https://docs.stripe.com/changelog/dahlia/2026-04-22/managed-payments.md)