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
Pivot results by merchant or by category
category
, merchant
"category"
Filter by specific categories
[
"ctg_dB5AbeMvJvZFptrjPyCrZT",
"ctg_MCW9tDc3qumHC5e9sg47uu"
]
Filter by specific merchants
[
"mrc_hX2ghkmSFA2JUVjYiczHun",
"mrc_QMZtJwSMQEmq2gmaCQP7rw"
]
end_user_id for statistics; either end_user_id or end_user_heron_id is required
"your_end_user_id"
Filter for transactions with timestamp after the input value (as date)
"2025-04-15"
ISO 4217 currency code to convert to
GBP
, USD
, EUR
"USD"
Heron-generated id for end user; either end_user_id or end_user_heron_id is required
"eus_B3LVx9kxzYLMJokv4wm8Dd"
Aggregate results over time, e.g., by week or by quarter
day
, week
, month
, quarter
, year
"month"
Filter for transactions with timestamp before the input value (as date)
"2025-04-14"
Response
Was this page helpful?