BiometricRequestData

public BiometricRequestData BiometricRequestData(String selfie, FingerPrintData fingerPrintData, String voiceData, String videoData, Long voiceStartTime, String expectedAudioText)

Parameters

selfie

This should contain base64 data of the customer photo/selfie. It accepts base64 data of a single customer photo. Note: One customer biometric is mandatory (Selfie, Fingerprint, or Voice) for verification.

fingerPrintData
voiceData

This should contain base64 data of the Customer Voice Data. It accepts base64 data. Note: One customer biometric is mandatory (Selfie, Fingerprint, or Voice)

videoData

This should contain base64 data of the Customer Voice Data.

voiceStartTime

Audio/Speech capture start time.

expectedAudioText

This should contain base64 data of the Customer expected audio text. It accepts base64 data.