Dashboard
The management interface for your Wajub account — transactions, analytics, team, reports, and settings.
The Dashboard is the interface where you manage your daily activity without writing code. It complements the API and Konsole (reserved for technical debugging).
Dashboard Layout Overview
The Dashboard is organized into three zones:
- Top bar — Environment toggle (test / production), search bar, and account menu.
- Sidebar — Navigation to all sections: Transactions, Team, Reports, Developers, and Konsole.
- Main area — The active view, whether it's the home overview, a transaction list, or a detailed report.
The sidebar collapses on smaller screens; click the menu icon in the top bar to expand it.
Key Metrics
The Dashboard homepage gives you a snapshot of your payment activity:
| Metric | What it tells you |
|---|---|
| Collected volume | Total amount processed in the selected period. Compare this week to last week to spot trends. |
| Success rate | Percentage of payments that completed without errors. Drops here usually point to a provider outage or a misconfigured rule. |
| Latest payments | The 5 most recent transactions, with status and amount. Click any row to see full detail. |
| Balance | Your current available and pending balances across currencies. |
| Errors (24h) | Count of failed payments in the last day, grouped by error code. Use this to catch issues before customers report them. |
Use the date range picker at the top of the homepage to zoom into a specific window.
Quick Actions
From any page in the Dashboard, click the + button in the top bar or use ⌘K to open the command palette. Common quick actions:
- Search a transaction by ID, amount, or customer email
- Create a team invite for a new member
- Download a report for the current month
- Open Konsole to debug a specific request
Test / production toggle
The toggle in the top bar switches all data views between environments. It also controls which API keys are displayed in the Developers section. Always verify you're in the right environment before copying a key or sharing a transaction ID.
Main sections
TransactionssectionoptionalTeam & rolessectionoptionalReportssectionoptionalDeveloperssectionoptionalDashboard or Konsole?
The Dashboard serves business management (transactions, team, reports). Konsole serves technical debugging (request inspection, webhook replay). Both are accessible from the same space.