#Aquitaine-webhooks
1 messages · Page 1 of 1 (latest)
Hello! Just starting up a thread for you - give me a minute and I'd be happy to help
thanks!
There isn't a way to retroactively send the events to your webhook, but you can always retrieve the event through the API and continue processing it from there
hmm, tricky as we expect the secrets to all be present in the webhook event, but we'll figure it out. Our fault anyway. thank you!
The secret is ONLY for verifying the webhook came from Stripe... If you fetch it from the Stripe API, you by definition know it came from Stripe
Hi 👋 wanted to chime in and +1 the above, but to also point out that if you have the Stripe CLI set up then you can use that to resend events. By default that approach just resends the event to the CLI itself, but you can use the --webhook_endpoint parameter to have the event resent to a webhook endpoint as well.
https://stripe.com/docs/cli/events/resend#events_resend-webhook-endpoint