Applicant Face Comparison

Instead of suppling an image to use for the Face Comparison check, you can provide an Applicant ID and use the face stored with this.

This will required steps from the previous page:

  1. Create a session with Liveness and Face Comparison check
  2. Create a resource for the Face Capture

Additional steps you will need to take to use an applicant.

  1. Create an Applicant if you haven't already and add a Face
  2. Provide the Applicant ID to the session to perform the Face Comparison check

Add Applicant to session

HTTP
Copy
Node.js
PHP
Python
Java
Go
Copy

The sessionID and resourceID will be obtained in steps 1 and 2. The Applicant ID will be obtained from step 3.

Request Body

JSON
Copy

Response

There will be no body in the response, only a 200 status code if successful

HTTP
Copy

Error codes

If there is an error, we will return an error code and error message. For example

401
400
Copy
Error codeDescription
400Bad request - there was an error when validating the request payload. further details will be provided in errors array. See the 400 tab above.
401Cannot authorize your request for the session with the given token
403You may only update Resources that you have created
404No resource found for the sessionId & resourceId provided
409The session has expired
422The media provided is not processable
503The service is unavailable. Further details may be provided in errors array

Completing the session

The Liveness check will be still need to be completed by the user. Any document checks configured will also need to be completed. The user view should be presented for this. Details on this can be found here.

Retrieving the results

Once the session is completed, you will be able to retrieve the results of the Face Comparison check. See this page comparison for details on how to do this.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard