Table of contents

Create Beneficiary - NSDL

This API allows you to create a beneficiary to a specific NSDL current account for seamless payouts.

Cooling period: 3 hours
Authentication method: OTP to mobile number

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

Method: POST

Auth: Please refer to the Authorization page.

{ "accountId": "BCB005", ////use accountId from Create or List API "beneficiaryName": "Mark Zuck", "beneficiaryAccount": "2323232323232", "beneficiaryIfsc": "HDFC0000001", "beneficiaryAccountType": "savings", "beneficiaryBankName": "HDFC Bank", "redirect": "https://bulkpe.in", "beneficiaryVpa": "sasa@okicic", "reference":"test10jan25" //unique reference ID of yours }

Response

{ "status": true, "statusCode": 200, "data": { //redirect user to below link for OTP authentication "link": "https://nsdljiffy.co.in/connectedbanking/RequestAuth?token=sjfsjfjsfsdf", "reference": "sathyatest10jan25", "accountId": "BCB005", "beneficiaryId": "CBBENEL005", "beneAccountType": "SAVINGS", "beneName": "Sathya HDFC", "beneAccount": "2323232323232", "beneIfsc": "HDFC0000001", "beneBankName": "HDFC Bank", "vpa": "sasa@okicic", "status": "PENDING", "createdAt": "2025-01-10T12:48:12.740Z" }, "message": "Beneficiary creation initiated!" }