API Errors
When an error occurs while creating batches, an error will be returned in the following format:
{
"code": "EXC_001",
"message": "An internal error occurred while processing the request."
}
List of errors
Below is a list of possible errors with their respective messages.
| Code | HTTP Code | Message |
|---|---|---|
EXC_001 | 500 | An internal error occurred while processing the request. |
EXC_002 | 400 | A business error occurred while processing the request. |
EXC_008 | 400 | Insufficient balance to process the batch. |
EXC_017 | 400 | The daily limit has been reached. |
EXC_018 | 400 | The transaction limit for the plan has been reached. |
EXC_019 | 400 | The payment cannot be made with the selected account. |
EXC_022 | 409 | Idempotency key has already been processed. |