valifyData Object
The object containing the data collected from the user going through SDK.
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.
nationalIdFront
byte[]
nationalIdBack
byte[]
faceSample
byte[]
ocrProcess Object
The ocrProcess object contains the data extracted from national ID of the user.
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
changedEmployment
String
changedArea
String
changedStreet
String
watermarkProcess Object
processCompleted
boolean
otpProcess Object
phoneNumber
String
processCompleted
boolean
livenessDetectionProcess Object
processCompleted
boolean
facialRecognitionProcess Object
processCompleted
boolean
Last updated