Table of contents

Get Statement - NSDL

Use this API to list the transaction history of a specific NSDL current account with transaction status.

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

Method: POST

Auth: Please refer to the Authorization page.

Body

{ "page": 1, //page number "limit": 20, //limit per page "fromDate": "2024-01-01", "toDate": "2024-02-01", "type": "credit", //credit ,debit "paymentMode": "UPI", //IMPS, IFT, NEFT, RTGS, UPI, REFUND, BANKCHARGES "status": "SUCCESS", //INITIATED, SUCCESS, PENDING, FAILED "accountId": "BC0001" }

Response