Adds support for tax settings and registrations for Embedded Components
What’s new
Adds tax_settings and tax_registrations parameters to the list of supported embedded components in Account Sessions.
Added
components.tax_settings object
Configuration for the tax settings embedded component.
Added
components.tax_registrations object
Configuration for the tax registrations embedded component.
Impact
With this change, Connect platforms can use the Tax Settings and Tax Registrations embedded components. You can use these to whitelabel Stripe Tax integrations for your connected accounts without building custom UIs or redirecting them to the Stripe Dashboard.
Changes
| Parameters | Change | Resources or endpoints |
|---|---|---|
| tax_registrations tax_settings | Added | AccountSession#create. components AccountSession. components |
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-09-30. acacia
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
Learn more about Stripe API upgrades.
