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 type | invoice.updated |
|---|---|
| Category | Invoices & payments |
| When it fires | Any 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 RevenueFAQ
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
invoice.payment_failedinvoice.payment_succeededinvoice.paidinvoice.payment_action_requiredinvoice.createdAll events
Source: official Stripe events documentation.