Authorizations
Query Parameters
Filter for transactions with timestamp before the input value (as date)
Example:
"2025-10-06"
Filter by specific merchants
Example:
[
"mrc_WVCG6SRrEUWrp2hMrwcRj5",
"mrc_Fqp29BF8dX8ieHi9L8P4Mp"
]
Heron-generated id for end user; either end_user_id or end_user_heron_id is required
Example:
"eus_BrLkCZcjyhZuaZcKbd6TS2"
Filter by specific account reference IDs
Example:
["1234", "5678"]
end_user_id for statistics; either end_user_id or end_user_heron_id is required
Example:
"your_end_user_id"
Pivot results by merchant or by category
Available options:
category
, merchant
Example:
"category"
Aggregate results over time, e.g., by week or by quarter
Available options:
day
, week
, month
, quarter
, year
Example:
"month"
Filter for transactions with timestamp after the input value (as date)
Example:
"2025-10-07"
ISO 4217 currency code to convert to
Available options:
GBP
, USD
, EUR
Example:
"USD"
Filter by specific categories
Example:
[
"ctg_hKxDnmSWLHgsk5mS3ogeVJ",
"ctg_CEY8dsY2gAXCkEXRQBF6BA"
]
Response
200 - application/json
OK