Payonclick Developer Docs
v1

Driving Licence

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

Driving Licence · Officially Valid Document


Body Params

NameTypeDescription
client_reference required string Your unique idempotency key, max 64 chars
dl_number required string Driving licence number
dob required string Date of birth on the licence, YYYY-MM-DD

Responses

StatusDescription
201 Created Driving Licence · 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/driving-licence\n{TIMESTAMP}\n{BODY_SHA256}. The samples on the right compute it for you; the rules are in Request Signing.