valifyData Object

The object containing the data collected from the user going through SDK.

Property Name

captures Object

The capture object can be used to get the images of the front and back sides of the national id captured during the OCR or OCR w/ verification service, and the face image captured during the liveness detection step.

Property Name
Type

nationalIdFront

byte[]

nationalIdBack

byte[]

faceSample

byte[]

ocrProcess Object

The ocrProcess object contains the data extracted from national ID of the user.

Property Name
Type

processCompleted

boolean

transactionIdFront

string

transactionIdBack

string

OCRResponse

nationalIdData Object

firstName

String

fullName

String

street

String

area

String

frontNid

String

backNid

String

serialNumber

String

profession

String

gender

String

husbandName

String

maritalStatus

String

religion

String

releaseDate

String

expiration

String

confidence

float

front_data_validity

boolean

back_data_validity

boolean

extraData Object

Property Name
Type

changedEmployment

String

changedArea

String

changedStreet

String

watermarkProcess Object

Property Name
Type

processCompleted

boolean

otpProcess Object

Property Name
Type

phoneNumber

String

processCompleted

boolean

livenessDetectionProcess Object

Property Name
Type

processCompleted

boolean

facialRecognitionProcess Object

Property Name
Type

processCompleted

boolean

Last updated