post https://api.sandbox.co.in/kyc/pan/verify
API verifies the PAN number and the information of the holder.
| Key | Type | Description | Example | 
|---|---|---|---|
| pan | string | PAN to be verified | XXXPX1234A | 
| category | string | Category of PAN. Possible Values: company, individual, huf, trust, government, body_of_individuals, association_of_persons, firm, local_authority, artificial_judicial_person | individual | 
| status | string | Status of the PAN. Possible values: valid or invalid | valid | 
| remarks | string | If an event is marked against the given in the government database. Possible values: null, Marked as Fake, Deleted, Marked as Deactivated, Invalid PAN, Amalgamation, Acquisition, Holder is Deceased, Dissolution, Liquidated, Merger, Partition, Split, Under Liquidation | null | 
| name_as_per_pan_match | boolean | Whether the name as per PAN given matches with the one in the government database. Possible values: true or false | true | 
| date_of_birth_match | boolean | Whether the date of birth given matches with the one in the government database. Possible values: true or false | true | 
| aadhaar_seeding_status | string | Whether aadhaar is linked with this PAN or not. Possible values: y, n, na | y | 
Test Environment: https://test-api.sandbox.co.in
| Run in Postman | Response | Remark | 
|---|---|---|
| Test request | 200 | Valid PAN (Individual) | 
| Test request | 200 | Valid PAN (Individual) | 
| Test request | 200 | Valid PAN (Individual) | 
| Test request | 200 | Valid PAN (Individual) | 
| Test request | 200 | Valid PAN (Trust) | 
| Test request | 200 | Valid PAN (Company) | 
| Test request | 200 | Valid PAN (Body of Individuals) | 
| Test request | 200 | Valid PAN (Association of Persons) | 
| Test request | 200 | Invalid PAN | 
| Test request | 422 | Invalid PAN Pattern | 
| Test request | 422 | Consent Required | 


