Error codes

Whenever a request fails (the HTTP status code is 4xx or 5xx), the API returns a JSON object with below fields:

  1. message - Contains a human-readable error message
  2. code - Contains a machine-readable error code

Below are some of most common errors across all our endpoints.

Error Codes and Messages:

Error CodeHTTP CodeError Message
MISSING_ARGUMENTS400Mandatory request params are empty
INVALID_ARGUMENTS400Invalid data types
UNAUTHORIZED_CUSTOMER401Invalid merchant_id or merchant_secret provided
UNAUTHORIZED_USER401Order id is not belongs to your user profile
RESTRICTED_ACCESS403Not authorized to use the API
LIVE_MODE_DISABLED403Not authorized to use live environment
ORDER_NOT_FOUND404Order with the id is not found
CUSTOMER_NOT_FOUND404Unable to identify the customer