Payonclick Developer Docs
v1

Add Beneficiary

POST https://payonclick.in/ext/v1/dmt/beneficiary/add
Requires transfer Signed request Counts toward your 60 req/min

Save a bank account against the remitter


Body Params

NameTypeDescription
sender_token required string From /sender/verify-otp
bene_name required string Minimum 3 characters
account_number required string
ifsc_code required string
is_verified optional bool Set true if penny-drop was done

Responses

StatusDescription
201 Created Save a bank account against the remitter — 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/beneficiary/add\n{TIMESTAMP}\n{BODY_SHA256}. The samples on the right compute it for you; the rules are in Request Signing.