Connected Account Statement
This API is only applicable to Connected Bank Accounts. Bulkpe Virtual Account users will not get a successful response. For VA users please use Get Statement API.
API URL: https://api.bulkpe.in/client/connectedAccountStatement
Method: POST
Auth: Please refer to the Authorization page.
☝️
Note
{
"fromDate": "21/08/2022",
"toDate": "31/08/2022",
"email": "[email protected]", //to which the statement file will be sent
"type": "1" //1 for csv and 2 for pdf file output via email
}
{
"status": true,
"statusCode": 200,
"data": {},
"message": "Request sent to bank successfully, you will receive a file as it gets processed"
}