PAN-Aadhaar Linkage Verification
PAN
PAN-Aadhaar Link
Verify if a PAN number is linked to a specific Aadhaar number
POST
PAN-Aadhaar Linkage Verification
Documentation Index
Fetch the complete documentation index at: https://docs.konnectnxt.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The PAN-Aadhaar Linkage Verification API allows you to verify whether a specific PAN (Permanent Account Number) is linked to a given Aadhaar number. This is essential for compliance workflows, KYC processes, and ensuring that customers have completed mandatory PAN-Aadhaar linkage as per government requirements.Key Features
- Real-time Verification: Instant validation of PAN-Aadhaar linkage status
- Simple Binary Result: Clear
is_linkedboolean response - Compliance Ready: Helps meet regulatory requirements for PAN-Aadhaar linkage
- Detailed Messages: Descriptive messages explaining linkage status
- Batch Support: Optional task_id and group_id for tracking bulk verifications
Government Requirement
As per Income Tax regulations, linking PAN with Aadhaar is mandatory for most taxpayers. This API helps verify compliance with this requirement.Best Practices
- Format Validation: Validate PAN and Aadhaar formats client-side before API calls
- Case Sensitivity: Ensure PAN is in uppercase before sending
- Remove Spaces: Strip any whitespace from both PAN and Aadhaar numbers
- Error Handling: Implement retry logic for 500 and 503 errors with exponential backoff
- Compliance Checks: Use this API as part of your KYC/onboarding workflows
- Data Privacy: Handle PAN and Aadhaar data in compliance with data protection regulations
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Verification completed successfully (both linked and not-linked cases)
Overall status of the API
Available options:
success, error HTTP status code
Example:
400
Description of the response or error
Example:
"Invalid request parameters"
Represents the total number of credits used in this request.
Example:
3
Represents the remaining credits available for use.
Example:
4040

