Payonclick Developer Docs
v1

Send Sender OTP

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

Send an OTP to the remitter mobile


Body Params

NameTypeDescription
mobile required string 10-digit Indian mobile of the remitter

Responses

StatusDescription
200 OK Send an OTP to the remitter mobile — 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/sender/check\n{TIMESTAMP}\n{BODY_SHA256}. The samples on the right compute it for you; the rules are in Request Signing.

📘
Good to know

action is verify_otp for a known remitter, or register when the remitter must be enrolled first.