Identity Verification response codes
Beta
Last updated: June 26, 2024
The response payload for your Identity Verification request will contain the status of your request. The payload will also contain response codes and summary if the status is one of the following:
retry_required
declined
refused
approved
Sample webhook payload
1{2"response-codes": [3{4"code": 61310,5"summary": "document_front_not_captured"6},7{8"code": 62102,9"summary": "document_not_accepted"10}11]12}
We ensure backward compatibility when adding new response codes. However, we encourage building your business rules based on the status value and using the response codes as additional information.
Status | Code | Summary | Description |
---|---|---|---|
|
|
| Identity verification approved |
|
|
| User explicitly refused to do the verification process by clicking the dedicated button |
User engagement issue | |||
| |||
|
| User was probably not redirected to the application and did not start the flow | |
|
| User explicitly stated that they wanted to perform the identity verification later by clicking the dedicated button | |
|
| User explicitly stated that they did not have their document with them by clicking on the dedicated button | |
|
| User did not give access to the camera despite the dedicated instructions to do so | |
|
| User left the process before the capture phase and the verification URL expired (by default the expiration time is 15 minutes) | |
Technical issue | |||
|
|
| User's connection was insufficient to perform the capture |
|
| User's browser was not suitable for video streaming | |
|
| User's device did not have any camera | |
|
| User switched tabs or applications while performing the identity verification | |
|
| User did not receive the SMS | |
Document capture issue | |||
|
|
| User's document video is too blurry (Mostly due to too much movement but if this error persists, the camera quality may be an issue) |
|
| User performed the document capture under poor lighting conditions | |
|
| User has not captured the front of the document | |
|
| User has not captured the back of the document | |
|
| Part of the document is hidden in the capture | |
|
| User did not present a dynamic view of the document | |
|
| Barcode of the document is not readable | |
Face capture issue | |||
|
|
| User's video of their face is too blurry (Mostly due to too much movement but if this error persists, the camera quality may be an issue) |
|
| User performed their identity verification under poor lighting conditions | |
|
| User has not presented a face | |
|
| User did not show the full front view of their face | |
|
| User did not sufficiently move to prove liveness | |
|
| User also captured another person face | |
Internal error | |||
|
|
| An internal error prevents us from completing the verification - we do our best to reduce how often this occurs |
|
| The video received could not be played | |
Document issue | |||
|
|
| User presented an expired document |
|
| User presented a document which is not accepted | |
|
| User has submitted a damaged document | |
Copy issue | |||
|
|
| User presented a photocopy of the document |
|
| User presented the document as a screenshot | |
Identity fraud | |||
|
|
| User has submitted a counterfeit or falsified document |
|
| User presented a document that has been declared as stolen or lost | |
|
| User presented the front and back of two different documents | |
|
| User does not match the photograph of the document | |
|
| User has presented a photography or a video of someone else's face on a screen or physical medium | |
|
| User has altered their appearance | |
|
| User has digitally altered the videos | |
Suspicious behavior | |||
|
|
| User's identity does not match with the expected one |
|
| User used a device that has been technically altered | |
|
| User seems to have performed the capture against their will | |
Programmatic actions | |||
|
|
| You closed the verification attempt – the |