RyzeDeskRyzeDesk

Stripe

4105 articles

Updates how ending periods are calculated on prorated invoice line items


Breaking changes

Updates how ending periods are calculated on prorated invoice line items Breaking changes

What’s new

Updates the period[end] property on proration invoice line items to reflect the subscription’s current_period_end property when the update and proration was made. A proration invoice line item’s period[start] and period[end] properties now represent the prorated adjustment interval. Previously, period[end] marked the time at which the proration was made, and was the same as period[start].

Impact

Proration invoice line item period properties now represent prorated adjustment interval, providing more accurate proration information.

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: 2015-04-07
  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 .

Learn more about Stripe API upgrades.

Last verified 2026-09-27

Is this helpful?