#danliciouso
1 messages · Page 1 of 1 (latest)
Hi there, there's no option to disable webhook retries. Stripe will retry webhook delivery up to 3 days
is there any way to handle it or param to know that the webhook delivery is a retry delivery? as i dont want to save previous retry delivery in my db after another newer webhook delivery is made
No way to know if an event is resent. And your webhook endpoint should also handle duplicate events https://stripe.com/docs/webhooks/best-practices#duplicate-events