#JR123123-webhooks
1 messages · Page 1 of 1 (latest)
I mean we need to deal with duplicated events
this could happen and we need to control it in our develpoments
but ...
imagine I set a webhook url
To be clear they're very rare
i see
but if we're talking about a big company
that can handle millions in Stripe
will you consider to program it?
I'm not sure I understand that you're asking me. Are you asking a way to prevent actioning duplicate events?
no
I'm asking not for duplicate events
I'm asking for not received events
imagine i have set that my webhook need to inform all events from orders.created
you can confirm i'll receive 100% of all orders created?
Events are sometimes (very rarely) not initially sent (perhaps there's an API outage), but we do reconcile webhook events for any objects created during that outage. See: https://stripe.com/docs/error-low-level#server-errors
i see, it's rare but could happen
and in case happen you'll retry automatically?
when i mean you... I mean Stripe plattform
We will attempt to send any events missed yes
Equally we will try events that we were unable to deliver to your webhook endpoint: https://stripe.com/docs/webhooks/best-practices#retry-logic