Get Transactions

This gets all customers transactions

Overview

To get a customers transactions you need to first build the complete request url by passing accountNumber, fromDate, toDate, institutionCode, numberOfItems params to the get transactions endpoint.
Then you make a get request to the get complete transactions endpoint

If the request is successful, it returns a status code of 200 with a response body.

You can check out API reference to Get Transactions