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 typeinvoice.finalized
CategoryInvoices & payments
When it firesA 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 Revenue

FAQ

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

Source: official Stripe events documentation.