Invoices & payments
Stripe webhook event
invoice.voided
An invoice was voided and will no longer be paid.
Quick answer
An open invoice is voided.
| Event type | invoice.voided |
|---|---|
| Category | Invoices & payments |
| When it fires | An open invoice is voided. |
| Recovery-relevant? | No |
When it fires
An open invoice is voided.
What to do with it
Reverse any provisional access tied to the invoice.
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.voided webhook event mean?
An invoice was voided and will no longer be paid.
When does invoice.voided fire?
An open invoice is voided.
What should I do when I receive a invoice.voided event?
Reverse any provisional access tied to the invoice.
Related events
invoice.payment_failedinvoice.payment_succeededinvoice.paidinvoice.payment_action_requiredinvoice.createdAll events
Source: official Stripe events documentation.