#Jogui - event retries

1 messages · Page 1 of 1 (latest)

daring brook
#

By retry, do you mean Stripe's retry to contact your endpoint? Or are you referring to something like a payment attempt retry?

quasi mason
#

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

quasi mason
#

@daring brook I hope the screenshot helps

daring brook
#

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

quasi mason
#

and this pending_webhooks is unique for each customer and event?

#

or its the aggregated with all events in the webhook

daring brook
#

Just for that specific event