RyzeDeskRyzeDesk

Stripe

4105 articles

Invoices now specify when they're finalised alongside other status transitions


Breaking changes

Invoices now specify when they're finalised alongside other status transitions Breaking changes

What’s new

Moves the finalized_at property for invoices into the status_transitions hash.

Impact

This change moves the finalized_at property for invoices into the new status_transitions hash. You now need to access the finalisation timestamp through status_transitions.finalized_at instead of directly from the Invoice object. This modification organises invoice status change information more coherently.

Changes

ParameterChangeResources or endpoints
finalized_atRemovedInvoice

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: 2019-03-14
  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?