Get IDToken with onetime identification referenceID from Evrotrust Mobile SDK.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
IDToken: It is a JSON Web Token (JWT), which contains user data. The structure of 'identificationData' from the payload is:
{
"oneTimeIdentificationDate": 0,
"identification": {
"personPresence": 0,
"liveness": 0,
"faceMatch": 0
},
"user": {
"firstName": "string",
"middleName": "string",
"lastName": "string",
"firstNameLatin": "string",
"middleNameLatin": "string",
"lastNameLatin": "string",
"identificationNumber": "string",
"documentNumber": "string",
"docType": "string",
"documentValidDate": 0,
"documentIssuerName": "string",
"documentIssueDate": 0,
"documentCountryCode": "string",
"dateOfBirth": 0,
"placeOfBirth": "string",
"nationality": "string",
"nationalityCountryCode": "string",
"address": "string",
"district": "string",
"municipality": "string",
"settlement": "string",
"location": "string",
"buildingNumber": "string",
"entrance": "string",
"floor": "string",
"apartment": "string",
"userGender": "string",
"userPicture": "string",
"userSpecimen": "string",
"userIDFront": "string",
"userIDBack": "string",
"secretSelfie": "string",
"secretVideo": "string"
},
"sourceUserData": {
"firstName": 0,
"middleName": 0,
"lastName": 0,
"firstNameLatin": 0,
"middleNameLatin": 0,
"lastNameLatin": 0,
"identificationNumber": 0,
"documentNumber": 0,
"docType": 0,
"documentValidDate": 0,
"documentIssuerName": 0,
"documentIssueDate": 0,
"documentCountryCode": 0,
"dateOfBirth": 0,
"placeOfBirth": 0,
"nationality": 0,
"address": 0,
"userGender": 0,
"userPicture": 0
}
}identification:
personPresence: Check the person presence and compare to the profile photo from the document.
Percent % value
liveness: Check the liveness of the person.
0 - The check has not been done
1 - Unsuccess
2 - Success
faceMatch: Compare the person to the profile photo from the document.
0 - The check has not been done
1 - Unsuccess
2 - Success
user:
docType: IDcard / Passport
userGender: Male / Female
documentIssueDate: For this paramter 0 means it has no value.
documentValidDate: For this paramter 0 means it has no value.
sourceUserData:
0 - Unknown
1 - Self-declared by user
2 - Read from document image
3 - Read from document MRZ code
4 - Read from document chip
5 - Received from registration authority
6 - Received from register
200IDToken
