This page provides an example of the E_KYC_CHECK
response for Indonesia.
{
"checks" : [ {
"answer" : "GREEN",
"checkType" : "E_KYC_CHECK",
"createdAt" : "2024-03-06 16:09:07",
"id" : "b0918f7c-151f-471b-acfd-82872728c066",
"inputDoc" : {
"idDocType" : "TAX_PAYER_NUMBER_DOC",
"country" : "IDN",
"firstName" : "John Smith",
"number" : "8551436703956104"
},
"extractedDoc" : {
"gender" : "M",
"dob" : "1979-01-01",
"addresses" : [ {
"street" : "Jln. Bata Putih",
"state" : "JaTim",
"town" : "Batam",
"formattedAddress" : "Jln. Bata Putih, Batam, JaTim"
} ]
},
"ekycCheckInfo" : {
"externalFaceMatch" : true,
"faceMatchAnswer" : "GREEN",
"selfieImageId" : 1175700614
}
} ]
}