Face match
If you wish to request a face match check from the user this section will provide you with all the details to complete this.
Here we describe how to:
- Request a face match check.
Name | Resources | Type | Manual check available |
---|---|---|---|
Face match | 1x Doc Resource & 1x Liveness Resource | Asynchronous | ✅ |
A request to assess whether the user's face matches the face on the ID document. The user's facial image is obtained from the liveness check, which must be performed first.
const faceMatchCheck = new RequestedFaceMatchCheckBuilder()
.withManualCheckFallback()
.build();
Manual Check | Explanation |
---|---|
withManualCheckFallback | The requested check will only go to the Security Centre if the machine check fails. |
withManualCheckNever | The requested check will never go to the Security Centre. |
withManualCheckAlways | The requested check will always go to the Security Centre regardless of the success of the automated check. Note: This config may result in additional charges. |
Was this page helpful?