Table of contents

Get account statement

Use this API to get your Bank Account statement for a specific period.

API URL: https://api.bulkpe.in/client/listCaTransaction

Method: POST

Auth: Please refer to the Authorization page.

☝️
This API calls your partner bank to get your bank account statement. Please note that the processing time for your request may increase based on the amount of data requested (such as the number of days or transactions in the statement). To expedite processing, it is recommended to request statements for single days using multiple API calls for each day.
{ "fromDate":"17-04-2024", "toDate":"18-04-2024" }
{ "status": false, "statusCode": 400, "data": {}, "message": { "Data": { XXXXXX } } }