Sample structures of the E_KYC_CHECK API responses for France L'Identité Numérique Verification (fra_pst_eid).
GREEN
The following response example represents successful checks.
{
"checks": [
{
"answer": "GREEN",
"checkType": "E_KYC_CHECK",
"createdAt": "2025-04-08 12:29:22",
"id": "92778429-b477-4747-b7d6-7c517b1aac16",
"inputDoc": {
"idDocType": "OTHER",
"country": "FRA"
},
"extractedDoc": {
"country": "FRA",
"number": "370b2711-4e0d-4362-b8e1-9bf34208cXXX",
"firstName": "Amelie",
"lastName": "Poulain",
"gender": "F",
"phone": "+33100123123",
"email": "[email protected]",
"dob": "1974-02-14",
"placeOfBirth": "44109",
"countryOfBirth": "FRA",
"additionalFields": [
{
"name": "levelOfAssurance",
"value": "SUBSTANTIAL"
}
]
},
"ekycCheckInfo": {
"confirmationId": "tc7JFhYV57sI3shpNpfcjjD4",
"confirmationType": "oAuth"
}
}
]
}YELLOW
The following response example represents a case when data was not found.
{
"checks": [
{
"answer": "YELLOW",
"checkType": "E_KYC_CHECK",
"createdAt": "2025-04-09 12:45:02",
"id": "0193f9aa-b2bb-46a6-9045-50508d8e516f",
"inputDoc": {
"idDocType": "OTHER",
"country": "FRA"
},
"ekycCheckInfo": {
"confirmationId": "0jvIPQ9Yc4VURRzcQGvdEoDZ",
"confirmationType": "oAuth"
}
}
]
}ERROR
The following example represents a case when an error occurred during the check.
{
"checks" : [ {
"answer" : "ERROR",
"checkType" : "E_KYC_CHECK",
"createdAt" : "2025-04-09 12:49:33",
"id" : "0193f9aa-b2bb-46a6-9045-50508d8e516f",
"inputDoc" : {
"idDocType" : "OTHER",
"country" : "FRA",
},
"ekycCheckInfo" : { }
} ]
}