Response Codes

Here you will find the list of codes that the API returns in the status object. It is important to differentiate between authentication errors (which prevent access to the system) and processing errors.

Authentication Errors

These codes indicate problems with credentials (login, tranKey, etc).

Code
Description
100
Authentication not provided or malformed header.
101
The provided login does not exist or is incorrect.
102
The tranKey is incorrect or the hash does not match.
103
The seed has expired (difference greater than 5 minutes).
104
The site (Merchant) is inactive.

Transaction States

These codes describe the result of the operation when processing an autopay transaction.

Code
Meaning
00
Approved. The operation was processed successfully.
?-
Pending. The operation is in progress (asynchronous flows).
BR
Bad Request. Invalid or missing data.
X3
Validation Error. Incorrect format in specific fields.
XA
Financial Rejection. Insufficient funds or unauthorized amount.
NF
Not Found. The resource (ID or reference) does not exist.
05
External Error. Communication failure with the financial network.
XH
Internal Error. Unexpected failure in the AutoPay system.