Migrate to the Payment Method Configurations APIBeta
Note
This feature is in beta. For early access, contact us.
We have replaced the Payment Method Settings API with the Payment Method Configuration API. This change is mostly a change in naming and response structure, but the functionality remains the same. If your existing integration uses the Payment Method Settings API to manage the payment methods of your connected accounts, follow the steps below to maintain the same functionality with the Configuration API.
Change API Call Endpoint
The API endpoint has been updated (refer to the Integration Guide) and is now /v1/payment_method_configurations
. When making a request for a specific account, instead of specifying the connected account’s ID in the endpoint, use the Stripe-Account header to specify it.
Changes to the response format
We have updated the display_preference
field in the API. Now you should access the value with the same behavior as the original display_preference
using display_preference.value
. See payment method configurations for details.