BiometricLiveCheckData

public struct BiometricLiveCheckData : Encodable

Child structure of CustomerIdentifyRequest.

Properties

  • This should contain base64 data of the customer photo. It accepts base64 data of a single customer photo or a zip of multiple customer images. Max allowed upload size is 2MB.

    Declaration

    Swift

    public var selfie: String
  • Fingerprint data.

    Declaration

    Swift

    public var fingerPrintData: FingerPrintData?

Initialization

  • Designated initializer.

    Declaration

    Swift

    public init(selfie: String, fingerPrintData: FingerPrintData? = nil)

    Parameters

    selfie

    This should contain base64 data of the customer photo. It accepts base64 data of a single customer photo or a zip of multiple customer images. Max allowed upload size is 2MB.

    fingerPrintData

    Fingerprint data.