Identity Verification
This capability verifies whether the person in the transaction is who they claim to be.
What it does
Uses Unico's identity base and additional signals to return a verdict on whether the face of the transaction (captured or provided) belongs to the holder of the respective government identifier.
Inputs
- A capture session opened via
POST /v1/processwith a flow that includes Identity Verification, or a base64 image submitted viaPOST /processes/v1. - The user's government identifier (CPF, in Brazil).
Possible responses
| Web & Native response | API response | Meaning |
|---|---|---|
YES | yes | The face belongs to the holder of the provided government identifier. |
NO | no | The face does NOT belong to the holder of the provided government identifier. |
INCONCLUSIVE | inconclusive | Insufficient evidence to decide. |
Availability
| Surface | Supported |
|---|---|
| SDK (Android, iOS, Flutter) | ✅ |
| Web (iFrame, Redirect) | ✅ |
| API (headless, no SDK) | ✅ |