These are general errors that can occur in response to most API request types, such as general validation errors or server failures.
Name | Description | Code |
---|---|---|
INVALID_API_VERSION | The API version passed in the request is invalid. | 10000 |
INVALID_DATE_FORMAT | Invalid date format. | - |
INVALID_EMAIL_TYPE | Invalid email type. | - |
INVALID_TRANSACTION_TYPE | Transaction type is invalid. | 7 |
MISSING_ARGUMENTS | Arguments are missing in the request. | 16001 |
SERVER_GENERAL_FAILURE | A Server general failure has occurred. | 10000 |
STORE_NOT_FOUND | The Store ID passed in the request was not found. | 15005 |
VALIDATION_CONFIG_ID_NOT_FOUND | Validation-config retrieval service failure. Validation-config ID: ${validationConfigId} is not found. | 10002 |
VALIDATION_GENERAL_FAILURE | The resource passed in the request has violated validation rules. Additional information about the specific issue is provided in the error description. or From-date 'DATE' must be before to-date 'DATE'. or Date format should be dd-MMM-yy (01-Jan-01). Check input date fields and try again. | 10001 |
XSS_EXCEPTION | User input suspected as malicious. | 11001 |
- | The specified merchant does not exist. | 15006 |
- | Seller name must be unique. Current seller name already exists. | 18001 |