BiometricRequestData

public final class BiometricRequestData

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.

Constructors

Link copied to clipboard
public BiometricRequestData BiometricRequestData(String selfie, FingerPrintData fingerPrintData, String voiceData, String videoData)

Properties

Link copied to clipboard
Link copied to clipboard
private final String selfie

Type:string($Base64)
This should contain base64 data of the customer photo/selfie. It accepts base64 data of a single customer photo or a zip of multiple customer images. Max allowed upload size is 2MB . Note: One customer biometric is mandatory (Selfie, Fingerprint, or Voice)

Link copied to clipboard
private final String videoData

Type:string($Base64)
This should contain base64 data of the Customer video Data. It accepts base64 data.

Link copied to clipboard
private final String voiceData

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

Functions

Link copied to clipboard
Link copied to clipboard
public final String getSelfie()

Type:string($Base64)
This should contain base64 data of the customer photo/selfie. It accepts base64 data of a single customer photo or a zip of multiple customer images. Max allowed upload size is 2MB . Note: One customer biometric is mandatory (Selfie, Fingerprint, or Voice)

Link copied to clipboard
public final String getVideoData()

Type:string($Base64)
This should contain base64 data of the Customer video Data. It accepts base64 data.

Link copied to clipboard
public final String getVoiceData()

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