Verify PAN details

Accepts a PAN number and returns a normalized verification result. The response includes confirmed identity fields (where available), verification status, and flags used for billing and user consent. This endpoint requires both X-API-KEY and X-Client-ID headers for authentication.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
^[A-Z]{5}[0-9]{4}[A-Z]{1}$

PAN to verify. Must follow the 10-character PAN format (five letters, four digits, one letter). Example: ABCDE1234F

Responses

400

Bad request — missing or invalid PAN format.

401

Unauthorized — invalid or missing API credentials.

404

Not found — no record found for the supplied PAN.

500

Internal server error — unexpected error while processing the request.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json