Payonclick Developer Docs
v1

Get Transfer by Client Reference

GET https://payonclick.in/ext/v1/dmt/transfer/by-client-reference/{client_reference}
Any valid API key Counts toward your 60 req/min

Look up a transfer by your own idempotency key


Query & Path Params

NameTypeDescription
client_reference required path The value you sent to POST /transfer

Responses

StatusDescription
200 OK Look up a transfer by your own idempotency key — see the example on the right.
4xx / 5xx { "success": false, "error": { "code": "…", "message": "…" } } — every code is listed under Error Codes.
📘
Good to know

The safe way to answer "did my transfer go through?" after a timeout — it submits nothing. Returns 404 NOT_FOUND if that reference never reached us, which means you may send it again.