Verify PAN, Aadhaar, GST & vehicle data in real time
One prepaid wallet, one dashboard, one REST API. Run KYC and document checks instantly — and only pay when a lookup succeeds.
Built for people who verify at scale
Everything you need to run KYC, onboarding and compliance checks — without stitching together a dozen providers.
Instant results
Live lookups return in seconds. PDFs (RC, DL, ration) are generated on the fly.
Wallet you control
Prepaid balance, atomic debits, full ledger. You are never double-charged, and failures cost nothing.
REST API
Token-authenticated endpoints for every service, with the same pricing and history as the dashboard.
Secure by default
Hardened sessions, CSRF on every form, optional e-mail OTP and Cloudflare bot protection, full audit trail.
Transparent history
Every request, response and balance change is stored and re-viewable. Export to CSV anytime.
Per-service rate limits
Sensible throttles and duplicate-request protection keep your spend predictable.
All 18 services
Grouped by category. Prices are per successful call and configurable by the operator.
PAN Services
GST Services
Banking
Vehicle
Documents
Up and running in three steps
Create an account
Sign up with your mobile number and e-mail. Verification takes a minute.
Recharge your wallet
Add funds by UPI or bank transfer. Your balance is credited after a quick review.
Verify anything
Use the dashboard or the API. The exact fee is debited only when a lookup succeeds.
Simple, per-call pricing
No subscriptions. No minimums. Operators can adjust every price.
| Service | Category | Price / successful call |
|---|---|---|
| Aadhaar to PAN | PAN Services | ₹12.00 |
| PAN Details | PAN Services | ₹6.00 |
| PAN to Aadhaar | PAN Services | ₹9.00 |
| Mobile to PAN | PAN Services | ₹12.00 |
| PAN to GST | GST Services | ₹3.00 |
| GST Details | GST Services | ₹3.00 |
| IFSC Details | Banking | ₹2.00 |
| NPCI / DBT Status | Banking | ₹8.00 |
| RC Print (PDF) | Vehicle | ₹18.00 |
| DL Print (PDF) | Vehicle | ₹18.00 |
Developer-friendly API
Every dashboard action is a documented REST call.
curl -X POST https://apizone.zestcommerce.in/api/v1/verify/gst_details \
-H "Authorization: Bearer <your_token>" \
-H "Content-Type: application/json" \
-d '{"gst":"22ABCDE1234F1Z5"}'
Auth with a bearer token, get JSON back, and check status codes for
402 (top-up needed), 422 (bad input) or 429 (rate limited).
Same wallet & history
API calls debit the same balance and appear in the same transaction log.
Predictable errors
Structured error codes and messages — never a raw stack trace.
Frequently asked
Do I pay for failed lookups?
No. The fee is debited only when the upstream returns a successful result. Not-found and error responses are free.
How do I add money to my wallet?
From the Wallet page: pay the operator by UPI or bank transfer, submit the reference number and (optionally) a screenshot. Your balance is credited once an admin verifies the payment.
Is there an API?
Yes — a token-authenticated REST API covering every service, with the same pricing, rate limits and history as the dashboard. See the documentation.
How is my account protected?
Hardened sessions, CSRF tokens on every form, brute-force lockout, optional e-mail OTP for login and password changes, and optional Cloudflare Turnstile. Every action is written to an audit log.
Where does the data come from?
Verifications are performed live against apicentre.in. Documents such as RC and DL are returned as generated PDFs.