Skip to main content

Introduction

Ecosystem

Our platform is an end-to-end solution for managing and executing electronic top-ups. It is not just an interface: it is an ecosystem of three core modules that work together to ensure operational continuity, transparency, and security in every transaction.

The Three Product Pillars

To understand how to work with the platform, it is important to distinguish each component:

1. API Connector (The Engine)

This is the transactional core. It is a high-performance API that acts as a direct bridge to major carriers.

  • Function: Process top-ups and guarantee data persistence.
  • Security: Protected through Google Auth Services (IAM), ensuring only authorized callers can execute transactions.

2. Administrative Portal (The Interface)

This is the visual management tool for different user roles (Admin, Consultant).

  • Operations: Dashboards are monitored here and movement reports are generated.
  • Authentication: Managed through Firebase Auth for fast and secure access.

3. Reconciliation Module (The Integrity Layer)

This process ensures that API records, portal logs, and provider reports match consistently.

  • Purpose: Detect discrepancies, validate credits applied to the virtual wallet, and ensure financial flow accuracy.

General Operating Flow

The system operates through a continuous communication flow:

  1. Transaction: The API executes the top-up and returns the outcome.
  2. Visibility: The Portal reflects the updated balance and allows report downloads.
  3. Notification: The system sends automatic emails (to the client for credits and to Superadmin for provider movements).
  4. Validation: Reconciliation closes the cycle by safeguarding the node's financial integrity.
Security Note

Although modules are interconnected, they operate in isolation. A Portal user does not have direct access to API Connector credentials, which adds a strong security layer to operations.