#arn4v
1 messages · Page 1 of 1 (latest)
Hi! Let me help you.
Stripe attempts to deliver your webhooks for up to three days. More details here: https://stripe.com/docs/webhooks/best-practices#retry-logic
What is the recommended way to handle webhooks that failed for more than 3 days? (Went unnoticed on our end)
Does this mean it'll retry? The failed event was ~10 days ago
Webhooks can be manually retried after 3 days in the Dashboard, and you can also query for missed events to reconcile the data over any time period: https://stripe.com/docs/api/events/list
Webhooks are pending if they couldn't be delivered because of some error: https://stripe.com/docs/webhooks/best-practices#pending-webhook-statuses
Stripe won't retry pending webhooks after 3 days, so no.
Alright, thank you.