Payonclick Developer Docs
v1

PAN to GSTIN lookup

POST https://payonclick.in/ext/v1/verify/pan-to-gstin
Requires verify Signed request Counts toward your 60 req/min

PAN to GSTIN lookup · Know Your Business


Body Params

NameTypeDescription
client_reference required string Your unique idempotency key, max 64 chars
pan required string 10-character PAN of the business

Responses

StatusDescription
201 Created PAN to GSTIN lookup · Know Your Business — see the example on the right.
4xx / 5xx { "success": false, "error": { "code": "…", "message": "…" } } — every code is listed under Error Codes.
🔏
This call must be signed

POST carries an X-Signature header over POST\n/ext/v1/verify/pan-to-gstin\n{TIMESTAMP}\n{BODY_SHA256}. The samples on the right compute it for you; the rules are in Request Signing.