# Fügt Unterstützung für Alma in Frankreich hinzu ## Das ändert sich [Alma](https://docs.stripe.com/payments/alma.md) ist eine Zahlungsmethode für „[Jetzt kaufen, später bezahlen](https://docs.stripe.com/payments/buy-now-pay-later.md)“, die jetzt in Frankreich verfügbar ist. ## Auswirkungen Sie können französischen Kundinnen und Kunden die Möglichkeit bieten, in 2, 3 oder 4 Raten zu bezahlen, während Sie sofort bezahlt werden. Erfahren Sie, wie Sie [mit Alma loslegen](https://docs.stripe.com/payments/alma.md#get-started) können. ## Änderungen #### REST API | Parameters | Change | Resources or endpoints | | --------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `alma` | Added | [Charge.payment_method_details](/api/charges/object?api-version=2024-10-28.acacia#charge_object-payment_method_details), [ConfirmationToken.payment_method_preview](/api/confirmation_tokens/object?api-version=2024-10-28.acacia#confirmation_token_object-payment_method_preview), [ConfirmationToken.testHelpers#create.payment_method_data](/api/confirmation_tokens/test_create?api-version=2024-10-28.acacia#test_create-payment_method_data), [PaymentIntent#confirm.payment_method_data](/api/payment_intents/confirm?api-version=2024-10-28.acacia#confirm_payment_intent-payment_method_data), [PaymentIntent#confirm.payment_method_options](/api/payment_intents/confirm?api-version=2024-10-28.acacia#confirm_payment_intent-payment_method_options), [PaymentIntent#create.payment_method_data](/api/payment_intents/create?api-version=2024-10-28.acacia#create_payment_intent-payment_method_data), [PaymentIntent#create.payment_method_options](/api/payment_intents/create?api-version=2024-10-28.acacia#create_payment_intent-payment_method_options), [PaymentIntent#update.payment_method_data](/api/payment_intents/update?api-version=2024-10-28.acacia#update_payment_intent-payment_method_data), [PaymentIntent#update.payment_method_options](/api/payment_intents/update?api-version=2024-10-28.acacia#update_payment_intent-payment_method_options), [PaymentIntent.payment_method_options](/api/payment_intents/object?api-version=2024-10-28.acacia#payment_intent_object-payment_method_options), [PaymentMethod#create](/api/payment_methods/create?api-version=2024-10-28.acacia), [PaymentMethodConfiguration#create](/api/payment_method_configurations/create?api-version=2024-10-28.acacia), [PaymentMethodConfiguration#update](/api/payment_method_configurations/update?api-version=2024-10-28.acacia), [PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2024-10-28.acacia), [PaymentMethod](/api/payment_methods/object?api-version=2024-10-28.acacia), [Refund.destination_details](/api/refunds/object?api-version=2024-10-28.acacia#refund_object-destination_details), [SetupIntent#confirm.payment_method_data](/api/setup_intents/confirm?api-version=2024-10-28.acacia#confirm_setup_intent-payment_method_data), [SetupIntent#create.payment_method_data](/api/setup_intents/create?api-version=2024-10-28.acacia#create_setup_intent-payment_method_data), [SetupIntent#update.payment_method_data](/api/setup_intents/update?api-version=2024-10-28.acacia#update_setup_intent-payment_method_data) | | `alma_payments` | Added | [Account#create.capabilities](/api/accounts/create?api-version=2024-10-28.acacia#create_account-capabilities), [Account#update.capabilities](/api/accounts/update?api-version=2024-10-28.acacia#update_account-capabilities), [Account.capabilities](/api/accounts/object?api-version=2024-10-28.acacia#account_object-capabilities) | | Values | Change | Enums | | ------ | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `alma` | Added | [PaymentLink#create.payment_method_types[]](/api/payment-link/create?api-version=2024-10-28.acacia#create_payment_link-payment_method_types), [PaymentLink#update.payment_method_types[]](/api/payment-link/update?api-version=2024-10-28.acacia#update_payment_link-payment_method_types), [PaymentLink.payment_method_types[]](/api/payment-link/object?api-version=2024-10-28.acacia#payment_link_object-payment_method_types) | | `alma` | Added | [ConfirmationToken.payment_method_preview.type](/api/confirmation_tokens/object?api-version=2024-10-28.acacia#confirmation_token_object-payment_method_preview-type), [PaymentMethod.type](/api/payment_methods/object?api-version=2024-10-28.acacia#payment_method_object-type) | | `alma` | Added | [Checkout.Session#create.payment_method_types[]](/api/checkout/sessions/create?api-version=2024-10-28.acacia#create_checkout_session-payment_method_types), [Customer#list_payment_methods.type](/api/payment_methods/customer_list?api-version=2024-10-28.acacia#list_customer_payment_methods-type), [PaymentMethod#create.type](/api/payment_methods/create?api-version=2024-10-28.acacia#create_payment_method-type), [PaymentMethod#list.type](/api/payment_methods/list?api-version=2024-10-28.acacia#list_payment_methods-type) | | `alma` | Added | [ConfirmationToken.testHelpers#create.payment_method_data.type](/api/confirmation_tokens/test_create?api-version=2024-10-28.acacia#test_create-payment_method_data-type), [PaymentIntent#confirm.payment_method_data.type](/api/payment_intents/confirm?api-version=2024-10-28.acacia#confirm_payment_intent-payment_method_data-type), [PaymentIntent#create.payment_method_data.type](/api/payment_intents/create?api-version=2024-10-28.acacia#create_payment_intent-payment_method_data-type), [PaymentIntent#update.payment_method_data.type](/api/payment_intents/update?api-version=2024-10-28.acacia#update_payment_intent-payment_method_data-type), [SetupIntent#confirm.payment_method_data.type](/api/setup_intents/confirm?api-version=2024-10-28.acacia#confirm_setup_intent-payment_method_data-type), [SetupIntent#create.payment_method_data.type](/api/setup_intents/create?api-version=2024-10-28.acacia#create_setup_intent-payment_method_data-type), [SetupIntent#update.payment_method_data.type](/api/setup_intents/update?api-version=2024-10-28.acacia#update_setup_intent-payment_method_data-type) | #### Ruby Diese Änderung wirkt sich nicht auf das Ruby SDK aus. #### Python | Parameters | Change | Resources or methods | | --------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `alma_payments` | Added | [stripe.Account.Capabilities](/api/accounts/object?api-version=2024-10-28.acacia#account_object-capabilities), [stripe.Account.CreateParamsCapabilities](/api/accounts/create?api-version=2024-10-28.acacia#create_account-capabilities) | | `alma` | Added | [stripe.Charge.PaymentMethodDetails](/api/charges/object?api-version=2024-10-28.acacia#charge_object-payment_method_details), [stripe.ConfirmationToken.PaymentMethodPreview](/api/confirmation_tokens/object?api-version=2024-10-28.acacia#confirmation_token_object-payment_method_preview), [stripe.PaymentIntent.PaymentMethodOptions](/api/payment_intents/object?api-version=2024-10-28.acacia#payment_intent_object-payment_method_options), [stripe.Refund.DestinationDetails](/api/refunds/object?api-version=2024-10-28.acacia#refund_object-destination_details), [stripe.ConfirmationToken.CreateParamsPaymentMethodData](/api/confirmation_tokens/object?api-version=2024-10-28.acacia#confirmation_token_object-payment_method_preview), [stripe.PaymentIntent.ConfirmParamsPaymentMethodData](/api/payment_intents/confirm?api-version=2024-10-28.acacia#confirm_payment_intent-payment_method_data), [stripe.PaymentIntent.ConfirmParamsPaymentMethodOptions](/api/payment_intents/confirm?api-version=2024-10-28.acacia#confirm_payment_intent-payment_method_options), [stripe.PaymentIntent.CreateParamsPaymentMethodData](/api/payment_intents/create?api-version=2024-10-28.acacia#create_payment_intent-payment_method_data), [stripe.PaymentIntent.CreateParamsPaymentMethodOptions](/api/payment_intents/create?api-version=2024-10-28.acacia#create_payment_intent-payment_method_options), [stripe.PaymentIntent.ModifyParamsPaymentMethodData](/api/payment_intents/update?api-version=2024-10-28.acacia#update_payment_intent-payment_method_data), [stripe.PaymentIntent.ModifyParamsPaymentMethodOptions](/api/payment_intents/update?api-version=2024-10-28.acacia#update_payment_intent-payment_method_options), [stripe.PaymentMethod.CreateParams](/api/payment_methods/create?api-version=2024-10-28.acacia), [stripe.PaymentMethodConfiguration.CreateParams](/api/payment_method_configurations/create?api-version=2024-10-28.acacia), [stripe.PaymentMethodConfiguration.ModifyParams](/api/payment_method_configurations/update?api-version=2024-10-28.acacia), [stripe.SetupIntent.ConfirmParamsPaymentMethodData](/api/setup_intents/confirm?api-version=2024-10-28.acacia#confirm_setup_intent-payment_method_data), [stripe.SetupIntent.CreateParamsPaymentMethodData](/api/setup_intents/create?api-version=2024-10-28.acacia#create_setup_intent-payment_method_data), [stripe.SetupIntent.ModifyParamsPaymentMethodData](/api/setup_intents/update?api-version=2024-10-28.acacia#update_setup_intent-payment_method_data), [stripe.PaymentMethod](/api/payment_methods/object?api-version=2024-10-28.acacia), [stripe.PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2024-10-28.acacia) | | Value | Change | Enums | | ------ | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `alma` | Added | [stripe.checkout.Session.CreateParams.payment_method_types](/api/checkout/sessions/create?api-version=2024-10-28.acacia#create_checkout_session-payment_method_types), [stripe.ConfirmationToken.PaymentMethodPreview.type](/api/confirmation_tokens/object?api-version=2024-10-28.acacia#confirmation_token_object-payment_method_preview-type), [stripe.ConfirmationToken.CreateParamsPaymentMethodData.type](/api/confirmation_tokens/object?api-version=2024-10-28.acacia#confirmation_token_object-payment_method_preview-type), [stripe.Customer.ListPaymentMethodsParams.type](/api/payment_methods/customer_list?api-version=2024-10-28.acacia#list_customer_payment_methods-type), [stripe.PaymentIntent.ConfirmParamsPaymentMethodData.type](/api/payment_intents/confirm?api-version=2024-10-28.acacia#confirm_payment_intent-payment_method_data-type), [stripe.PaymentIntent.CreateParamsPaymentMethodData.type](/api/payment_intents/create?api-version=2024-10-28.acacia#create_payment_intent-payment_method_data-type), [stripe.PaymentIntent.ModifyParamsPaymentMethodData.type](/api/payment_intents/update?api-version=2024-10-28.acacia#update_payment_intent-payment_method_data-type), [stripe.PaymentLink.payment_method_types](/api/payment-link/object?api-version=2024-10-28.acacia#payment_link_object-payment_method_types), [stripe.PaymentLink.CreateParams.payment_method_types](/api/payment-link/create?api-version=2024-10-28.acacia#create_payment_link-payment_method_types), [stripe.PaymentLink.ModifyParams.payment_method_types](/api/payment-link/update?api-version=2024-10-28.acacia#update_payment_link-payment_method_types), [stripe.PaymentMethod.type](/api/payment_methods/object?api-version=2024-10-28.acacia#payment_method_object-type), [stripe.PaymentMethod.CreateParams.type](/api/payment_methods/create?api-version=2024-10-28.acacia#create_payment_method-type), [stripe.PaymentMethod.ListParams.type](/api/payment_methods/list?api-version=2024-10-28.acacia#list_payment_methods-type), [stripe.SetupIntent.ConfirmParamsPaymentMethodData.type](/api/setup_intents/confirm?api-version=2024-10-28.acacia#confirm_setup_intent-payment_method_data-type), [stripe.SetupIntent.CreateParamsPaymentMethodData.type](/api/setup_intents/create?api-version=2024-10-28.acacia#create_setup_intent-payment_method_data-type), [stripe.SetupIntent.ModifyParamsPaymentMethodData.type](/api/setup_intents/update?api-version=2024-10-28.acacia#update_setup_intent-payment_method_data-type) | #### PHP | Parameter | Change | Resources or methods | | --------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `alma` | Added | [PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2024-10-28.acacia), [PaymentMethod](/api/payment_methods/object?api-version=2024-10-28.acacia) | | Values | Change | Enums | | ------ | ------ | ------------------------------------------------------------------------------------------------------------------------------------- | | `alma` | Added | [PaymentLink.payment_method_types[]](/api/payment-link/object?api-version=2024-10-28.acacia#payment_link_object-payment_method_types) | | `alma` | Added | [PaymentMethod.type](/api/payment_methods/object?api-version=2024-10-28.acacia#payment_method_object-type) | #### Java | Parameters | Change | Resources or methods | | --------------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `alma` | Added | [Charge.payment_method_details](/api/charges/object?api-version=2024-10-28.acacia#charge_object-payment_method_details), [ConfirmationToken.payment_method_preview](/api/confirmation_tokens/object?api-version=2024-10-28.acacia#confirmation_token_object-payment_method_preview), [ConfirmationTokenCreateParams.payment_method_data](/api/confirmation_tokens/test_create?api-version=2024-10-28.acacia#test_create-payment_method_data), [PaymentIntent.payment_method_options](/api/payment_intents/object?api-version=2024-10-28.acacia#payment_intent_object-payment_method_options), [PaymentIntentConfirmParams.payment_method_data](/api/payment_intents/confirm?api-version=2024-10-28.acacia#confirm_payment_intent-payment_method_data), [PaymentIntentConfirmParams.payment_method_options](/api/payment_intents/confirm?api-version=2024-10-28.acacia#confirm_payment_intent-payment_method_options), [PaymentIntentCreateParams.payment_method_data](/api/payment_intents/create?api-version=2024-10-28.acacia#create_payment_intent-payment_method_data), [PaymentIntentCreateParams.payment_method_options](/api/payment_intents/create?api-version=2024-10-28.acacia#create_payment_intent-payment_method_options), [PaymentIntentUpdateParams.payment_method_data](/api/payment_intents/update?api-version=2024-10-28.acacia#update_payment_intent-payment_method_data), [PaymentIntentUpdateParams.payment_method_options](/api/payment_intents/update?api-version=2024-10-28.acacia#update_payment_intent-payment_method_options), [PaymentMethodConfigurationCreateParams](/api/payment_method_configurations/create?api-version=2024-10-28.acacia), [PaymentMethodConfigurationUpdateParams](/api/payment_method_configurations/update?api-version=2024-10-28.acacia), [PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2024-10-28.acacia), [PaymentMethodCreateParams](/api/payment_methods/create?api-version=2024-10-28.acacia), [PaymentMethod](/api/payment_methods/object?api-version=2024-10-28.acacia), [Refund.destination_details](/api/refunds/object?api-version=2024-10-28.acacia#refund_object-destination_details), [SetupIntentConfirmParams.payment_method_data](/api/setup_intents/confirm?api-version=2024-10-28.acacia#confirm_setup_intent-payment_method_data), [SetupIntentCreateParams.payment_method_data](/api/setup_intents/create?api-version=2024-10-28.acacia#create_setup_intent-payment_method_data), [SetupIntentUpdateParams.payment_method_data](/api/setup_intents/update?api-version=2024-10-28.acacia#update_setup_intent-payment_method_data) | | `alma_payments` | Added | [Account.capabilities](/api/accounts/object?api-version=2024-10-28.acacia#account_object-capabilities), [AccountCreateParams.capabilities](/api/accounts/create?api-version=2024-10-28.acacia#create_account-capabilities), [AccountUpdateParams.capabilities](/api/accounts/update?api-version=2024-10-28.acacia#update_account-capabilities) | | Values | Change | Enums | | ------ | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `alma` | Added | [PaymentLinkCreateParams.payment_method_types[]](/api/payment-link/create?api-version=2024-10-28.acacia#create_payment_link-payment_method_types), [PaymentLinkUpdateParams.payment_method_types[]](/api/payment-link/update?api-version=2024-10-28.acacia#update_payment_link-payment_method_types) | | `alma` | Added | [CustomerListPaymentMethodsParams.type](/api/payment_methods/customer_list?api-version=2024-10-28.acacia#list_customer_payment_methods-type), [PaymentMethodCreateParams.type](/api/payment_methods/create?api-version=2024-10-28.acacia#create_payment_method-type), [PaymentMethodListParams.type](/api/payment_methods/list?api-version=2024-10-28.acacia#list_payment_methods-type), [checkout.SessionCreateParams.payment_method_types[]](/api/checkout/sessions/create?api-version=2024-10-28.acacia#create_checkout_session-payment_method_types) | | `alma` | Added | [ConfirmationTokenCreateParams.payment_method_data.type](/api/confirmation_tokens/test_create?api-version=2024-10-28.acacia#test_create-payment_method_data-type), [PaymentIntentConfirmParams.payment_method_data.type](/api/payment_intents/confirm?api-version=2024-10-28.acacia#confirm_payment_intent-payment_method_data-type), [PaymentIntentCreateParams.payment_method_data.type](/api/payment_intents/create?api-version=2024-10-28.acacia#create_payment_intent-payment_method_data-type), [PaymentIntentUpdateParams.payment_method_data.type](/api/payment_intents/update?api-version=2024-10-28.acacia#update_payment_intent-payment_method_data-type), [SetupIntentConfirmParams.payment_method_data.type](/api/setup_intents/confirm?api-version=2024-10-28.acacia#confirm_setup_intent-payment_method_data-type), [SetupIntentCreateParams.payment_method_data.type](/api/setup_intents/create?api-version=2024-10-28.acacia#create_setup_intent-payment_method_data-type), [SetupIntentUpdateParams.payment_method_data.type](/api/setup_intents/update?api-version=2024-10-28.acacia#update_setup_intent-payment_method_data-type) | #### Node.js | Parameters | Change | Resources or methods | | --------------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `alma` | Added | [Charge.payment_method_details](/api/charges/object?api-version=2024-10-28.acacia#charge_object-payment_method_details), [ConfirmationToken.payment_method_preview](/api/confirmation_tokens/object?api-version=2024-10-28.acacia#confirmation_token_object-payment_method_preview), [ConfirmationTokenCreateParams.testHelpers.payment_method_data](/api/confirmation_tokens/test_create?api-version=2024-10-28.acacia#test_create-payment_method_data), [PaymentIntent.payment_method_options](/api/payment_intents/object?api-version=2024-10-28.acacia#payment_intent_object-payment_method_options), [PaymentIntentConfirmParams.payment_method_data](/api/payment_intents/confirm?api-version=2024-10-28.acacia#confirm_payment_intent-payment_method_data), [PaymentIntentConfirmParams.payment_method_options](/api/payment_intents/confirm?api-version=2024-10-28.acacia#confirm_payment_intent-payment_method_options), [PaymentIntentCreateParams.payment_method_data](/api/payment_intents/create?api-version=2024-10-28.acacia#create_payment_intent-payment_method_data), [PaymentIntentCreateParams.payment_method_options](/api/payment_intents/create?api-version=2024-10-28.acacia#create_payment_intent-payment_method_options), [PaymentIntentUpdateParams.payment_method_data](/api/payment_intents/update?api-version=2024-10-28.acacia#update_payment_intent-payment_method_data), [PaymentIntentUpdateParams.payment_method_options](/api/payment_intents/update?api-version=2024-10-28.acacia#update_payment_intent-payment_method_options), [PaymentMethodConfigurationCreateParams](/api/payment_method_configurations/create?api-version=2024-10-28.acacia), [PaymentMethodConfigurationUpdateParams](/api/payment_method_configurations/update?api-version=2024-10-28.acacia), [PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2024-10-28.acacia), [PaymentMethodCreateParams](/api/payment_methods/create?api-version=2024-10-28.acacia), [PaymentMethod](/api/payment_methods/object?api-version=2024-10-28.acacia), [Refund.destination_details](/api/refunds/object?api-version=2024-10-28.acacia#refund_object-destination_details), [SetupIntentConfirmParams.payment_method_data](/api/setup_intents/confirm?api-version=2024-10-28.acacia#confirm_setup_intent-payment_method_data), [SetupIntentCreateParams.payment_method_data](/api/setup_intents/create?api-version=2024-10-28.acacia#create_setup_intent-payment_method_data), [SetupIntentUpdateParams.payment_method_data](/api/setup_intents/update?api-version=2024-10-28.acacia#update_setup_intent-payment_method_data) | | `alma_payments` | Added | [Account.capabilities](/api/accounts/object?api-version=2024-10-28.acacia#account_object-capabilities), [AccountCreateParams.capabilities](/api/accounts/create?api-version=2024-10-28.acacia#create_account-capabilities), [AccountUpdateParams.capabilities](/api/accounts/update?api-version=2024-10-28.acacia#update_account-capabilities) | | Values | Change | Enums | | ------ | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `alma` | Added | [PaymentLink.payment_method_types[]](/api/payment-link/object?api-version=2024-10-28.acacia#payment_link_object-payment_method_types), [PaymentLinkCreateParams.payment_method_types[]](/api/payment-link/create?api-version=2024-10-28.acacia#create_payment_link-payment_method_types), [PaymentLinkUpdateParams.payment_method_types[]](/api/payment-link/update?api-version=2024-10-28.acacia#update_payment_link-payment_method_types) | | `alma` | Added | [ConfirmationToken.payment_method_preview.type](/api/confirmation_tokens/object?api-version=2024-10-28.acacia#confirmation_token_object-payment_method_preview-type), [PaymentMethod.type](/api/payment_methods/object?api-version=2024-10-28.acacia#payment_method_object-type) | | `alma` | Added | [Checkout.SessionCreateParams.payment_method_types[]](/api/checkout/sessions/create?api-version=2024-10-28.acacia#create_checkout_session-payment_method_types), [CustomerListPaymentMethodsParams.type](/api/payment_methods/customer_list?api-version=2024-10-28.acacia#list_customer_payment_methods-type), [PaymentMethodCreateParams.type](/api/payment_methods/create?api-version=2024-10-28.acacia#create_payment_method-type), [PaymentMethodListParams.type](/api/payment_methods/list?api-version=2024-10-28.acacia#list_payment_methods-type) | | `alma` | Added | [ConfirmationTokenCreateParams.testHelpers.payment_method_data.type](/api/confirmation_tokens/test_create?api-version=2024-10-28.acacia#test_create-payment_method_data-type), [PaymentIntentConfirmParams.payment_method_data.type](/api/payment_intents/confirm?api-version=2024-10-28.acacia#confirm_payment_intent-payment_method_data-type), [PaymentIntentCreateParams.payment_method_data.type](/api/payment_intents/create?api-version=2024-10-28.acacia#create_payment_intent-payment_method_data-type), [PaymentIntentUpdateParams.payment_method_data.type](/api/payment_intents/update?api-version=2024-10-28.acacia#update_payment_intent-payment_method_data-type), [SetupIntentConfirmParams.payment_method_data.type](/api/setup_intents/confirm?api-version=2024-10-28.acacia#confirm_setup_intent-payment_method_data-type), [SetupIntentCreateParams.payment_method_data.type](/api/setup_intents/create?api-version=2024-10-28.acacia#create_setup_intent-payment_method_data-type), [SetupIntentUpdateParams.payment_method_data.type](/api/setup_intents/update?api-version=2024-10-28.acacia#update_setup_intent-payment_method_data-type) | #### Go | Parameters | Change | Resources or methods | | -------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `Alma` | Added | [ChargePaymentMethodDetails](/api/charges/object?api-version=2024-10-28.acacia#charge_object-payment_method_details), [ConfirmationTokenPaymentMethodDataParams](/api/confirmation_tokens/test_create?api-version=2024-10-28.acacia#test_create-payment_method_data), [ConfirmationTokenPaymentMethodPreview](/api/confirmation_tokens/object?api-version=2024-10-28.acacia#confirmation_token_object-payment_method_preview), [PaymentIntentConfirmPaymentMethodDataParams](/api/payment_intents/confirm?api-version=2024-10-28.acacia#confirm_payment_intent-payment_method_data), [PaymentIntentConfirmPaymentMethodOptionsParams](/api/payment_intents/confirm?api-version=2024-10-28.acacia#confirm_payment_intent-payment_method_options), [PaymentIntentPaymentMethodDataParams](/api/payment_intents/create?api-version=2024-10-28.acacia#create_payment_intent-payment_method_data), [PaymentIntentPaymentMethodOptionsParams](/api/payment_intents/create?api-version=2024-10-28.acacia#create_payment_intent-payment_method_options), [PaymentIntentPaymentMethodOptions](/api/payment_intents/object?api-version=2024-10-28.acacia#payment_intent_object-payment_method_options), [PaymentMethodConfigurationParams](/api/payment_method_configurations/create?api-version=2024-10-28.acacia), [PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2024-10-28.acacia), [PaymentMethodParams](/api/payment_methods/create?api-version=2024-10-28.acacia), [PaymentMethod](/api/payment_methods/object?api-version=2024-10-28.acacia), [RefundDestinationDetails](/api/refunds/object?api-version=2024-10-28.acacia#refund_object-destination_details), [SetupIntentConfirmPaymentMethodDataParams](/api/setup_intents/confirm?api-version=2024-10-28.acacia#confirm_setup_intent-payment_method_data), [SetupIntentPaymentMethodDataParams](/api/setup_intents/create?api-version=2024-10-28.acacia#create_setup_intent-payment_method_data) | | `AlmaPayments` | Added | [AccountCapabilitiesParams](/api/accounts/create?api-version=2024-10-28.acacia#create_account-capabilities), [AccountCapabilities](/api/accounts/object?api-version=2024-10-28.acacia#account_object-capabilities) | | Values | Change | Enums | | ------ | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `alma` | Added | [ConfirmationTokenPaymentMethodPreviewType](/api/confirmation_tokens/object?api-version=2024-10-28.acacia#confirmation_token_object-payment_method_preview-type), [PaymentMethodType](/api/payment_methods/object?api-version=2024-10-28.acacia#payment_method_object-type) | | `alma` | Added | [PaymentLinkPaymentMethodTypes](/api/payment-link/object?api-version=2024-10-28.acacia#payment_link_object-payment_method_types) | #### .NET | Parameters | Change | Resources or methods | | -------------- | ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `Alma` | Added | [ChargePaymentMethodDetails](/api/charges/object?api-version=2024-10-28.acacia#charge_object-payment_method_details), [ConfirmationTokenPaymentMethodDataOptions](/api/confirmation_tokens/test_create?api-version=2024-10-28.acacia#test_create-payment_method_data), [ConfirmationTokenPaymentMethodPreview](/api/confirmation_tokens/object?api-version=2024-10-28.acacia#confirmation_token_object-payment_method_preview), [PaymentIntentPaymentMethodDataOptions](/api/payment_intents/create?api-version=2024-10-28.acacia#create_payment_intent-payment_method_data), [PaymentIntentPaymentMethodOptionsOptions](/api/payment_intents/create?api-version=2024-10-28.acacia#create_payment_intent-payment_method_options), [PaymentIntentPaymentMethodOptions](/api/payment_intents/object?api-version=2024-10-28.acacia#payment_intent_object-payment_method_options), [PaymentMethodConfigurationCreateOptions](/api/payment_method_configurations/create?api-version=2024-10-28.acacia), [PaymentMethodConfigurationUpdateOptions](/api/payment_method_configurations/update?api-version=2024-10-28.acacia), [PaymentMethodConfiguration](/api/payment_method_configurations/object?api-version=2024-10-28.acacia), [PaymentMethodCreateOptions](/api/payment_methods/create?api-version=2024-10-28.acacia), [PaymentMethod](/api/payment_methods/object?api-version=2024-10-28.acacia), [RefundDestinationDetails](/api/refunds/object?api-version=2024-10-28.acacia#refund_object-destination_details), [SetupIntentPaymentMethodDataOptions](/api/setup_intents/create?api-version=2024-10-28.acacia#create_setup_intent-payment_method_data) | | `AlmaPayments` | Added | [AccountCapabilitiesOptions](/api/accounts/create?api-version=2024-10-28.acacia#create_account-capabilities), [AccountCapabilities](/api/accounts/object?api-version=2024-10-28.acacia#account_object-capabilities) | ## Upgrade #### REST API 1. [Zeigen Sie Ihre aktuelle API-Version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench an. 1. Wenn Sie ein SDK verwenden, aktualisieren Sie auf die entsprechende SDK-Version für diese API-Version. - Wenn Sie kein SDK verwenden, aktualisieren Sie Ihre [API-Anfragen](https://docs.stripe.com/api/versioning.md) auf `Stripe-Version: 2024-10-28.acacia` 1. Aktualisieren Sie die für [Webhook-Endpoints](https://docs.stripe.com/webhooks/versioning.md) verwendete API-Version. 1. [Testen Sie Ihre Integration](https://docs.stripe.com/testing.md) mit der neuen Version. 1. Wenn Sie Connect verwenden, [testen Sie Ihre Connect-Integration](https://docs.stripe.com/connect/testing.md). 1. Führen Sie das [Upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade) in Workbench durch. Sie können [die Version für 72 Stunden zurücksetzen](https://docs.stripe.com/upgrades.md#roll-back-your-api-version). Erfahren Sie mehr über [Stripe-API-Upgrades](https://docs.stripe.com/upgrades.md). #### Ruby 1. [Zeigen Sie Ihre aktuelle API-Version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench an. 1. Aktualisieren Sie Ihr Ruby SDK auf [v13.1.0](https://github.com/stripe/stripe-ruby/releases/tag/v13.1.0) 1. Aktualisieren Sie die für [Webhook-Endpoints](https://docs.stripe.com/webhooks/versioning.md) verwendete API-Version. 1. [Testen Sie Ihre Integration](https://docs.stripe.com/testing.md) mit der neuen Version. 1. Wenn Sie Connect verwenden, [testen Sie Ihre Connect-Integration](https://docs.stripe.com/connect/testing.md). 1. Führen Sie das [Upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade) in Workbench durch. Sie können [die Version für 72 Stunden zurücksetzen](https://docs.stripe.com/upgrades.md#roll-back-your-api-version). Erfahren Sie mehr über [Stripe-API-Upgrades](https://docs.stripe.com/upgrades.md). #### Python 1. [Zeigen Sie Ihre aktuelle API-Version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench an. 1. Aktualisieren Sie Ihr Python SDK auf [v11.2.0](https://github.com/stripe/stripe-python/releases/tag/v11.2.0) 1. Aktualisieren Sie die für [Webhook-Endpoints](https://docs.stripe.com/webhooks/versioning.md) verwendete API-Version. 1. [Testen Sie Ihre Integration](https://docs.stripe.com/testing.md) mit der neuen Version. 1. Wenn Sie Connect verwenden, [testen Sie Ihre Connect-Integration](https://docs.stripe.com/connect/testing.md). 1. Führen Sie das [Upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade) in Workbench durch. Sie können [die Version für 72 Stunden zurücksetzen](https://docs.stripe.com/upgrades.md#roll-back-your-api-version). Erfahren Sie mehr über [Stripe-API-Upgrades](https://docs.stripe.com/upgrades.md). #### PHP 1. [Zeigen Sie Ihre aktuelle API-Version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench an. 1. Aktualisieren Sie Ihr PHP SDK auf [v16.2.0](https://github.com/stripe/stripe-php/releases/tag/v16.2.0) 1. Aktualisieren Sie die für [Webhook-Endpoints](https://docs.stripe.com/webhooks/versioning.md) verwendete API-Version. 1. [Testen Sie Ihre Integration](https://docs.stripe.com/testing.md) mit der neuen Version. 1. Wenn Sie Connect verwenden, [testen Sie Ihre Connect-Integration](https://docs.stripe.com/connect/testing.md). 1. Führen Sie das [Upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade) in Workbench durch. Sie können [die Version für 72 Stunden zurücksetzen](https://docs.stripe.com/upgrades.md#roll-back-your-api-version). Erfahren Sie mehr über [Stripe-API-Upgrades](https://docs.stripe.com/upgrades.md). #### Java 1. [Zeigen Sie Ihre aktuelle API-Version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench an. 1. Aktualisieren Sie Ihr Java SDK auf [v28.0.0](https://github.com/stripe/stripe-java/releases/tag/v28.0.0) 1. Aktualisieren Sie die für [Webhook-Endpoints](https://docs.stripe.com/webhooks/versioning.md) verwendete API-Version. 1. [Testen Sie Ihre Integration](https://docs.stripe.com/testing.md) mit der neuen Version. 1. Wenn Sie Connect verwenden, [testen Sie Ihre Connect-Integration](https://docs.stripe.com/connect/testing.md). 1. Führen Sie das [Upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade) in Workbench durch. Sie können [die Version für 72 Stunden zurücksetzen](https://docs.stripe.com/upgrades.md#roll-back-your-api-version). Erfahren Sie mehr über [Stripe-API-Upgrades](https://docs.stripe.com/upgrades.md). #### Node.js 1. [Zeigen Sie Ihre aktuelle API-Version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench an. 1. Aktualisieren Sie Ihr Node SDK auf [v17.3.0](https://github.com/stripe/stripe-node/releases/tag/v17.3.0) 1. Aktualisieren Sie die für [Webhook-Endpoints](https://docs.stripe.com/webhooks/versioning.md) verwendete API-Version. 1. [Testen Sie Ihre Integration](https://docs.stripe.com/testing.md) mit der neuen Version. 1. Wenn Sie Connect verwenden, [testen Sie Ihre Connect-Integration](https://docs.stripe.com/connect/testing.md). 1. Führen Sie das [Upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade) in Workbench durch. Sie können [die Version für 72 Stunden zurücksetzen](https://docs.stripe.com/upgrades.md#roll-back-your-api-version). Erfahren Sie mehr über [Stripe-API-Upgrades](https://docs.stripe.com/upgrades.md). #### Go 1. [Zeigen Sie Ihre aktuelle API-Version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench an. 1. Aktualisieren Sie Ihr Go SDK auf [v81.0.0](https://github.com/stripe/stripe-go/releases/tag/v81.0.0) 1. Aktualisieren Sie die für [Webhook-Endpoints](https://docs.stripe.com/webhooks/versioning.md) verwendete API-Version. 1. [Testen Sie Ihre Integration](https://docs.stripe.com/testing.md) mit der neuen Version. 1. Wenn Sie Connect verwenden, [testen Sie Ihre Connect-Integration](https://docs.stripe.com/connect/testing.md). 1. Führen Sie das [Upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade) in Workbench durch. Sie können [die Version für 72 Stunden zurücksetzen](https://docs.stripe.com/upgrades.md#roll-back-your-api-version). Erfahren Sie mehr über [Stripe-API-Upgrades](https://docs.stripe.com/upgrades.md). #### .NET 1. [Zeigen Sie Ihre aktuelle API-Version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench an. 1. Aktualisieren Sie Ihr .NET SDK auf [v47.0.0](https://github.com/stripe/stripe-dotnet/releases/tag/v47.0.0) 1. Aktualisieren Sie die für [Webhook-Endpoints](https://docs.stripe.com/webhooks/versioning.md) verwendete API-Version. 1. [Testen Sie Ihre Integration](https://docs.stripe.com/testing.md) mit der neuen Version. 1. Wenn Sie Connect verwenden, [testen Sie Ihre Connect-Integration](https://docs.stripe.com/connect/testing.md). 1. Führen Sie das [Upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade) in Workbench durch. Sie können [die Version für 72 Stunden zurücksetzen](https://docs.stripe.com/upgrades.md#roll-back-your-api-version). Erfahren Sie mehr über [Stripe-API-Upgrades](https://docs.stripe.com/upgrades.md). ## Zugehörige Änderungen - [Fügt Unterstützung für neue südkoreanische Zahlungsmethoden hinzu](https://docs.stripe.com/changelog/acacia/2024-10-28/south-korean-payment-methods.md)