BiometricEnrollBiometricRequestData

Parameters

selfie

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)

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)

Constructors

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 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 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)