Adds support for disabling Stripe user authentication for certain embedded components
What’s new
Adds support for disable_stripe_user_authentication on several AccountSession components.
Impact
Previously, when using the Account Sessions API with external_account_collection set to true for an embedded component, the account would be required to authenticate through Stripe before using the component. Now, for accounts where you’re responsible for collecting requirements (such as Custom accounts), you can disable Stripe user authentication by setting the disable_stripe_user_authentication feature to true.
Changes
Upgrade
- View your current API version in Workbench.
- If you use an SDK, upgrade to the corresponding SDK version for this API version.
- If you don’t use an SDK, update your API requests to include Stripe-Version: 2024-10-28. acacia
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
