Skip to main content

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.

CodeHTTP CodeMessage
EXC_001500An internal error occurred while processing the request.
EXC_002400A business error occurred while processing the request.
EXC_008400Insufficient balance to process the batch.
EXC_017400The daily limit has been reached.
EXC_018400The transaction limit for the plan has been reached.
EXC_019400The payment cannot be made with the selected account.
EXC_022409Idempotency key has already been processed.