#supay_webhooks
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1214670769683042407
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
Is there a way to use the cli to resend all failed webhook requests ?
Hello there
Apologies for the delay here
I don't believe we have a command that resends all failed webhook events. Stripe automatically tries to deliver failed events over the span of few days.
Aside from that, you could retrieve the failed events using the List all events API endpoint here and narrow down the failed events using delivery_success parameter
https://docs.stripe.com/api/events/list
Once you have all the events, you can reconcile the data manually (without actually needing to trigger a retry).