HTTP Status Codes
The API returns HTTP status codes.
Status | Description |
---|---|
200 Ok | Request accepted and processed completed by payment gateway. |
400 Bad Request | Request is not well-formed, syntactically incorrect, or violates schema. |
401 Unauthorized | The Token is not valid. |
404 Not Found | The request resource does not exist. |
429 Too Many Requests | The rate limit has been exceeded. |
500 Internal Server Error | There was an internal server error. |
503 Service Unavailable | The server is not ready to handle the request right now, but it can be retried later. |