Reports
Get monthly performance report by gateway account. Queries transaction_summary table
get/v1/report/gateway-performance-report
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
[
{
"average_amount": 1000,
"gateway_account_id": 1,
"month": 3,
"total_amount": 1000,
"total_volume": 1,
"year": 2022
}
]