This endpoint allows fetching the revenue summary for a given operator within a specified timeframe, broken down by payment methods and currency.
Revenue summary successfully retrieved
Revenue Summary Report Request
{- "operatorId": 12345,
- "startDate": "2026-01-14",
- "endDate": "2026-01-15"
}{- "transmissionDateTime": "2026-01-15T10:30:00",
- "operatorId": 12345,
- "startDate": "2026-01-01T00:00:00",
- "endDate": "2026-01-07T23:59:59",
- "revenue": [
- {
- "paymentType": "CARD",
- "totalAmount": {
- "amount": 1234.56,
- "currency": "USD"
}
}
]
}