The following errors can be returned in response to an Account Updater request.
Code | Name | Description |
---|---|---|
10000 | INVALID_API_VERSION | The API version passed in the request is invalid. |
10001 | 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. |
11001 | XSS_EXCEPTION | User input suspected as malicious. |
20001 | BATCH_ID_REQUIRED | account-update-batch-id is a mandatory field. |
20001 | MANDATORY_PARAMETER_REQUIRED | Account Updater failure due to problematic input. {field-name} is mandatory. Fix account update element:#XXX, with merchant-updater-id:{merchant-updater-id}. |
20002 | TOO_MANY_ACCOUNT_UPDATES | Request contains more than 2000 account updates in the batch. |
20003 | BATCH_ID_ALREADY_EXISTS | account-update-batch-id 'XXX' already exists. |
20004 | ACQUIRING_ENTITY_UNAVAILABLE | Processor not available, please try again later. |
20007 | BATCH_HAS_EXPIRED | Batch has expired and can no longer be retrieved. Please send a new batch request. |