Payonclick Developer Docs
v1

Get Verification Result

GET https://payonclick.in/ext/v1/verify/result/{client_reference}
Any valid API key Counts toward your 60 req/min

Re-read a verification you already ran


Query & Path Params

NameTypeDescription
client_reference required path The key you sent with the verification

Responses

StatusDescription
200 OK Re-read a verification you already ran — see the example on the right.
4xx / 5xx { "success": false, "error": { "code": "…", "message": "…" } } — every code is listed under Error Codes.
📘
Good to know

Results are stored against your client_reference, so a verification never has to be paid for twice to be read again. Re-posting the same client_reference to the verification endpoint also returns the original result with duplicate: true, and is not charged.