Invoices & payments
Stripe webhook event
invoice.finalized
An invoice was finalized and is ready to be paid.
Quick answer
A draft invoice is finalized, after which it can be charged.
| Event type | invoice.finalized |
|---|---|
| Category | Invoices & payments |
| When it fires | A draft invoice is finalized, after which it can be charged. |
| Recovery-relevant? | No |
When it fires
A draft invoice is finalized, after which it can be charged.
What to do with it
Sync the finalized invoice to your records; payment attempts follow.
Stop building webhook handlers
SubRevival consumes the failed-payment events for you and runs the full recovery stack, no endpoint to build, secure, or maintain. 5-minute Stripe OAuth, $19/mo flat.
Start Recovering RevenueFAQ
What does the Stripe invoice.finalized webhook event mean?
An invoice was finalized and is ready to be paid.
When does invoice.finalized fire?
A draft invoice is finalized, after which it can be charged.
What should I do when I receive a invoice.finalized event?
Sync the finalized invoice to your records; payment attempts follow.
Related events
invoice.payment_failedinvoice.payment_succeededinvoice.paidinvoice.payment_action_requiredinvoice.createdAll events
Source: official Stripe events documentation.