Error Status Codes
Code | Description |
---|---|
0 | Success |
10 | Accepted, but action pending |
100 | Incorrect client credentials |
110 | Incorrect user credentials |
120 | Unauthorized fingerprint |
200 | Error in payload (error in payload formatting) |
300 | Unauthorized action (User/Client not allowed to perform this action) |
400 | Incorrect values supplied (eg. Insufficient balance, wrong MFA response, incorrect micro deposits) |
404 | Object not found |
410 | Action not allowed on the object (either you do not have permission or the action on this object is not supported) |
429 | Too many requests hit the API too quickly |
450 | [DEPRECATED] Idempotency key already in use |
460 | Request failed but not due to server error |
500 | Server error |
503 | Service unavailable. The server is currently unable to handle the request due to a temporary overload or scheduled maintenance. |
Updated almost 5 years ago