India

This page provides examples of the E_KYC_CHECK response for India:

AADHAAR (OKYC/OTP)

{
  "checks" : [ {
    "answer" : "GREEN",
    "checkType" : "E_KYC_CHECK",
    "createdAt" : "2024-03-05 14:48:24",
    "id" : "c55cac27-5da5-4716-9aa5-02e08a9157ff",
    "inputDoc" : {
      "idDocType" : "ID_CARD",
      "country" : "IND",
      "number" : "9999-9999-0019"     // AADHAAR number
    },
    "extractedDoc" : {
      "firstName" : "Mahesh S",       // Full name
      "gender" : "M",
      "dob" : "1994-03-09",
      "email" : "[email protected]",
      "phone" : "1234567890",
      "addresses" : [ {
        "street" : "1st Cross, 2nd main",
        "state" : "Karnataka",
        "buildingNumber" : "#1234",
        "town" : "Bangalore",
        "postCode" : "560001",
        "country" : "IND",
        "formattedAddress" : "1st Cross, 2nd main, #1234, Bangalore, Karnataka, India, 560001"
      } ],
      "images" : [ {
        "imageId" : 180540806         // Image ID of the selfie from the database
      } ]
    },
    "ekycCheckInfo" : {
      "confirmationType" : "otp"
    }
  } ]
}

Digilocker

{
  "answer": "GREEN",
  "checkType": "E_KYC_CHECK",
  "createdAt": "2023-06-07 14:32:30",
  "id": "ec862dd2-6d7b-43f8-a7bc-3251a149301f",
  "extractedDoc": {
    "firstName": "Mahesh S",
    "gender": "M",
    "dob": "1994-03-09",
    "addresses": [
      {
        "street": "1st Cross, 2nd main",
        "state": "Karnataka",
        "buildingNumber": "#1234",
        "town": "Bangalore",
        "postCode": "560001",
        "country": "IND",
        "formattedAddress": "1st Cross, 2nd main, #1234, Bangalore, Karnataka, India, 560001"
      }
    ],
    "images": [
      {
        "imageId": 164784452
      }
    ]
  },
  "ekycCheckInfo": {
    "confirmationType": "oAuth"
  }
}