#.ubirajara
1 messages · Page 1 of 1 (latest)
hi there!
Stripe will automatically try resending all failed webhook event
this is covered here: https://stripe.com/docs/webhooks#retries
and if needed you can manually resend a webhook event from the dashboard
Has some way to resend many of events from the same time?
no, but like I said the events will be re-sent automatically by Stripe if they failed.
note that another option is to use the Stripe CLI for this: https://stripe.com/docs/cli/events/resend
happy to help 🙂