#edb - trigger live events
1 messages · Page 1 of 1 (latest)
Good question, I think it is possible as long as the event is less than 30 days old
Checking in to this and will get back to you
thanks. any other workaround would work too. I just want to avoid having to manually modify data on our end, automating it would be preferable
You can do this in our CLI but I am not currently finding a way to do it in the dashboard https://stripe.com/docs/cli/events/resend
Otherwise the workaround would be to manually post this data to your endpoint yourself, but that would require either ignoring signature verification or calculating it yourself
ok, let me take a look at the CLI docs, thanks
how can I easily find the original webhook?
If you know roughly when it was, you may be able to filter for it on your dashboard https://dashboard.stripe.com/events
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Otherwise if you send me the source ID I can take a closer look
ok, thanks, I'll take a look
are there docs regarding calculating the signatures used in webhooks?
nvm, think I found it https://stripe.com/docs/webhooks/signatures#verify-manually
Glad you could find it! Let me know if you have any questions
thanks