
Account Transactions 1.0.0
API allows user to get transaction history of an account with provided input criteria.
Overview
This API is to get account transactions history of an account with input criteria.
Use cases

Account Transactions for Customers
Allows user to get account transactions history of an account with input criteria as Date range (start_date,end_date). If date range is not sent then the last 'n' transactions (where 'n' is the page_size) is returned. Further filtering can be done by transaction_type to return only Debit or Credit transactions.