Skip to main content

Dashboard

The Ikawaari Dashboard is the merchant operating surface for payments, customers, payouts, billing, settings, notifications, and activation workflows.

Core dashboard endpoints

The merchant dashboard currently exposes key route families under api/v1/merchant/*, including:

  • GET /api/v1/merchant/dashboard/summary
  • GET /api/v1/merchant/dashboard/today
  • GET /api/v1/merchant/dashboard/overview
  • GET /api/v1/merchant/dashboard/activation-hub
  • GET/PATCH /api/v1/merchant/settings/dashboard-layout

Main Sections

SectionDescription
HomeSummary, today, overview, revenue, and activation guidance
PaymentsPayments, refunds, analytics, and transactions
CustomersMerchant customer search and customer detail views
BillingBilling overview, invoices, subscriptions, products, and wallet operations
PayoutsPayout history, payout creation, destinations, and payout settings
Events & NotificationsEvent history, notification center, and webhook-adjacent operational visibility
SettingsEnterprise, payments, currency, radar, identity, data pipeline, communication, alerts

Environments

The dashboard supports two environments:

  • Sandbox — For testing. No real money is moved.
  • Live — Production transactions with real funds.

Switch between environments using the toggle in the top navigation bar.

Activation and onboarding

The dashboard also includes an activation hub that aggregates onboarding progress, recommended use cases, and setup guidance.

See Merchant Onboarding.

Getting Help