Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Billed until property on subscription items is no longer included in responses by default


  • 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

FieldChangeFrom → to
SubscriptionItem. billed_untilChangednullable(DateTime) → DateTime

Upgrade

  1. View your current API version in Workbench.
  2. 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
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?