Skip to main content
POST
cURL
The PAN Basic API is designed to validate and fetch essential details associated with a Permanent Account Number (PAN). It is a reliable and streamlined solution for identity verification and compliance checks, commonly used in financial, legal, and regulatory contexts.
Fields title, panStatusCode, lastUpdatedOn can contain empty data.

Pan Status Codes

Aadhaar Seeding Status codes

Authorizations

Authorization
string
header
required

API key issued by KonnectNXT. Pass as Authorization: Bearer <your_api_key>.

Body

application/json
pan_number
string
required

The 10-digit PAN number to verify.

Example:

"C03D3G7513"

Response

Successful response with Aadhaar verification details.

status
enum<string>
required

Overall status of the API

Available options:
success,
error
code
integer
required

HTTP status code

Example:

400

message
string
required

Description of the response or error

Example:

"Invalid request parameters"

data
object
required
credits_used
integer
required

Represents the total number of credits used in this request.

Example:

3

credits_left
integer
required

Represents the remaining credits available for use.

Example:

4040