Filtered list of transactions for an account (v1)

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.
Language
Authorization
Bearer
API Access Token
Click Try It! to start a request and see the response here!