Charges & disputes
Stripe webhook event
charge.refund.updated
A refund's status changed.
Quick answer
A refund is updated, for example failing to process.
| Event type | charge.refund.updated |
|---|---|
| Category | Charges & disputes |
| When it fires | A refund is updated, for example failing to process. |
| Recovery-relevant? | No |
When it fires
A refund is updated, for example failing to process.
What to do with it
Handle failed refunds and notify the customer if needed.
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 charge.refund.updated webhook event mean?
A refund's status changed.
When does charge.refund.updated fire?
A refund is updated, for example failing to process.
What should I do when I receive a charge.refund.updated event?
Handle failed refunds and notify the customer if needed.
Related events
Source: official Stripe events documentation.