Acknowledgement Receipt
Your server must respond with a 2xx HTTP status code.
If Corpay does not get a 2xx response, it will be logged as an error, and the system will attempt a retry, according to the retry logic described below.
Retry Logic
Webhooks can fail if your endpoint is unavailable, returns an error response, or takes too long to respond. If webhook notifications repeatedly fail:
Corpay will retry for up to 24 hours using exponential backoff (instead of retrying immediately, the system waits longer between retries).
If all retries fail within 24 hours, the webhook is automatically disabled. To reactivate the notifications, please contact your account representative.