#t_mohri
1 messages · Page 1 of 1 (latest)
Hi there!
A webhook retry will be stopped as soon as your server returns a 200 response.
You can learn more about this here: https://stripe.com/docs/webhooks#retries
thanks soma !
Now I've seen reference you gave me.
thanks.
Is there a way to stop with 500 response ?
No, it has to be a 200.
Another option is to change your webhook endpoint configuration to not send you some of the events your server cannot handle.
I see. soma.
I'll try with your kindness advice !!