v1
latestOpenAPI 3.0.02026-07-26224386470.0 KBEndUserCalculations
Get EndUser recurring transactions report
Get a report of recurring transactions grouped by merchant or counterparty for an end user
get/api/end_users/{end_user_id_or_heron_id}/recurring_transactions_report
Path parameters
end_user_id_or_heron_idstring required
Query parameters
account_idsstring[] nullable
Account ids to include in the report, if not provided, all accounts are included
[ "1234" ]
Response
OK
Example response
[
{
"avg_amount": {
"currency": "USD"
},
"transactions": [
{
"amount": {
"currency": "USD"
}
}
]
}
]