Heading Parameter

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

Request Parameters

NameTypeMandatoryDescription
senderMobileStringYesRemitter Mobile Number

Sample Request

{"senderMobile":"80xxxxxx30"}

Sample Response

{
    "status": true,
    "response_code": 1,
    "message": "Beneficiary List fetched successfully.",
    "data": [
        {
            "bankid": "fa4049939e864793a7d4fa34023da007",
            "bankname": "Bank Of Baroda",
            "ifsc": "BAxxxxTI",
            "accno": "316xxxxx36",
            "name": "Arvind Chodhary"
        }
    ],
    "txn_status": 0
}
Language
Click Try It! to start a request and see the response here!