Skip to content

Consumer Portal Overview

The Consumer portal serves end users of the SlaunchX platform. Unlike the System, Tenant, and Partner portals, the Consumer portal supports self-registration — users create their own accounts rather than being invited by operators.

Two Integration Chains

The Consumer portal exposes both chains:

ChainPath prefixAuthTypical caller
WEB/web/v1/consumer/**JWT + Secure ChannelBrowser, mobile app
API/api/v1/consumer/**API key + HMACBackend services

Most Consumer integrations use the WEB chain. The API chain is available for server-to-server scenarios such as batch wallet queries and transfer operations.

Sandbox Environment

Consumer is the only portal with a dedicated sandbox workspace for testing transfers, wallets, recharge, withdrawal, and exchange flows without affecting live data. Sandbox endpoints are prefixed with /sandbox/web/ or /sandbox/api/.

Core Domains

  1. Auth — login, self-registration, password management, token refresh
  2. Profile — account info, profile updates, invitations
  3. Security — MFA (OTP, backup codes), sessions, IP whitelist
  4. Wallets — balances, wallet flows
  5. Transfers — prepare/confirm, order queries
  6. Recharge — quote, proof upload, cancel
  7. Withdrawal — prepare/confirm, cancel
  8. Exchange — quote, confirm
  9. API Keys — create, enable, disable, delete
  10. Workspace — membership, roles, invitations
  11. Constants — reference data (countries, statuses, types)
  1. Quickstart
  2. Authentication Models
  3. Secure Channel

SlaunchX Internal Documentation