v1

latestOpenAPI 3.1.02026-08-041130479.2 KB

Pan Advance

post/v1/api_hub/pan_l4

Request body

panstring required

PAN number

Response

200

request_idstring
task_idstring
group_idstring
successboolean
response_codestring
response_messagestring
request_timestampstring
response_timestampstring

Example response

{
  "request_id": "4ed8dbfa-9be3-48aa-b01f-dddbb2c4e1dc",
  "task_id": "f26eb21e-4c35-4491-b2d5-41fa0e545a34",
  "group_id": "e6fb11a1-5a44-4aff-98b5-8e6566554b4a",
  "success": true,
  "response_code": "100",
  "response_message": "Valid Authentication",
  "metadata": {
    "billable": "Y"
  },
  "result": {
    "aadhaar_seeding_status": "OPERATIVE PAN",
    "pan_last_updated": "01/02/2023",
    "pan_number": "IRZPS88XXX",
    "pan_status": "VALID",
    "user_first_name": "VAXXXX",
    "user_middle_name": "MAXXXX",
    "user_last_name": "SAXXXX",
    "name_on_card": "VAXXXX MAXXXX SAXXXX",
    "user_title": "Kumari",
    "name_match_score": "34.50",
    "pan_type": "Person"
  },
  "request_timestamp": "2024-04-23T09:44:43.589Z",
  "response_timestamp": "2024-04-23T09:44:44.154Z"
}