India

This page provides examples of the E_KYC_CHECK response for India:

Aadhaar (OTP)

{
  "checks": [
    {
      "answer": "GREEN",
      "checkType": "E_KYC_CHECK",
      "createdAt": "2025-03-06 13:25:28",
      "id": "ceabaf2d-95d0-4ace-a5e2-8064233f5e50",
      "inputDoc": {
        "idDocType": "ID_CARD",
        "country": "IND",
        "number": "********0019"
      },
      "extractedDoc": {
        "country": "IND",
        "number": "XXXXXXXX0019",
        "firstName": "Mahesh S",
        "gender": "M",
        "dob": "1994-03-09",
        "addresses": [
          {
            "street": "1st Cross, 2nd main",
            "state": "Karnataka",
            "buildingNumber": "House No. 123",
            "town": "Bangalore",
            "postCode": "560001",
            "country": "IND",
            "formattedAddress": "1st Cross, 2nd main, #1234, Bangalore, Karnataka, India, 560001"
          }
        ],
        "images": [
          {
            "imageId": 260666604 //Image ID of the selfie from the database
          }
        ],
        "additionalFields": [
          {
            "name": "phones",
            "value": "n2d639g4x1yhdd610aece456b13sd65" // Encrypted phone
          },
          {
            "name": "emails",
            "value": "n2d639g4x1yhdd610aece456b13sd65" // Encrypted email
          }
        ]
      },
      "ekycCheckInfo": {
        "confirmationId": "3gJJUO4oF9fhvn91qmVMGg6P",
        "confirmationType": "otp"
      }
    }
  ]
}

Aadhaar (Digilocker)

{
    "answer": "GREEN",
    "checkType": "E_KYC_CHECK",
    "createdAt": "2023-06-07 14:32:30",
    "id": "ec862dd2-6d7b-43f8-a7bc-3251a149301f",
    "inputDoc": {
        "idDocType": "OTHER",
        "country": "IND"
    },
    "extractedDoc": {
        "country": "IND",
        "number": "xxxx-xxxx-0123", // Masked Aadhaar Number
        "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    // Selfie from the Database
            }
        ]
    },
    "ekycCheckInfo": {
        "confirmationId": "J2YY2vDoQvncsIDpzj2BKoEH",
        "confirmationType": "oAuth"
    }
}