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 |
---|
beneid | int | Yes | Beneficiary Id provided in Add beneficiary api |
{
"status": true,
"responsecode": 1,
"message": "Beneficiary found successfully",
"data": [
{
"id": 2121xxxx,
"refid": 164xxx,
"bene_name": "xxxxxxx",
"account_number": "xxxxxxxxxxxx",
"account_type": "saving",
"phone": "xxxxxxxxx",
"email": "xxxxxxxx@gmail.com",
"ifsc": "xxxxxxxxx",
"bank_name": "xxxxxxxxx",
"status": 1
}
]
}