Retries

Retries

Ensure you reply to our webhooks with an HTTP 200 status code; failing to do so will result in multiple follow-up attempts.

If we try to deliver a webhook to your endpoint and do not get an HTTP 200 response, we will reattempt delivery up to 10 times with exponential Backoff and Jitter behavior. If no success response is received after 10 attempts, we will stop retrying.

Last updated