Saudi Arabia

This page provides examples of the E_KYC_CHECK response for Saudi Arabia Residency Verification.

// GREEN — successful check.

{
  "checks": [
    {
      "answer": "GREEN",
      "checkType": "E_KYC_CHECK",
      "createdAt": "2025-08-28 08:29:21",
      "id": "5d73ccf9-fb1f-46ae-8a07-fb05abb0683a",
      "inputDoc": {
        "idDocType": "OTHER",
        "country": "SAU",
        "number": "1234567810",
        "additionalNumber": "1234567890"
      },
      "extractedDoc": {
        "country": "SAU",
        "firstName": "Abu Ali Abdulloh Ibn-Sino",
        "addresses": [
          {
            "street": "Al-Habib",
            "buildingNumber": "12345",
            "town": "Afshana",
            "postCode": "54321",
            "country": "SAU",
            "formattedAddress": "12345 Al-Habib - Hayy ar-Rawdah, Afshana 54321 - 123",
            "source": "externalDb"
          }
        ],
        "additionalFields": [
          {
            "name": "shortAddress",
            "value": "ABCD1234"
          }
        ]
      },
      "ekycCheckInfo": {}
    }
  ]
}
// RED - there are violations or data not found.

{
  "checks": [
    {
      "answer": "RED",
      "checkType": "E_KYC_CHECK",
      "createdAt": "2025-08-28 08:16:50",
      "id": "66819d44-2761-4ca4-b107-76a5a86ba7ed",
      "inputDoc": {
        "idDocType": "OTHER",
        "country": "SAU",
        "number": "1234567890",
        "additionalNumber": "1234567890"
      },
      "ekycCheckInfo": {},
      "violations": [
        "DATA_NOT_FOUND"
      ]
    }
  ]
}