Name | Type | Description |
---|
Content-Type | String | Application/Json |
Accept | String | Application/Json |
X-Qro-ApiKey | String | Provided By Qrologic |
X-Qro-UserId | String | Provided By Qrologic |
Name | Type | Mandatory | Description |
---|
bene_name | String | Yes | Beneficiary Name |
phone | String | Yes | Mobile Number of Beneficiary |
email | String | Yes | Email of Beneficiary |
account_number | String | Yes | Account Number of Beneficiary |
ifsc | String | Yes | IFSC Code |
account_type | String | Yes | saving (Static) |
bank_name | String | Yes | Bank Name of beneficiary |
{"beneficiaries":
[{
"bene_name": "bene name",
"phone": "XXXXXXXXXX",
"email": "XXXXXXX@gmail.com",
"account_number": "XXXXXXXX",
"ifsc": "XXXXXXX",
"account_type": "saving",
"bank_name": "XXXXXX"
}]
}
{
"status": true,
"responsecode": 1,
"statuscode" : "BAS",//=BENE ADDED SUCCESSFULLY"BAA"= BENE ALREADY ADD,"BEP"=ENQUIRY PENDING,ERR=TIMEOUT
"message": "Beneficiary added successfully",
"data":{
"id":xxxx,//bene id
"refid":"xxx",//reference id
"status":""
}
}