v1
latestOpenAPI 3.1.02026-07-2418201.6 MBGet Beneficiary Details
get/v2/banking/account/beneficiaries
Query parameters
provider_codestring
(Mandatory) The provider code must be passed here. The values available are all,yesb,icic,dbss,idfb
sender_account_numberstring
(Optional) The sender Virtual Account Number must be passed here.
beneficiary_codestring
(Optional) The beneficiary code must be passed here. Only 1 beneficiary_code can be passed.
pageinteger
(Mandatory) The no.of the page needs to be entered here
Headers
client_idstring required
client_secretstring required
module_secretstring required
Use the core banking module secret
provider_secretstring required
Response
200
Example response
{
"status": "SUCCESS",
"decentroTxnId": "DECXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"responseCode": "S00000",
"responseKey": "success_fetch_beneficiary",
"message": "Beneficiaries fetched successfully",
"data": [
{
"senderAccountNumber": "936582731827319132131",
"beneficiaryCode": "LOWRNV98234GH3U49U2H4G24GJ24GIJ24",
"beneficiaryAccountNumber": "123456789011",
"beneficiaryIfsc": "SBIN0001077",
"beneficiaryUpiHandle": "upihandle@upi",
"email": "someone@email.com",
"mobile": "9999999999",
"transferType": "IMPS",
"provider": "AXIS BANK",
"name": "beneficairy_name"
}
]
}