CustomerEnrollResult
public struct CustomerEnrollResult
Enroll Customer with ID Validation** Validate ID and Customer Enroll result.
-
Captured
Selfieface data.Declaration
Swift
public var selfie: Selfie -
ID Front
DetectedData.Declaration
Swift
public var front: DetectedData -
ID Back
DetectedData.Declaration
Swift
public var back: DetectedData? -
Submits a
CustomerEnrollResultto the server.Declaration
Swift
public func submit(cardToken: String? = nil, cardLast4: String? = nil, completion: @escaping ValidateIdCustomerEnrollAPICompletionV3) -
Submits a
CustomerEnrollResultto the server.Declaration
Swift
public func finalSubmit(cardToken: String? = nil, cardLast4: String? = nil, completion: @escaping ValidateIdCustomerEnrollAPICompletion)Parameters
cardTokenCredit card token, can be optionally provided.
cardLast4Last four digits of Credit card number, can be optionally provided.
additionalDataOptional
AdditionalCustomerWFlagCommonDataoverride.completionReturns a
CustomerEnrollResponsefrom the server.