- Breaking changes
- Public preview
Billed until property on subscription items is no longer included in responses by default Breaking changes Public preview
What’s new
You must now expand the billed_until property on subscription items if you want to include it in the response. This makes subscription API methods more performant in cases where it isn’t requested.
Why is this a breaking change?
If your integration references the billed_until property on subscription items, you now need to expand it in your request to include it in the response. Previously, it was included by default.
Impact
Requests that don’t need billed_until execute quicker. This is most notable on API methods that can return multiple subscriptions in one request, such as list.
For requests that do need billed_until, expand the property in your request.
Learn more about expanding resources and configuring prebilling for subscriptions.
Changes
| Field | Change | From → to |
|---|---|---|
| SubscriptionItem. billed_until | Changed | nullable(DateTime) → DateTime |
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: 2026-05-27. 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.
