a9dd2afd70a1

latestOpenAPI 3.1.02026-08-041130479.2 KB

PAN Demographic

post/v1/api_hub/pan_demographic_l1

Request body

panstring required
namestring required
dobstring required

Response

200

api_categorystring
api_namestring
billableboolean
txn_idstring
messagestring
statusinteger
datetimestring

Example response

{
  "api_category": "Know Your Customer (KYC)",
  "api_name": "Verify Pan",
  "billable": true,
  "txn_id": "d839dadd-c7aa-442e-81ae-e65ae3702db9",
  "message": "Success",
  "status": 1,
  "result": {
    "pan": "ABCDE1234F",
    "pan_status": "E",
    "dob": "Y",
    "Name": "Y",
    "pan_type": "Person",
    "seeding_status": "Y"
  },
  "datetime": "2024-05-24 07:20:16.337185"
}