#Gor
1 messages · Page 1 of 1 (latest)
Hi there!
This is covered here: https://stripe.com/docs/webhooks/best-practices#retry-logic
we have reviwed this doc, the specific question is will stripe disable us on its own if our webhook did not respond, or stripe will just abandon retrying, but does not mean stripe will disable us?
I think the link I shared does answer your question:
In live and test mode, Stripe attempts to notify you of a misconfigured endpoint by email if the endpoint hasn’t responded with a 2xx HTTP status code for multiple days in a row. The email also states when the endpoint will be automatically disabled.
So yes, Stripe may disable your webhook if it doesn't respond with a 200 response
great thank u