#nick - webhook cancelation
1 messages · Page 1 of 1 (latest)
not explicitly, no -- though future retries will be cancelled if the endpoint is disabled when the retry is attempted:
https://stripe.com/docs/webhooks/best-practices#retry-logic
Does Stripe only retry 3 times?
Ah that's just test mode. Live is 3 days of exponential back off
An extreme solution would be to delete the webhook endpoint and replace it with a new one. That will stop the retries for all events going to that endpoint.
I'd rather not have to roll the secrets on my services so going to go with the initial suggestion of disabling webhooks until the next retry (about an hour)