get deprecatedhttps://api.fire.com/business/v1/accounts//transactions/filter
Retrieve a filtered list of transactions against an account. Recommended to use the v3 endpoint instead.
dateRangeFrom
- A millisecond epoch time specifying the date range start date.dateRangeTo
- A millisecond epoch time specifying the date range end date.searchKeyword
- Search term to filter by from the reference field (myRef
).transactionTypes
- One or more of the transaction types above. This field can be repeated multiple times to allow for multiple transaction types.offset
- The page offset. Defaults to 0. This is the record number that the returned list will start at. E.g. offset = 40 and limit = 20 will return records 40 to 59.limit
- the number of items to return.