Error Codes
Error codes that can be found on YVOS
Youverify API errors are usually returned in this format with the HTTP status codes.
CODES | ERROR MESSAGES | WHAT IT MEANS |
422 |
| Unprocessible Entity-Validity Error. The sent an invalid payload. IT does not meet validation rule. |
400 |
| Bad Request - The client has sent a bad request, usually a wrong ID format. |
400 |
| Insufficient fund-The client does not enough funds in their account. |
500 |
| Internal Server Error - The server encountered an error while processing the request. |
404 |
| Not Found - The ID number doesnβt exist. |
401 |
| Token does not exist. Token was not properly referenced. |
403 |
| Insufficient fund-The client does not enough funds in their account. |
503 |
| Connection error-The service is currently unavailable. Try again later. |
504 |
| Service downtime-The service is currently unavailable. Try again later. |
Last updated