Skip to main content

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/process with a flow that includes Identity Verification, or a base64 image submitted via POST /processes/v1.
  • The user's government identifier (CPF, in Brazil).

Possible responses

Web & Native responseAPI responseMeaning
YESyesThe face belongs to the holder of the provided government identifier.
NOnoThe face does NOT belong to the holder of the provided government identifier.
INCONCLUSIVEinconclusiveInsufficient evidence to decide.

Availability

SurfaceSupported
SDK (Android, iOS, Flutter)
Web (iFrame, Redirect)
API (headless, no SDK)