Beneficiary Creation / Registration
Using this Api merchant can register a beneficiary under him and use the beneficiary id to do the payout.
Last updated
Using this Api merchant can register a beneficiary under him and use the beneficiary id to do the payout.
Last updated
{
"name": "Ankush",
"email": "ankush@gmail.com",
"mobile": "1234567890",
"accountNo": "123456789012",
"ifsc": "ICIC1234567",
}
{
"name": "Deepak",
"email": "deepak@gmail.com",
"mobile": "1234567890",
"vpa":"deepak@vpa”
} {
"status": 0,
"msg": "Beneficiary Created with Id :16",
"code": null,
"data": {
"beneficiaryId": 16,
"name": "Deepak",
"email": "deepak@gmail.com",
"mobile": "1234567890",
"accountNo": "12",
"ifsc": "ICIC1234567",
"vpa": null,
"merchantId": 1111167,
"isValid": true,
"addedOn": "2020-06-22T08:13:37.000+0000",
"updatedOn": "2020-06-22T08:13:37.000+0000",
"isVerified": null,
"nameWithBank": null,
"cardNo": null
} {
"status": 1,
"msg": "Error while onboarding",
"code": null,
"data": null
}