Payonclick Developer Docs
v1

Register Sender

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

Enrol a new remitter (when action = register)


Body Params

NameTypeDescription
sender_token required string From /sender/verify-otp
first_name required string Minimum 2 characters
last_name optional string
address optional string
pincode optional string
state optional string

Responses

StatusDescription
200 OK Enrol a new remitter (when action = register) — 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/register\n{TIMESTAMP}\n{BODY_SHA256}. The samples on the right compute it for you; the rules are in Request Signing.