v1
latestOpenAPI 3.1.02026-07-242325051.4 MBStatistics
Statistics:Volume
Get volume statistical information regarding your transactions. You can use the results to build a graphical representation regarding the volumes processed.
get/v2/statistics/volume
Response
OK
Example response
{
"weekly": [
{
"year": 2024,
"week": 52,
"paymentMethods": [
{
"id": 10,
"label": "iDeal",
"volume": 3,
"transactions": 3,
"uniquePayers": 3,
"direction": "DEBIT",
"collecting": true
}
]
}
],
"daily": [
{
"year": 2024,
"day": 365,
"paymentMethods": [
{
"id": 10,
"label": "iDeal",
"volume": 3,
"transactions": 3,
"uniquePayers": 3,
"direction": "DEBIT",
"collecting": true
}
]
}
]
}