Aadhaar Verification (Basic)


About
- Verify Aadhaar number by taking in the
Aadhaar
and receiving information pertaining to the Aadhaar.
Usecase
- To verify the Aadhaaar of users onboarding onto a platform.
Endpoint
HTTP Method | Resource | Description |
---|---|---|
GET | /aadhaar/verify | Takes in Aadhaar, Consent and Reason and provides with the following response. |
Path Parameters
Param | Type | Description | Example |
---|---|---|---|
Aadhaar |
| unique 12 digit number identifier for an individual | 098765432112 |
Query Parameter
Param | Type | Description | Example |
---|---|---|---|
consent |
| Consent of the end-user to get their information for verification purposes. Possible values: Y or y | Y |
reason |
| Purpose for which the user has given their consent. Min length: 20 characters | For KYC of User |
Response
Attribute | Description | Example |
---|---|---|
State | State | Gujarat |
age_band | Age Bank of the Aadhaar Holder | 20-30 |
gender | Gender of the Aadhaar holder | MALE |
mobile | Mobile Number of Aadhaar Holder | xxxxxxx005 |
aadhaar_number | Aadhaar Number | 123456789012 |
aadhaar_exists | Aadhaar Exists or not | true |
Upstream Charges
INR 0.60 (including GST)
Updated about 2 months ago