UK & Netherlands banking

This page provides examples of the E_KYC_CHECK response for the UK and Netherlands banking:

UK

{
  "checks" : [ {
    "answer" : "GREEN",
    "checkType" : "E_KYC_CHECK",
    "createdAt" : "2024-02-14 11:54:20",
    "id" : "b42aac2e-4685-47ee-a49d-0913e9ed1ef2",
    "inputDoc" : {
      "idDocType" : "OTHER",
      "country" : "GBR"
    },
    "extractedDoc" : {
      "firstName" : "Alix",
      "lastName" : "Rayner",
      "phone" : "01154960986",
      "email" : "[email protected]",
      "dob" : "1996-09-10",
      "addresses" : [ {
        "state" : "Norfolk",
        "town" : "Great Yarmouth",
        "postCode" : "NR29",
        "country" : "GBR",
        "formattedAddress" : "Winterton-on-Sea, Great Yarmouth NR29, UK",
        "metadata" : null
      } ]
    },
    "ekycCheckInfo" : {
      "confirmationType" : "oAuth"
    }
  } ]
}

Netherlands

{
  "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" : "[email protected]",
      "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"
    }
  } ]
}