Face Verification

If the workflow which the user is associated with has been configured with the face verification option, then the user needs to verify the face using a live face image captured on the mobile and sent for verification to the server. Once the face verification is successful, the identities are issued on the ID Wallet app.

Headers

  • Authentication: Bearer <JWT>
  • Accept: application/json
  • Content-Type: application/json

Path Parameters

ParametersTypeDescription
organizationNamestringDenotes the name of the organization.

Body Parameters

ParametersTypeDescription
userBioInfoobjectThe user's biometric data (face).

userBioInfo Object

ParametersTypeDescription
deDuplicationCheckBooleanIndicates if deduplication check needs to be run or not. Possible values: true (Perform deduplication check), false (Deduplication check not required)
srcFaceImageStringThe image of the face in base64 format.
userIDStringThe unique ID number of the user.
Language
URL