Get EndUser statistics
Get summarized statistics for a given EndUser
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Query Parameters
Filter by specific merchants
[
"mrc_WfKCTLE7WiHHBTAgNrXNmc",
"mrc_nxE7hsig5CTtQqNBz88idU"
]
Pivot results by merchant or by category
category
, merchant
"category"
ISO 4217 currency code to convert to
GBP
, USD
, EUR
"USD"
Filter by specific categories
[
"ctg_DtSD8UWKTEE9VuqS3C5umF",
"ctg_gBZovLvU5aAq7UqQVKyZRq"
]
Filter for transactions with timestamp before the input value (as date)
"2025-03-03"
end_user_id for statistics; either end_user_id or end_user_heron_id is required
"your_end_user_id"
Heron-generated id for end user; either end_user_id or end_user_heron_id is required
"eus_BPCYaioVE68xFqttjVjEJA"
Filter for transactions with timestamp after the input value (as date)
"2025-03-04"
Aggregate results over time, e.g., by week or by quarter
day
, week
, month
, quarter
, year
"month"
Response
Was this page helpful?