#Anuroop-resend-charge-refunded-event

1 messages ยท Page 1 of 1 (latest)

tulip storm
#

Hello ๐Ÿ‘‹
It depends on how old the event is. I don't think you'd be able to resend it if its super old

gentle sparrow
#

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

tulip storm
#

Can you share the charge ID?

gentle sparrow
#

Sure, is it secure enough to do it here or should I email it to you?

tulip storm
#

Anuroop-resend-charge-refunded-event

#

its fine to share the ID

gentle sparrow
#

I have two,

  1. "ch_3MnlPAH68O2d9iAW1X7tWGU1"
  2. "ch_3MnlOiH68O2d9iAW1ZCVX2a3"
rapid mangoBOT
tulip storm
gentle sparrow
#

Okay thanks for confirming that.

tulip storm
#

NP! ๐Ÿ™‚ Happy to help

gentle sparrow
#

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?

tulip storm
#

I believe it would be different. It might fail signature verification since the rawBody didn't directly come from Stripe infra.

gentle sparrow
#

Okay thanks!