United Kingdom

This page provides examples of the E_KYC_CHECK response for the United Kingdom:

UK BankId

{
  "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" : "AlixRayne@example.com",
      "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"
    }
  } ]
}

UK eVisa

{
  "checks" : [ {
    "answer" : "GREEN",
    "checkType" : "E_KYC_CHECK",
    "createdAt" : "2025-02-13 12:00:27",
    "id" : "cbad61bb-864e-4057-b23c-59355d84d514",
    "inputDoc" : {
      "idDocType" : "OTHER",
      "country" : "GBR",
      "number" : "BZ1 T8C 5NC",
      "dob" : "1993-09-05"
    },
    "extractedDoc" : {
      "category" : "Skilled Worker Route",
      "firstName" : "CHARLOTTE EVANS",
      "dob" : "1993-09-05",
      "nationality" : "AUS",
      "issueDate" : "2024-06-08",
      "validUntil" : "2027-06-07",
      "images" : [ {
        "imageId" : 262853720 // Selfie Image ID
      }, {
        "imageId" : 231314853,  // PDF report ID
        "fileName" : "gbr_gov_evisa_summary.pdf"
      } ]
    },
    "ekycCheckInfo" : { }
  } ]
}