Breaking changes
Tax IDs are no longer auto-expanded on the Customer object Breaking changes
What’s new
The tax_ids property on Customers is no longer included by default.
Impact
Lets you optimize performance by not automatically including the tax_ids attribute on the Customer object. You can still expand the list of tax IDs, but Stripe recommends against it for performance reasons.
Changes
| Field | Change | From → to |
|---|---|---|
| Customer. tax_ids | Changed | apiList($TaxId) → nullable(apiList($TaxId)) |
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: 2020-08-27
- 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.
