This page provides an example of the E_KYC_CHECK
response for Argentina.
{
"checks" : [ {
"answer" : "GREEN",
"checkType" : "E_KYC_CHECK",
"createdAt" : "2024-03-05 13:22:03",
"id" : "f11069fc-f481-404c-bc08-5897df4d98a8",
"inputDoc" : {
"idDocType" : "ID_CARD",
"country" : "ARG",
"number" : "85514367",
"gender" : "M"
},
"extractedDoc" : {
"firstName" : "JAVIER",
"lastName" : "CANOSA",
"gender" : "M",
"phone" : "1148325427",
"email" : "[email protected]",
"dob" : "1975-07-07",
"addresses" : [ {
"flatNumber" : "17",
"street" : "Sarmiento",
"state" : "PALERMO",
"buildingNumber" : "2763 A",
"town" : "BUENOS AIRES",
"postCode" : "1425",
"country" : "Argentina",
"formattedAddress" : "Sarmiento, 2763 A 17, BUENOS AIRES, PALERMO, Argentina, 1425"
} ],
"nationality" : "ARG",
"tin" : "2011135229", //CUIL/CUIT
"additionalFields" : [ {
"name" : "phones",
"value" : "83117866654108,1188896441"
}, {
"name" : "taxIdType", //TIN number type
"value" : "CUIT"
}, {
"name" : "emails",
"value" : "[email protected],[email protected]"
} ]
},
"ekycCheckInfo" : {
"externalFaceMatch" : true,
"faceMatchAnswer" : "GREEN",
"selfieImageId" : 1316996961 //Image ID of the selfie submitted by the applicant
}
} ]
}