1. Support
  2. Developer
  3. Rest API introduction

Error Handling

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"
}

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.