List Beneficiaries - NSDL
Use this API to list beneficiaries of a specific NSDL current account and it's status.
API URL: https://api.bulkpe.in/client/cb/Listbene
Method: POST
Auth: Please refer to the Authorization page.
Body
{
"page": "", //page number ex: 1,2
"limit": "", //limit count per page
"accountType": "", //savings, current, upi, mobile
"status": "", //filter by bene status - SUCCESS, PENDING, FAILED
"accountId": "BCB005" //use accountId from Create or List API
}
Response
{
"status": true,
"statusCode": 200,
"data": [
{
"link": "https://nsdljiffy.co.in/connectedbanking/RequestAuth?token=0c3ssdsdsdsdsdsds",
"reference": "sathyatest10jan25",
"accountId": "BCB005",
"beneficiaryId": "CBBENEL005",
"beneAccountType": "SAVINGS",
"beneName": "Test HDFC",
"beneAccount": "12232323232323",
"beneIfsc": "HDFC0000001",
"beneBankName": "HDFC Bank",
"vpa": "sasa@okicic",
"status": "PENDING",
"createdAt": "2025-01-10T12:48:12.740Z"
}
],
"message": "Data Found!",
"count": 1,
"total": 1
}