#Cedric-webhook-response
1 messages · Page 1 of 1 (latest)
Hi there 👋 200 is what you should return to us. You aren't acknowledging that your system was able to process the event, you are acknowledging that you received the event.
Can you elaborate?
In that case you would still send us a 2XX status to indicate that the event was successfully received, and then your system would make any necessary requests to revert the action you're referring to.
We don't need a payload, we are merely checking whether we receive a 2XX (success) status code response or one correlating to a failure.
That choice is up to you, we aren't picky about the status code that we receive which is why our documentation uses the 2xx notation:
https://stripe.com/docs/webhooks#webhooks-summary
ok thank you