Face match (face vs. ID photo)

View as Markdown

Matches a face image against the ID front photo stored in a transaction. Complete the id/front step for the same transaction_id first.

Authentication

ApiKeystring
Static API key issued to your tenant. Required on every request.
OR
AuthorizationBearer

End-user JWT from registration or login. Required for verification, signing, and user-scoped operations.

Request

This endpoint expects an object.
imagestringRequired

Base64-encoded face image.

transaction_idstringRequired

Transaction that already contains an id/front scan.

client_transaction_idstringOptional

Response

servicesobjectOptional

Per-service check results attached to every OCR response.

dataobjectOptional
error_codeinteger or nullOptional
error_messagestring or nullOptional