Register Beneficiary

📘

Partner should know !

Beneficiary needs to be registered in the system through remitter's mobile no.

SNoHTTP Response CodeResponse CodeDescription
12001Receiver account successfully added.
22002Unable to create beneficiary details.
32003Unable to add Beneficiary please try again later OR Remitter accounts not found.
54015Account Number is not allowed to do remittance.
64067Validation Error.
74018DMT service is not active for this account.
84129Unable to process register beneficiary request.
940110Invalid JWT Token sent in Header.
1040111Authentication failed.
Body Params
json
required
Defaults to { "mobile": "98XXXXXX76", "benename": "XYZ ABCD", "bankid": "309", "accno": "5XXXXXXXXXXX2", "ifsccode": "HDFC0000XXX", "verified": "0", "gst_state": "07", //optional "dob": "1990-03-02", //optional "address": "New delhi", //optional "pincode": "2XXXX6" // optional }

Note: Parameters like gst_state,dob,address,pincode are optional

string
required

remitter mobile no

string
required
string
required

bene bank id

string
required

bene a/c no

string
required

bene ifsc code

string
enum
required

is the bene account verified on partner end via penny drop

Allowed:
Headers
string
required
Defaults to eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJQQVlTUFJJTlQiLCJ0aW1lc3RhbXAiOjE2MTAwMjYzMzgsInBhcnRuZXJJZCI6IlBTMDAxIiwicHJvZHVjdCI6IldBTExFVCIsInJlcWlkIjoxNjEwMDI2MzM4fQ.buzD40O8X_41RmJ0PCYbBYx3IBlsmNb9iVmrVH9Ix65

JWT token with payload

string
required
Defaults to application/json
string
required
Defaults to MzNkYzllOGJmZGVhNWRkZTc1YTgzM2Y5ZDFlY2EyZTQ=

Authorized key is required to pass in UAT but not in Live environment, if partner not using shared IP.

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json