Payonclick Developer Docs
v1

Preview Charge

POST https://payonclick.in/ext/v1/dmt/charges
Any valid API key Signed request Counts toward your 60 req/min

Preview the charge before transferring


Body Params

NameTypeDescription
amount required number Amount you intend to transfer

Responses

StatusDescription
200 OK Preview the charge before transferring — 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/dmt/charges\n{TIMESTAMP}\n{BODY_SHA256}. The samples on the right compute it for you; the rules are in Request Signing.