latestOpenAPI 3.1.02026-08-041130479.2 KB

a9dd2afd70a1

Occupation Status

post/v1/api_hub/pan_occupation_status_l1

Request body

panstring required

Response

200

api_categorystring
api_namestring
billableboolean
txn_idstring
messagestring
statusinteger
datetimestring

Example response

{
  "api_category": "KYC",
  "api_name": "Occupation Status",
  "billable": true,
  "txn_id": "f42cf7ee-03ed-4f00-8ccf-fba88192dea3",
  "message": "Success",
  "status": 1,
  "result": {
    "pan": "ABCPG0123D",
    "employement_status": "Y",
    "director_status": "N"
  },
  "datetime": "2024-06-19 06:29:28.487484"
}