Table of contents

Create NSDL Account

Use this API to generate a pre-filled account opening form link. The user will authenticate via Aadhaar XML and OTP. Ensure the 'Current Account' option is selected (not 'Savings Account'). The account will be opened within a minute.

To learn more about the account opening - please refer here.

This current account is only for sole proprietorship and individual business owners.

API URL: https://api.bulkpe.in/client/cb/CreateAccount

Method: POST

Auth: Please refer to the Authorization page.

{ "email": "[email protected]", "mobile": "9998889998", "pan": "ABCDR5102A", "reference": "test0140", //unique reference value "redirect": "https://bulkpe.in" //redirect back after account creation }
{ "status": true, "statusCode": 200, "data": { "accountNumber": "", "accountType": "", "bankName": "", "branch": "", "customerId": "", "ifsc": "", "openedDate": "", "server": "NSDL", "status": "PENDING", "message": "Account opening url initiated", "pan": "ABCDR5102A", "phone": "9998889998", "email": "[email protected]", "balance": 0, "holdBalance": 0, //use the below link to complete account opening "link": "https://nsdljiffy.co.in/jarvisjiffyBroker/accountOpen?signcs=avGTws62222", "reference": "test0140", "accountId": "CBACL00033", //store this value for future reference "createdAt": "" }, "message": "Account opening initiated" }

You can track the status of accounts and list all the requests you have made so far - using this API.