ACQ Error Codes
These errors occur on the merchant acquirer's side (bank).
ERROR | Definition |
---|---|
ACQ_001 | Payment refused. |
ACQ_999 | Technical error. |
The code of acquirer's authorization rejection is returned in detailedErrorCode. These codes are returned without any modifications. They are specific to each acquirer.
For example, if a VISA card is rejected because it was identified as stolen, the structure of the error will be:
{ "errorCode": "ACQ_001", "errorMessage": "payment refused", "detailedErrorCode": "43", "detailedErrorMessage": "null" }
See the list of detailedErrorCode values for more information.