Biometric Request Data
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.
finger Print Data
voice Data
This should contain base64 data of the Customer Voice Data. It accepts base64 data. Note: One customer biometric is mandatory (Selfie, Fingerprint, or Voice)
video Data
This should contain base64 data of the Customer Voice Data.
voice Start Time
Audio/Speech capture start time.
expected Audio Text
This should contain base64 data of the Customer expected audio text. It accepts base64 data.