List NSDL Account with Status
This API allows you to retrieve a list of NSDL current accounts you have created so far with current status. It provides real-time updates on whether the account is opened, connected, or requires further action.
API URL: https://api.bulkpe.in/client/cb/ListMyAccounts
Method: POST
Auth: Please refer to the Authorization page.
Response
{
"status": true,
"statusCode": 200,
"data": [
{
"accountNumber": "",
"accountType": "",
"bankName": "",
"branch": "",
"customerId": "",
"ifsc": "",
"openedDate": "",
"server": "NSDL",
"status": "PENDING", //PENDING, SUCCESS
"message": "Account opening url initiated",
"pan": "ABVDR5102A",
"phone": "99988889998",
"email": "[email protected]",
"balance": 0,
"holdBalance": 0,
"link": "https://nsdljiffy.co.in/jarvisjiffyBroker/accountOpen?signcs=0Fq3QG",
"reference": "test010",
"accountId": "CBACL00030"
}
],
"message": "Data Found!"
}