HTTP Response
In keeping with HTTP conventions, the customer’s endpoint is expected to return HTTP status codes in one of the following ranges:
Status Code Range | Resulting Behaviour |
---|---|
200 - 299 | Webhook will consider the request to be successful. The response body is ignored. No further requests will be attempted. |
400 - 499 | Webhook will consider the request to be unsuccessful and will be retried after a brief interval, up to a maximum number of attempts. The response body will be logged for internal diagnostics. |
500 - 599 | Webhook will consider the request to be unsuccessful and will be retried after a brief interval, up to a maximum number of attempts. The response body will be logged for internal diagnostics. |