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
| Parameter | Change | Resources or endpoints |
|---|---|---|
| finalized_at | Removed | Invoice |
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: 2019-03-14
- 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.