#Anuroop-resend-charge-refunded-event
1 messages ยท Page 1 of 1 (latest)
Hello ๐
It depends on how old the event is. I don't think you'd be able to resend it if its super old
It's pretty recent, so essentially we refunded these users on 03/20 and that generated the charge.refunded event, but that event was not tied to a webhook at that point
Now its tied to the webhook, but I cannot re issue the refund so I need to use this event to trigger the webhook
Can you share the charge ID?
Sure, is it secure enough to do it here or should I email it to you?
I have two,
- "ch_3MnlPAH68O2d9iAW1X7tWGU1"
- "ch_3MnlOiH68O2d9iAW1ZCVX2a3"
Yeah so this is the event for refund
https://dashboard.stripe.com/events/evt_3MnlPAH68O2d9iAW1YuU7IgT
Hmm don't think there's a way to trigger delivery for this event again.
However, you can retrieve the event by calling the API and backfill the data as needed
https://stripe.com/docs/api/events/retrieve
Okay thanks for confirming that.
NP! ๐ Happy to help
One additional question though
We have a queue to consume these webhook events, can I just post this event Json to the queue directly? In other words would it be different from the Json that webhook would've posted to the queue?
I believe it would be different. It might fail signature verification since the rawBody didn't directly come from Stripe infra.
Okay thanks!