Errors
While making requests to our APIs, if any error occur, you will receive one of the following status codes and message in the response object
Common Error Codes
400
Invalid request
General error for incorrect request formatting.
401
Action unauthorized
The API key or token is missing or incorrect.
403
Action not allowed
The request is blocked due to policy restrictions.
404
Not found
The requested resource (e.g., account or transaction) does not exist.
500
Internal server error
A general server error. Contact support if the issue persists.
0053
Error searching for bank account
The bank account lookup failed, possibly due to invalid details.
1100
Missing KYC info
KYC (Know Your Customer) information is required but not provided.
1305
Amount limit reached
The transaction amount exceeds the maximum allowed.
2010
Transaction not confirmed
The transaction cannot proceed until confirmed.
3005
Insufficient balance
The wallet does not have enough funds to complete the transaction.
Please be assured that we will keep updating this list with new errors!
Last updated