HTTP Response Code | errorDetails reason | errorDetails message | Recommended Action |
---|---|---|---|
401 | AuthenticationFailed | The account updater service could not authenticate the request. | Re-submit your request with correct credentials. Contact your Pagos account manager if the problem persists. |
403 | unauthorized | Merchant is not authorized to use the resource. | Re-submit your request with correct x-merchant-id in the header. Contact your Pagos account manager if the problem persists. |
429 | concurrentLimitExceeded | You exceeded the maximum allowed concurrent API calls. | Keep concurrent API calls within the allowed concurrent API request limits. |
500 | SystemError | A system error occurred. | Contact your Pagos account manager. |
503 | NetworkError | The network cannot process the request. | Re-submit your request later. Contact your Pagos account manager if the problem persists. |
code
element that explains the source of the validation error.
The response will be in the format of the following example:
HTTP Response Code | error code | Recommended Action |
---|---|---|
400 | validation_error | Re-submit your request following guidance in the details object. |
400 | account_validation_account_number_invalid | Re-submit your request with a valid PAN. |
400 | account_validation_month_invalid | Re-submit your request with a valid PAN expiry month. |
400 | account_validation_year_invalid | Re-submit your request with a valid PAN expiry year. |