Skip to main content

Reporting

Ikawaari exposes merchant reporting capabilities for operational analysis, exports, and finance review.

Implemented merchant routes

Current reporting-related routes include:

  • GET /api/v1/merchant/reports/standard
  • GET /api/v1/merchant/exports/transactions.csv
  • GET /api/v1/merchant/exports/payouts.csv
  • GET /api/v1/merchant/exports/balance-transactions.csv

Legacy-compatible merchant paths may also be available under api/merchant/*.

Standard reports

GET /api/v1/merchant/reports/standard?from=...&to=...&interval=day
ParameterTypeDescription
fromstringStart date filter
tostringEnd date filter
intervalstringAggregation interval, such as day

Export routes

Transactions export

GET /api/v1/merchant/exports/transactions.csv

Payouts export

GET /api/v1/merchant/exports/payouts.csv

Balance transactions export

GET /api/v1/merchant/exports/balance-transactions.csv

Typical use cases

  • finance reconciliation
  • payout review
  • merchant performance analysis
  • support and dispute investigations
  • periodic reporting to external systems