Payonclick Developer Docs
v1

Transfer History

GET https://payonclick.in/ext/v1/dmt/transactions
Any valid API key Counts toward your 60 req/min

Paginated transfer history


Query & Path Params

NameTypeDescription
page optional int Default 1
per_page optional int Default 20, max 100
status optional string Filter by status
from_date optional date YYYY-MM-DD
to_date optional date YYYY-MM-DD

Responses

StatusDescription
200 OK Paginated transfer history — see the example on the right.
4xx / 5xx { "success": false, "error": { "code": "…", "message": "…" } } — every code is listed under Error Codes.