post
http://qrologic.in/api/payout/v3/BeneEnquiry
Heading Parameter
| 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 |
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| beneid | int | Yes | Beneficiary Id provided in Add beneficiary api |
Sample Request
{
"beneid":2121xxxx
}
Sample Response
{
"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": "[email protected]",
"ifsc": "xxxxxxxxx",
"bank_name": "xxxxxxxxx",
"status": 1
}
]
}
