valifyResult Object
The object containing the data collected from the user going through SDK.
Property Name
Type
valifyToken
String
ocrResult?
dataUpdatingResult?
watermarkResult?
livenessResult?
ocrResult Object
Property Name
Type
firstName
String
lastName
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
idfrontImg
Data
idBackImg
Data
frontConfidence
Float?
frontDataValidity
Bool?
backDataValidity
Bool?
The properties “frontConfidence”, “frontDataValidity”, & “backDataValidity” will be returned if withDocumentVerification is set to true.
dataUpdatingResult Object
Property Name
Type
updatedProfession
string?
updatedStreet
string?
updatedArea
string?
watermarkResult Object
Property Name
Type
success
Bool?
livenessResult Object
Property Name
Type
livenessSuccess
Bool
recognitionSuccess
Bool?
selfie
Data?
Last updated