Skip to main content
Wallet statements let you inspect every credit and debit in a managed wallet for a given period. Common use cases:
  • Reconcile payouts and incoming funds with your internal ledger.
  • Investigate disputes or unexpected balance changes.
  • Build reporting dashboards for finance and operations teams.
Typical flow:
  1. Choose a wallet and a date range.
  2. Call the wallet‑statement / transactions endpoint.
  3. Group transactions by type (credits, debits, fees) and match them to internal records (orders, payouts, refunds).
For the exact endpoint, query parameters (date range, pagination), and response schema, see API reference → Wallets → Wallet Statement.