Netherlands

This page provides an example of the E_KYC_CHECK response for the Netherlands (iDIN).

{
    "checks": [
        {
            "answer": "GREEN",
            "checkType": "E_KYC_CHECK",
            "createdAt": "2025-07-08 10:36:16",
            "id": "1526051d-146b-4149-b523-b8daf7ab1fee",
            "inputDoc": {
                "idDocType": "OTHER",
                "country": "NLD",
                "firstName": "VJ",
                "lastName": "de Vries"
            },
            "extractedDoc": {
                "country": "NLD",
                "lastName": "de Vries",
                "gender": "M",
                "phone": "+31203051900",
                "email": "[email protected]",
                "dob": "1974-12-07",
                "addresses": [
                    {
                        "street": "Pascalstreet 19",
                        "town": "Aachen",
                        "postCode": "0000AA",
                        "country": "DEU",
                        "formattedAddress": "Pascalstreet 19, 0000AA, Aachen, DE",
                        "source": "externalDb"
                    }
                ],
                "additionalFields": [
                    {
                        "name": "initials",
                        "value": "VJ"
                    },
                    {
                        "name": "bank",
                        "value": "Test bank"
                    },
                    {
                        "name": "restrictedId",
                        "value": "YBANK1234567890"
                    }
                ]
            },
            "ekycCheckInfo": {
                "confirmationId": "3bLjYpMOlYdf6axREL1A6y3A",
                "confirmationType": "oAuth"
            }
        }
    ]
}