Search Transactions

This returns a customer's particular transaction

Overview

To search a customers transactions you need to first build the complete request url by passing accountNumber, fromDate, toDate, amount, institutionCode, numberOfItems params to the search transactions endpoint.
Then you make a get request to the complete search 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 Search Transactions