Error management
Error scenarios in a resource response will return an object as an example below, where the
status_code field will contain the error_code value from the tables below and description will contain the error message:json
{
"status_code": 400,
"name": "ValidationError",
"message": "Bad Request",
"details": [
{
"status": "DENIED",
"error_code": "GENERIC-400",
"description": "data,card,expiration_year is invalid",
"description_detail": "expiration_year is required"
}
]
}json
{
"status_code": 400,
"name": "ValidationError",
"message": "Bad Request",
"details": [
{
"status": "DENIED",
"error_code": "GENERIC-400",
"description": "data,card,expiration_year is invalid",
"description_detail": "expiration_year is required"
}
]
}Credit/Debit - 400 Bad Request
| error\_code | description |
|---|---|
| PAYMENTS-012 | Input amount greater than or equal to the transaction amount |
| PAYMENTS-013 | Invalid portion amount |
| PAYMENTS-015 | Contact issuer |
| PAYMENTS-016 | Invalid NSU |
| PAYMENTS-019 | Date of issue of the invalid card |
| PAYMENTS-020 | Invalid expiration date |
| PAYMENTS-024 | Transaction undone |
| PAYMENTS-025 | Invalid authentication |
| PAYMENTS-026 | Invalid authorization |
| PAYMENTS-029 | Invalid pre-authorization |
| PAYMENTS-044 | Format error |
| PAYMENTS-050 | Contact the institution |
| PAYMENTS-051 | Parameterized negative response |
| PAYMENTS-054 | Pending confirmation |
| PAYMENTS-055 | Transaction cancelled |
| PAYMENTS-056 | Transaction not allowed in this cycle |
| PAYMENTS-058 | Reverse transaction |
| PAYMENTS-060 | Card required in the transaction |
| PAYMENTS-061 | Generic rejection |
| PAYMENTS-066 | Invalid payment method |
| PAYMENTS-068 | Invalid card digit |
| PAYMENTS-069 | Repeated transaction |
| PAYMENTS-070 | Card number does not check |
| PAYMENTS-072 | Non-cancellable transaction |
| PAYMENTS-073 | Transaction already cancelled |
| PAYMENTS-078 | Invalid data on cancellation |
| PAYMENTS-079 | Invalid cancellation amount |
| PAYMENTS-080 | Invalid card |
| PAYMENTS-081 | Exceeds date |
| PAYMENTS-082 | Invalid cancellation |
| PAYMENTS-083 | Use debit function |
| PAYMENTS-084 | Use credit function |
| PAYMENTS-085 | Transaction already made |
| PAYMENTS-090 | Transaction not authorized by the card |
| PAYMENTS-091 | Outside the allowed deadline |
| PAYMENTS-093 | Authorization is already in process |
| PAYMENTS-094 | Authorization to confirm receipt |
| PAYMENTS-098 | Unregistered customer |
| PAYMENTS-117 | Ask the porter to call the sender |
| PAYMENTS-118 | Invalid card or product not enabled |
| PAYMENTS-999 | Unprocessed transaction |
| GENERIC-400 | Invalid credit card |
| Validation Error | |
| Header Validation | |
| Error Requesting a Cancel | |
| Service error | |
| Parameter invalid | |
| Argument invalid | |
| Brand code not enabled | |
| Query Validation Error |
Credit/Debit - 401 Unauthorized
| error_code | description |
|---|---|
| GENERIC-401 | Unauthorized |
Credit/Debit - 402 Business Error
| error\_code | description |
|---|---|
| PAYMENTS-001 | Value not reported |
| PAYMENTS-002 | Invalid card |
| PAYMENTS-003 | Expired card |
| PAYMENTS-004 | Invalid parameter |
| PAYMENTS-005 | Invalid security code |
| PAYMENTS-006 | Invalid flag |
| PAYMENTS-007 | Operation not allowed |
| PAYMENTS-008 | Invalid data |
| PAYMENTS-009 | Minimum value of the invalid installment |
| PAYMENTS-010 | Invalid number of plots |
| PAYMENTS-011 | Number of plots exceeds limit |
| PAYMENTS-014 | Installment payment not allowed |
| PAYMENTS-022 | Invalid currency code |
| PAYMENTS-023 | Flag does not belong to the network |
| PAYMENTS-030 | Error in user authentication |
| PAYMENTS-032 | Denied by the issuer |
| PAYMENTS-033 | Invalid establishment |
| PAYMENTS-034 | Unauthorized request |
| PAYMENTS-036 | Request identification |
| PAYMENTS-037 | Transaction in progress |
| PAYMENTS-038 | Invalid transaction |
| PAYMENTS-039 | Invalid transaction amount |
| PAYMENTS-041 | Redo the transaction |
| PAYMENTS-045 | Restricted card |
| PAYMENTS-046 | Lost card |
| PAYMENTS-047 | Stolen card |
| PAYMENTS-048 | Card without registration |
| PAYMENTS-049 | Transaction not allowed to this customer |
| PAYMENTS-052 | Duplicate transaction |
| PAYMENTS-053 | Card locked |
| PAYMENTS-067 | Threshold value exceeded |
| PAYMENTS-077 | Invalid card number |
| PAYMENTS-096 | Credit exceeded |
| PAYMENTS-101 | Offline Authorizer |
| PAYMENTS-102 | Customer with no credit limit |
| PAYMENTS-103 | Transaction not authorized by the authorizing network |
| PAYMENTS-104 | Integration error |
| PAYMENTS-105 | Unauthorized transaction |
| PAYMENTS-109 | There is a transaction to be confirmed |
| PAYMENTS-112 | Non-existent document to cancel |
| PAYMENTS-113 | Insufficient Balance |
| PAYMENTS-114 | Exceeds the Approval Value Threshold |
| PAYMENTS-115 | Exceeds the Withdrawal Frequency Limit |
| PAYMENTS-116 | Authorisation refused |
| SERVICE-402 | Error capturing credit transaction |
| Error adjusting credit pre authorization transaction | |
| GENERIC-402 | Error on creating postponed transaction |
| Postponed payment is expired | |
| Antifraud Denied | |
| Document invalid | |
| Error canceling credit transaction | |
| Error validating business requirements |
Credit/Debit - 403 Forbidden
| error\_code | description |
|---|---|
| GENERIC-403 | Payment method is not allowed |
| Brand Type is not allowed | |
| Service is not enabled | |
| Invalid Token Or Previously Used Token | |
| Unauthorized error | |
| PIX product not enabled |
Credit/Debit - 404 Not Found
| error\_code | description |
|---|---|
| PAYMENTS-043 | Record not found |
| PAYMENTS-057 | Transaction does not exist |
| PAYMENTS-076 | Transaction not available |
| PAYMENTS-095 | Authorization not found |
| GENERIC-404 | Error on creating postponed transaction |
| Transaction not found | |
| Register was not found |
Credit/Debit - 409 Conflict
| error_code | description |
|---|---|
| GENERIC-409 | The request could not be processed because of conflicting parameters |
Credit/Debit - 412 Precondition Failed
| error\_code | description |
|---|---|
| GENERIC-412 | Parameter was not found |
| Parameter was not defined |
Credit/Debit - 422 Unprocessable Content
| error\_code | description |
|---|---|
| GENERIC-422 | Unprocessable Entity |
| No refunds of partial sales, only full refunds allowed. | |
| Canceled or denied payments cannot be canceled | |
| Partial cancel can only be made after the capture day | |
| CANCEL-124 | Denied, violation of law |
| CANCEL-070 | Denied. Operation refund not avaiable for authorized transaction |
| CANCEL-088 | Denied. Insufficient balance for this transaction |
Credit/Debit - 500 Internal Server Error
| error_code | description |
|---|---|
| PAYMENTS-042 | Invalid response |
| PAYMENTS-059 | Local network problem |
| PAYMENTS-062 | Institution temporarily out of operation |
| PAYMENTS-063 | System malfunction |
| PAYMENTS-064 | Database error |
| PAYMENTS-071 | Temporarily blocked authorizer |
| PAYMENTS-086 | Transaction error |
| PAYMENTS-099 | Uninitialized authorizer |
| PAYMENTS-100 | Disconnected channel |
| PAYMENTS-107 | Communication error |
| PAYMENTS-500 | Internal Server Error |
| GENERIC-500 | The server encountered an unexpected error |
Credit/Debit - 501 Not Implemented
| error_code | description |
|---|---|
| GENERIC-501 | Invalid response from the upstream server |
Credit/Debit - 503 Service Unavailable
| error_code | description |
|---|---|
| PAYMENTS-021 | Issuer System Unavailable - Please Try Again |
| GENERIC-503 | The server is currently unable to handle the request, try again later |
Credit/Debit - 504 Gateway Timeout
| error_code | description |
|---|---|
| PAYMENTS-031 | Timeout |
| PAYMENTS-089 | Internal timeout |
| GENERIC-504 | Connection timeout |
Boleto - 402 Business Error
| error\_code | description\_detail |
|---|---|
| PAYMENTS -402 | 00001 - Our invalid/incompatible number |
| 00007 - Invalid document species | |
| 00016 - Invalid expiration date | |
| 00057 - Incorrect drawdown ZIP code | |
| 00058 - Incorrect CPF/CNPJ | |
| 00093 - Title value not reported | |
| 00098 - Invalid Issue Date | |
| 00100 - Issue date greater than due date | |
| 00102 - Address of the drawee not informed | |
| 00103 - Municipality of the drawee not informed | |
| 00107 - Incorrect federation unit | |
| 00113 - Invalid discount amount | |
| 00124 - Zip code of the drawdown not found | |
| 00128 - Invalid protest code | |
| 00145 - Invalid document type | |
| 00147 - Number of days for invalid protest | |
| 00160 - Neighborhood of the drawn-out not informed | |
| 00176 - Record not found | |
| 00422 - Inconsistent certificate | |
| 00423 - Station is not of the covenant | |
| 00424 - Agreement not marked for message exchange for online entry | |
| 00425 - Environment marked as test and NSU is not test | |
| 00426 - Environment marked as production with test NSU | |
| 00427 - Station code does not belong to the agreement | |
| 00428 - Covenant is not active | |
| 00429 - Invalid discount type | |
| 00430 - Exempt with discount value | |
| 00431 - Field our non-numeric number | |
| 00432 - Client does not have online entry | |
| 00433 - Invalid discount deadline |
Transactions Denied by Anti-Fraud
| error\_code | description |
|---|---|
| fraud | Transaction denied by Anti-Fraud system security rule |
| 200 | |
| 250 | |
| 0700 | |
| 2000 | |
| 480 | |
| 481 | |
| 0150 | Transaction sent with the "amount" field filled with the null or invalid amount |
| 0902 | Transaction sent with the "required" field filled with the null or invalid amount |
| 101 | |
| 102 | |
| 231 | Incorrectly filled in credit card details |
| 0400 | |
| 202 | |
| 400 | Credit card issuer did not approve the transaction. |
| 0330 | |
| 0500 | |
| 0600 | |
| 1300 | |
| 0800 | |
| 234 | Unavailability in the Anti-Fraud system. Contact GetNet. |
| 0901 | |
| 0000 | |
| 0903 | |
| 150 | |
| 151 | |
| 121 | |
| 500 |
On this page
Error management
Credit/Debit - 400 Bad Request
Credit/Debit - 401 Unauthorized
Credit/Debit - 402 Business Error
Credit/Debit - 403 Forbidden
Credit/Debit - 404 Not Found
Credit/Debit - 409 Conflict
Credit/Debit - 412 Precondition Failed
Credit/Debit - 422 Unprocessable Content
Credit/Debit - 500 Internal Server Error
Credit/Debit - 501 Not Implemented
Credit/Debit - 503 Service Unavailable
Credit/Debit - 504 Gateway Timeout
Boleto - 402 Business Error
Transactions Denied by Anti-Fraud