HTTP/1.1 403 FORBIDDEN
Content-Type: application/json;charset=UTF-8
{
"status": "FAILED",
"message": "User don't have permission for locationId : 101818"
}
HTTP/1.1 400 BAD REQUEST
Content-Type: application/json;charset=UTF-8
{
"status": "FAILED",
"message": "Invalid type. Type must be json or csv"
}
Rate limit
Our API enforces a rate limit of 10 requests per minute. If this limit is exceeded, further requests may be temporarily blocked. To avoid disruptions, please implement proper request throttling and retry mechanisms in your integration.
Error messages
Message |
Reason |
Action |
Ref::XXXX Something went wrong! Please contact the api provider. |
Internal operation failure |
Contact to support with the Ref::XXXX |
settlementId::XXXX either already updated or not found |
No active settlementId found in the system. |
Either you already synced the settlementId or it is not in the system. |
User don't have permission for locationId :: XXXX |
Permission denied for locationId :: XXXX |
You didn’t added this location to your Favrit Admin panel |
Invalid locationId or settlementId |
Invalid locationId or settlementId |
The locationId or settlementId for the Account Report doesn’t exists |
Invalid locationId |
Invalid locationId |
The locationId the Account Report doesn’t exists |
transactionRef::%s either already updated or not found |
Transaction Ref not found or already updated. |
- |
Invalid request |
Request body has invalid data. |
Update the request body according to the document. |