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/standardGET /api/v1/merchant/exports/transactions.csvGET /api/v1/merchant/exports/payouts.csvGET /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
| Parameter | Type | Description |
|---|---|---|
from | string | Start date filter |
to | string | End date filter |
interval | string | Aggregation 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