Fetch Payout Status - NSDL
Use this API to Fetch the Payout Status of a specific transaction initiated using an NSDL current account.
API URL: https://api.bulkpe.in/client/cb/PayoutStatus
Method: POST
Auth: Please refer to the Authorization page.
Body
{
"transactionId": "CBTXNL0044" //get this ID from Initiate Payout API
}
Response
{
"status": true,
"statusCode": 200,
"data": {
"reference": "test2323232",
"transactionId": "CBTXNL0044",
"beneficiaryId": "CB000000099522",
"amount": 1,
"fromAccount": "232323232323",
"fromIfsc": "NSPB0000002",
"fromAccountType": "CURRENT",
"beneAccount": "2232323232311111",
"beneIfsc": "RATN0000001",
"beneName": "Test Bene Acc",
"beneAccountType": "1",
"vpa": "",
"status": "INITIATED", //INITIATED, PENDING, SUCCESS, FAILED
"message": "sathya test",
"credit": false,
"link": "https://nsdljiffy.co.in/connectedbanking/RequestAuth?token=95055fsdsdsdsdsdsdsd",
"createdAt": "2025-02-04T15:52:24.685Z"
},
"message": "Status fetched!"
}