Momo Suite
  • Introduction
  • Getting Started
  • Basic Concepts
  • Providers (Hubtel)
    • Korba
    • PayStack
    • ITC
  • Dashboard (Overview)
    • Transaction Detail Page
      • Status Check for Pending Transactions
      • Manual Status Update (Admin Only)
      • Transaction Timeline
      • Technical Details
  • User Management
  • Transaction Status Update Notifications
Powered by GitBook
On this page

Dashboard (Overview)

Overview

The Momo Suite dashboard provides a real-time overview of all your mobile money transactions, including analytics, charts, and recent activity.Key Features:

  • Total transaction volume and count

  • Success, pending, and failed rates

  • Transaction volume chart (filterable by type and date range)

  • Network distribution chart

  • Recent transactions table

ℹ️ Enabling the Dashboard UI

By default, the Momo Suite dashboard UI is disabled for security reasons. To access the dashboard and its features, you must enable it by adding the following to your .env file:

MOMO_SUITE_LOAD_DASHBOARD=true

You can create an admin user for the system using the provided Artisan command.

🔹 Option 1: Create Default Admin

php artisan momo-suite:create-admin --default

⚠️ Note: This will create a default admin user with the following credentials:

  • Email: admin@momo-suite.com

  • Password: password

✅ Important: You should log in and change these credentials immediately after your first login for security reasons.

🔹 Option 2: Create Custom Admin

php artisan momo-suite:create-admin

This will prompt you to enter the admin’s name, email, and password manually during execution.

If you do not enable the dashboard, only backend features (such as webhooks and API integrations) will be available, and this dashboard UI will not be accessible.

PreviousITCNextTransaction Detail Page

Last updated 1 month ago