#ripitried
1 messages · Page 1 of 1 (latest)
Unfortunately not. Unless the event failed, we won't resend old events. You can trigger events via the CLI or just do some action on the account that would trigger an event
So I cannot retrigger a refund created event from the cli to test the webhook?
You can, you just have to trigger a new refund instead of using an old one: https://stripe.com/docs/cli/trigger
Ok, how can a charge refunded event be fired and firing an event from the cli is test mode only correct?
stripe trigger charge.refunded
https://stripe.com/docs/cli/trigger#trigger-event-charge_refunded
Sure thing!