Skip to main content
The Biometrics Reverification module verifies the authenticity and liveness of a personโ€™s image. It then matches that image against a trusted source image. The module combines three checks into a single overall result:
  • IAD (injection attack detection) capture liveness
  • Face liveness
  • Face match
Use this module for reverification scenarios. It confirms that the person presenting themselves is the same individual verified during an earlier onboarding or identity check. The module requires a new encrypted selfie and a previously captured anchor image to compare against. Required inputs include encrypted selfie and anchor image.

Capabilities

The module returns four capabilities: an overall result and the individual result of each underlying check.

Overall result

This capability returns the combined outcome of all reverification checks.

IAD: Capture liveness

This capability indicates whether the captured image passes injection attack detection. It confirms the selfie was taken live rather than injected from a pre-recorded or synthetic source.

Face liveness

This capability indicates whether the face in the selfie is a live person rather than a photo, mask, or deepfake.

Face match

This capability indicates whether the face in the selfie matches the anchor image.

Default outcomes

The outcome logic uses only the overall result. The individual check capabilities are available for custom evaluation rules but are not used in the default outcomes.

Input payload

The module requires an EncryptedSelfie input with selfieImageEncryption set to true, along with an AnchorImage input to compare against. The anchor image must be prefilled at journey start. The following is a sample payload used to submit an encrypted selfie and anchor image to the Biometrics Reverification module for processing.
JSON

Sample response

The following is a sample response from the Biometrics Reverification module. In this example the selfie is live and not injected, but does not match the anchor image, so the overall result is Failed.
JSON

Biometrics Reverification

Capabilities

Face match

Face match result.

Face liveness

Face liveness result.

IAD: capture liveness

IAD capture liveness result.

Overall result

Final outcome of the reverification process.

Biometrics Onboarding

Capabilities

Face match

Face match result.

Face liveness

Face liveness result.

IAD: capture liveness

IAD capture liveness result.

Overall result

Final outcome of the onboarding process.