Verify PAN Details
POST {{sandbox_host}}/kyc/pan/verify
Request Body
{"@entity"=>"in.co.sandbox.kyc.pan_verification.request", "pan"=>"{{pan}}", "name_as_per_pan"=>"{{name}}", "date_of_birth"=>"{{date_of_birth}}", "consent"=>"{{consent}}", "reason"=>"{{reason}}"}
HEADERS
| Key | Datatype | Required | Description |
| authorization
| string | | |
| x-api-key
| string | | |
| x-accept-cache
| boolean | | |
RESPONSES
status: OK
"{\n \"code\": 200,\n \"timestamp\": {{$timestamp}}000,\n \"transaction_id\": \"{{$randomUUID}}\",\n \"data\": {\n \"@entity\": \"in.co.sandbox.kyc.pan_verification.response\",\n \"pan\": \"XXXFX1234J\",\n \"category\" : \"firm\",\n \"status\": \"invalid\",\n \"remarks\": \"Deleted\",\n \"name_as_per_pan_match\": false,\n \"date_of_birth_match\": false,\n \"aadhaar_seeding_status\": \"na\"\n }\n}"