#ironbeard
1 messages · Page 1 of 1 (latest)
Only by disabling or deleting the endpoint and that being the state when the next retry is scheduled:
https://stripe.com/docs/webhooks/best-practices#retry-logic
If your endpoint has been disabled or deleted when we attempt a retry, future retries of that event will be prevented. However, if you disable and then re-enable a webhook endpoint before we’re able to retry, you should still expect to see future retry attempts.
Gotcha, thanks! I suppose it'd be easier/better to adjust my code.
Thanks, have a good one 🙂