Aadhaar to Pan Verification

post/v1/api_hub/aadhaar_to_pan_l1

Request body

aadhaarstring required

Response

200

api_categorystring
api_namestring
billableboolean
txn_idstring
messagestring
statusinteger
datetimestring

Example response

{
  "api_category": "KYC",
  "api_name": "Aadhaar to PAN",
  "billable": true,
  "txn_id": "c31637f9-611d-448c-bd71-3446b5aa81fc",
  "message": "Record Found",
  "status": 1,
  "result": {
    "aadhaar": "42346856691234",
    "pan": "DKYPK1234G"
  },
  "datetime": "2024-02-17 06:43:52.710286"
}