v34

latestOpenAPI 3.0.1raw.githubusercontent.com2026-01-20203250.6 KB
Reports

Get transaction summary by hour

get/v1/report/transactions-by-hour

Query parameters

from_datestring required

From date of transaction summary to be searched (this date is inclusive).

to_datestring required

To date of transaction summary to be searched (this date is inclusive).

Response

OK

all_paymentsinteger
amountinteger
completed_paymentsinteger
errored_paymentsinteger
feeinteger
net_amountinteger
timestampstring date-time
total_amountinteger

Example response

[
  {
    "all_payments": 10,
    "amount": 70,
    "completed_payments": 7,
    "errored_payments": 3
  }
]