NSDL Authorized PAN Gateway

Professional PAN API
for Modern Businesses

Apply, e-Sign and e-KYC PAN cards instantly through our secure NSDL-integrated API. Webhook callbacks, real-time tracking and prepaid wallet — all in one platform.

Get API Access Read API Docs
Features

Everything you need to integrate PAN

Built for developers, businesses and resellers. A complete toolkit to issue PAN at scale.

New PAN Application

Generate fresh PAN through NSDL via E-Sign (Aadhaar OTP) or E-KYC mode in seconds.

Webhook Callbacks

Real-time response delivered to your callback URL with auto-retry & auto-refund on failure.

Prepaid Wallet

Top up wallet, transparent debit/credit ledger and per-service pricing controlled by admin.

Instant Response

Get acknowledgement number, redirect URL and final status without polling.

Bank-grade Security

API key auth, bcrypt password storage, signed NSDL payloads & HTTPS-only endpoints.

Live Dashboard

Track every transaction, webhook delivery status and wallet history from one panel.

99.9%
Uptime SLA
<2s
API Response
24×7
NSDL Access
100%
Auto Refund
Integration

Simple, predictable REST API

One endpoint. Your API key. Get a redirect URL. Receive the final result on your webhook.

POST /api/v1/new-pan.php
# cURL example
curl -X POST https://yourdomain.com/api/v1/new-pan.php \
  -H "Content-Type: application/json" \
  -d '{
    "api_key": "KBIS_XXXXXXXXXXXXXXXXXX",
    "mode": "E",
    "callback_url": "https://you.com/cb"
  }'

# Response
{
  "status": "success",
  "txn_id": "API_172...",
  "redirect_url": "https://.../redirect"
}

Two PAN Modes Supported

Mode E - eSign PAN

Aadhaar OTP based digital signature. Final PAN issued instantly.

Mode K - eKYC PAN

Biometric Aadhaar verification, suitable for assisted enrollment.

View Full Documentation
How it works

Go live in 4 simple steps

Register

Create your account and get your unique API key from dashboard.

Recharge

Top up your prepaid wallet to start consuming the API.

Integrate

POST to our endpoint with API key + mode, redirect user to NSDL.

Receive

Final response auto-delivered to your webhook URL with status.

Ready to ship PAN integration?

Sign up today, get free sandbox credits and integrate within minutes.

Create Free Account