Breaking changes
Customer subscriptions are no longer auto-expanded by defaultBreaking changes
What’s new
The subscriptions property on Customers is no longer included by default.
Impact
Lets you optimize performance by not automatically including the subscriptions property on the Customer object. You can still expand the list of subscriptions, but Stripe recommends against it for performance reasons.
Changes
| Field | Change | From → to |
| Customer | Changed | apiList($Subscription) → nullable(apiList($Subscription)) |
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
- If you don’t use an SDK, update your API requests to include
- 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.