Netherlands

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

{
  "checks" : [ {
    "answer" : "GREEN",
    "checkType" : "E_KYC_CHECK",
    "createdAt" : "2024-03-06 15:23:46",
    "id" : "5162ba94-abf8-4bcb-8901-9599dfe5c62e",
    "inputDoc" : {
      "idDocType" : "OTHER",
      "country" : "NLD",
      "firstName" : "VG",
      "lastName" : "de Vries"
    },
    "extractedDoc" : {
      "lastName" : "de Vries",
      "gender" : "M",
      "phone" : "+31203051900",
      "email" : "info@equensworldline.nl",
      "dob" : "1975-07-25",
      "addresses" : [ {
        "street" : "Pascalstreet 19",
        "town" : "Aachen",
        "postCode" : "0000AA",
        "country" : "DEU",
        "formattedAddress" : "Pascalstreet 19, 0000AA, Aachen, DE"
      } ],
      "additionalFields" : [ {
        "name" : "initials",
        "value" : "VJ"
      }, {
        "name" : "bank",
        "value" : "FANTAS"
      } ]
    },
    "ekycCheckInfo" : {
      "confirmationType" : "oAuth"
    }
  } ]
}