Error Code Handling
You might encounter some error messages during integration or when using Sandbox APIs.
The error response would look something like this:


Refer to the table below for error handling:
Status Code | Error Description | Error Reason |
---|---|---|
| Missing or bad request parameters or values | Incorrect values inserted in the parameters. |
| Authorization failure | Unable to authorize |
|
| Restricting access due to one of the errors described. |
| Requested resource was not found | Can occur during integration when incorrect URL is used. |
| Request is too large | Exceeding character limit/file size |
| Invalid Request Body | The body might not be in JSON format or the flags are incorrect |
| Too many requests to the API | Rate-limiting, Quota exceeded error |
| Internal Server Error | The issue is from our end, let us know by raising a ticket. |
| Source Unavailable | Our source is not working, try again later. |
| Gateway timeout; the API is unreachable | Your request timed out, please try again. |
Updated about 2 months ago