#cmchen_65252
1 messages · Page 1 of 1 (latest)
Stripe only looks at the response code from the response. If the response code isn't 2xx, the delivery will be considered as failed.
Please note that:
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.
Reference from: https://stripe.com/docs/webhooks#disable
ok think you