Get apitransactions
Get transactions. At least end_user_id
, heron_id
or request_id
must be provided.
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Query Parameters
Deprecated; see created_date_ or timestamp_date_
Filter by minimum confidence of annotation associated with transaction
0 < x < 1
Number of transactions to return per page
1 < x < 10000
Filter by transaction code
Filter by earliest transaction timestamp
Filter by whether the transaction has a matching transaction
Whether or not to include duplicate transactions in the response. Defaults to false unless request_id is provided, in which case it defaults to true.
Filter by whether the transaction has a merchant entity associated with it
Deprecated; see created_date_ or timestamp_date_
Reference Id of transaction
End user id of transaction
Filter by keyword match on transaction description; case insensitive
Filter by minimum amount of transaction
Filter by maximum confidence of annotation associated with transaction
0 < x < 1
Filter by the heron_id of the category that the transaction is annotated with
What to order transactions by
amount_asc
, amount_desc
, abs_amount_asc
, abs_amount_desc
, description_asc
, description_desc
, timestamp_asc
, timestamp_desc
, id_asc
, id_desc
, confidence_asc
, confidence_desc
Filter by regex matching transaction description
Page of transaction to return
x > 1
Filter by earliest transaction upload date - when Heron received the transaction
Filter by merchant group id
Filter by merchant heron id
Filter for transactions whose values were last updated in Heron systems after the specified input value
Filter by whether the transaction is recurring
Filter by latest transaction upload date - when Heron received the transaction
Filter by latest transaction timestamp
Filter by maximum amount of transaction
Account ids to include. If not provided, all accounts are included
Filter for transactions whose values were last updated in Heron systems before the specified input value
Heron generated Id of transaction
Request-Id header returned in the response of POST transactions. Sending this parameter will return all transactions sent in a particular POST request, including any duplicates.
Was this page helpful?