Developer Documentation
Reporting
Reporting
Merchant reporting endpoints provide lightweight operational reporting without exposing internal numeric IDs.
Transactions
GET /dashboard/merchant/transactions
Supported filters:
typestatusfromtomin_amountmax_amountreferencelimitcursor
The cursor is based on the internal ordered row position but is returned only as an opaque pagination value. Clients should pass it back unchanged.
Commissions
GET /dashboard/merchant/commissionsGET /dashboard/merchant/commissions/summaryGET /dashboard/merchant/commissions/{id}
The summary includes earned, pending, settled, reversed, and average commission values.
Settlements
GET /dashboard/merchant/settlementsGET /dashboard/merchant/settlements/summaryGET /dashboard/merchant/settlements/{id}
Merchants only see their own settlements. Provider credentials and internal settlement configuration are never returned.