Verify PAN

Sample Request :
  {
    "PanNumber":"CKMPB9065N",
    "Latitude":"-90",
    "Longitude":"90",
    "TransactionId":"12356575650"
}

Sample Response : 
{
    "responseCode": 200,
    "success": true,
    "message": "Successful fetched Pan details is done",
    "data": {
        "status": "SUCCESS",
        "statusCode": "200",
        "message": "Successful fetched Pan details is done",
        "pinwalletTransactionId": "PINW94304700121595208279",
        "apiTransactionId": "12356575650",
        "result": {
            "name": "MANGESH KASHINATH BOLE",
            "number": "CKMPB9065N",
            "typeOfHolder": "Individual or Person",
            "isIndividual": true,
            "isValid": true,
            "firstName": "MANGESH",
            "middleName": "KASHINATH",
            "lastName": "BOLE",
            "title": "Shri",
            "panStatus": "VALID",
            "panStatusCode": "E",
            "aadhaarSeedingStatus": "Successful",
            "aadhaarSeedingStatusCode": "Y",
            "lastUpdatedOn": "07/09/2019"
        }
    }
}
  
Language
Authorization
Bearer
Click Try It! to start a request and see the response here!