v1
latestOpenAPI 3.1.02026-07-242325051.4 MBStatistics:Management
Get statistical information regarding your transactions. You can set several filters and you can group the the results in max 2 levels. Note always one group by is required. If you supply a merchantCode you need to have access to that merchant.
Query parameters
Start date; Please provide a start date in YYYY-MM-DD format
End date; Please provide an end date in YYYY-MM-DD format
The first grouping of the results
The second layer of grouping of the results
The amounts in cents to filter on. Є1.50 becomes 150
{
"gte": 15,
"gt": 15,
"eq": 15,
"lt": 15,
"lte": 15
}The Country ID to search for
{
"eq": 12,
"neq": 12,
"in": 12,
"nin": 12,
"lte": 12
}UNIX Timestamp of the created at datetime
{
"gte": "1730809313",
"gt": "1730809313",
"eq": "1730809313",
"lt": "1730809313",
"lte": "1730809313"
}The day of the resultset
{
"eq": 23,
"neq": 23,
"in": 23,
"nin": 23
}The extra field to filter on
The extra field to filter on
The extra field to filter on
The hour of the resultset
{
"eq": "22:00",
"neq": "22:00",
"in": "22:00",
"nin": "22:00"
}The info field to filter on
The IP address that is used
{
"eq": "127.0.0.1",
"neq": "127.0.0.1",
"like": "127.0.0.1"
}The merchant code to filter on
The merchant code to filter on
The month of the resultset
{
"eq": "2024-12",
"neq": "2024-12",
"in": "2024-12",
"nin": "2024-12"
}The object field to filter on
The order ID to filter on
{
"eq": 1234,
"neq": 1234,
"in": 1234,
"nin": 1234
}The payment method brand to filter on
{
"eq": "iDEAL",
"neq": "iDEAL",
"in": "iDEAL",
"nin": "iDEAL"
}The payment method that is used
The payment session ID to filter on
The order reference to filter on
The service (website location) to filter on
{
"eq": "SL-1234-4321",
"neq": "SL-1234-4321",
"in": "SL-1234-4321",
"nin": "SL-1234-4321"
}The start time to filter on
{
"gte": "23:00",
"gt": "23:00",
"eq": "23:00",
"lt": "23:00",
"lte": "23:00"
}The stop time to filter on
{
"gte": "23:00",
"gt": "23:00",
"eq": "23:00",
"lt": "23:00",
"lte": "23:00"
}The tool field to filter on
The turnover group to filter on
The terminal to filter on
{
"eq": "TH-1234-4321",
"neq": "TH-1234-4321",
"in": "TH-1234-4321",
"nin": "TH-1234-4321",
"isNull": "TH-1234-4321"
}The week of the resultset
{
"eq": 52,
"neq": 52,
"in": 52,
"nin": 52
}The year of the resultset
{
"eq": 2024,
"neq": 2024,
"in": 2024,
"nin": 2024
}Response
OK
Example response
{
"statistics": [
{
"label": "iDeal",
"data": [
{
"volume": 3,
"costs": 3,
"transactions": 3,
"averagePaidAmount": 3,
"internalVolume": 3,
"externalVolume": 3,
"totalVolume": 3
}
]
}
]
}