Invoices & payments

Stripe webhook event

invoice.updated

An invoice changed (amount, status, metadata, or payment details).

Quick answer

Any field on an invoice is updated.

Event typeinvoice.updated
CategoryInvoices & payments
When it firesAny field on an invoice is updated.
Recovery-relevant?No

When it fires

Any field on an invoice is updated.

What to do with it

Keep your local copy of the invoice in sync.

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.updated webhook event mean?

An invoice changed (amount, status, metadata, or payment details).

When does invoice.updated fire?

Any field on an invoice is updated.

What should I do when I receive a invoice.updated event?

Keep your local copy of the invoice in sync.

Related events

Source: official Stripe events documentation.