Stripe webhook event
invoice.payment_succeeded
An invoice was paid successfully.
Quick answer
A charge for an invoice succeeds, including after a retry or card update.
| Event type | invoice.payment_succeeded |
|---|---|
| Category | Invoices & payments |
| When it fires | A charge for an invoice succeeds, including after a retry or card update. |
| Recovery-relevant? | Yes, used in failed-payment recovery |
When it fires
A charge for an invoice succeeds, including after a retry or card update.
What to do with it
Stop any active dunning sequence for this customer so they never get a 'payment failed' email after paying.
This is a payment-recovery event
invoice.payment_succeeded is part of the failed-payment lifecycle. Handling it well, with retries, branded emails, a card update page, and stop-on-success, is what recovers the ~9% of MRR most SaaS lose to failed payments. See how to recover failed Stripe payments or skip the build with SubRevival.
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.payment_succeeded webhook event mean?
An invoice was paid successfully.
When does invoice.payment_succeeded fire?
A charge for an invoice succeeds, including after a retry or card update.
What should I do when I receive a invoice.payment_succeeded event?
Stop any active dunning sequence for this customer so they never get a 'payment failed' email after paying.
Related events
Source: official Stripe events documentation.