- Breaking changes
- Public preview
Replaces tax association status fields Breaking changes Public preview
What’s new
Replaces the status and status_details parameters with tax_transaction_attempts for the Tax Association resource.
Why is this a breaking change?
We removed the status and status_details parameters and introduced a new tax_transaction_attempts parameter. To use this new parameter, you must update your integration to use the new version.
Impact
If your integration uses the status and status_details fields, update your tax association integration to use the tax_transaction_attempts field.
Changes
| Parameters | Change | Resources or endpoints |
|---|---|---|
| tax_transaction_attempts | Added | Tax. Association |
| status status_details | Removed | Tax. Association |
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: 2025-05-28. preview
- 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.
