Searching for incoming transactions

This API endpoint allows you to search for all incoming transactions. See the reference for a list of parameters and code samples in various languages.

Parameters

  • clientId This is the client id for the customer receiving the transactions
  • startDate earliest date the transaction was received (inclusive)
  • endDate latest date the transaction was received (inclusive)
  • accountNumber The account number of the virtual account that received the transaction
  • inDocumentID Only return transactions received after the one with this id.
  • offset Results are paged. This is the beginning offset in the entire result set
  • limit Max number of results to return at once. Defaults to 500.