v34

latestOpenAPI 3.0.1raw.githubusercontent.com2026-01-20203250.6 KB
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

average_amountnumber
gateway_account_idinteger
monthinteger
total_amountnumber
total_volumeinteger
yearinteger

Example response

[
  {
    "average_amount": 1000,
    "gateway_account_id": 1,
    "month": 3,
    "total_amount": 1000,
    "total_volume": 1,
    "year": 2022
  }
]