Purpose
Review EUR wallet balance, filter the full transaction ledger, chart net flow, and export all matching rows server-side.
Console path: Billing → Wallet & activity.
Page chrome
| Element | Copy |
|---|---|
| Back button | Billing → Billing |
| Page title | Wallet & activity (+ organization name) |
| Export | Server CSV / Excel → `/billing/wallet/export?format=csv |
Overview KPIs
| Element | Copy |
|---|---|
| Badge | EUR wallet with billing type (Prepaid / Postpaid / Credit limit) |
| Balance | Current balance + optional Available {amount} |
| Button | Top up → Top up |
| Metrics | Transactions ({range}) · Credit · Debit · Net |
Filters (collapsible)
| Control | Copy / options |
|---|---|
| Date presets | All time · 30 days · 90 days · This year |
| Search | Placeholder Search… (Enter applies) |
| Filters button | Shows count badge when active |
| From / To | Date inputs |
| Type | All · Credit · Debit |
| Category | All · Top up · Auto top-up · Adjustment · API usage · Invoice payment |
| Actions | Apply · Reset / Clear on active badges |
Transactions table
| Element | Copy |
|---|---|
| Title | Transactions |
| Description | Click a row for full details |
| Pagination aria | Wallet transactions pagination (30 rows per page) |
| Empty | No transactions yet. |
Columns: Date · Type · Category · Description · Amount · Balance · chevron
Amount display: credits green with + prefix; debits red with - prefix.
Row click opens Transaction detail.
Net flow chart
| Element | Copy |
|---|---|
| Title | Net flow (EUR) |
| Description | Date range or Daily credits minus debits on your EUR wallet. / Last 30 days |
| Period total | +/− €{amount} |
| Empty title | No wallet movement in this period |
| Empty body | Credits and debits will appear here once activity starts on your EUR wallet. |
| Tooltip | Net · €{amount} |
Server export
Endpoint: GET /billing/wallet/export?format=csv|xlsx with current filter query params.
Server columns: created_at, type, category, amount, currency, balance_after, description, reference, external_id, package, link_id, user_email
Flash toast when unlinked: Export is not available until your organization is linked.
Related pages
Last modified on