This page provides an example of the E_KYC_CHECK
response for Brazil.
{
"checks" : [ {
"answer" : "GREEN",
"checkType" : "E_KYC_CHECK",
"createdAt" : "2024-03-21 11:39:23",
"id" : "6fe0ec3b-c6d8-4c53-afc6-f33751dbf1c2",
"inputDoc" : {
"idDocType" : "TAX_PAYER_NUMBER_DOC",
"country" : "BRA",
"number" : "07244434529" // CPF
},
"extractedDoc" : {
"firstName" : "LUCAS OLIVEIRA", // Full name
"gender" : "M",
"dob" : "1991-01-15",
"additionalFields" : [ {
"name" : "registrationStatus",
"value" : "Regular"
}, {
"name" : "motherName",
"value" : "MARIA LURDES DOE"
}, {
"name" : "fatherName",
"value" : "JOHN DOE"
} ]
},
"ekycCheckInfo" : {
"externalFaceMatch" : true,
"faceMatchAnswer" : "GREEN",
"selfieImageId" : 118005011, // Image ID of the submitted selfie
"faceMatchScore" : 0.9491729928035084
}
} ]
}