Heading Parameter

NameTypeDescription
Content-TypeStringApplication/Json
AcceptStringApplication/Json
X-Qro-ApiKeyStringProvided By Qrologic
X-Qro-UserIdStringProvided By Qrologic

Request Parameters

NameTypeMandatoryDescription
beneidintYesBeneficiary 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": "xxxxxxxx@gmail.com",
            "ifsc": "xxxxxxxxx",
            "bank_name": "xxxxxxxxx",
            "status": 1
        }
    ]
}
Language
Click Try It! to start a request and see the response here!