#Jogui - event retries
1 messages · Page 1 of 1 (latest)
By retry, do you mean Stripe's retry to contact your endpoint? Or are you referring to something like a payment attempt retry?
no, if an specific event fails, for example customer.subscription.updated, stripe retries the event in a few minutes
in the: Webhook attempts
"Attempts to send this event to your webhook endpoints in the past 15 days"
im searching for a way to make my backend know if its a retry of a failed event
@daring brook I hope the screenshot helps
Gotcha. So if pending_webhooks is non-zero, then there was at least 1 failed attempt
That field correlates to the number of webhook endpoints that the specific event has yet to be delivered to
and this pending_webhooks is unique for each customer and event?
or its the aggregated with all events in the webhook
Just for that specific event