GET /revenue to retrieve partner-scoped revenue ledger rows.
Query Model
from/to(RFC3339)tokennetworkinclude_summarylimitcursor
Deterministic Reconciliation Pattern
- Run fixed window pulls (for example hourly or daily).
- Drain each window fully with cursor pagination.
- Persist checkpoints (
window_start,window_end,last_cursor). - Re-run recent windows for late-arriving records.
Recommended Join Keys
transaction_idmerchant_reference- partner merchant dimensions (
merchant_id,terminal_id)