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
Example response
[
{
"all_payments": 10,
"amount": 70,
"completed_payments": 7,
"errored_payments": 3
}
]