- IAD (injection attack detection) capture liveness
- Face liveness
- Face match
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 anEncryptedSelfie 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 isFailed.
JSON