India

This page provides examples of the E_KYC_CHECK response for India (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"
    }
}