Payonclick Developer Docs
v1

Voter ID (EPIC)

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

Voter ID (EPIC) · Officially Valid Document


Body Params

NameTypeDescription
client_reference required string Your unique idempotency key, max 64 chars
epic_number required string EPIC number exactly as printed on the card
name optional string Name to match against the electoral record

Responses

StatusDescription
201 Created Voter ID (EPIC) · Officially Valid Document — 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/voter-id\n{TIMESTAMP}\n{BODY_SHA256}. The samples on the right compute it for you; the rules are in Request Signing.