Skip to content

System Demo

Updated: 7/26/26, 4:29:53 PM

Demo under construction

The live demo environment is being prepared — stay tuned. Until it's online, you can experience all DaxPay features locally as follows.

Quick Local Trial

Bring up the full payment stack (main app + channel sub-apps + PostgreSQL + Redis + Artemis) in minutes via Docker Compose, no online demo needed:

bash
# Prepare .env, then start all services
docker compose --env-file .env up -d

See Run and Docker for full instructions.

Once started, visit:

AppURL
Admin (management)http://127.0.0.1:6999
Merchanthttp://127.0.0.1:7999
H5http://127.0.0.1:9500
API docs (dev)http://127.0.0.1:9999/swagger-ui/index.html

Online Demo (Planned)

The online demo will provide access to the admin and merchant portals without local deployment.

📷 [Image]: Demo overview — screenshot of the admin dashboard, including workspace and data overview

Demo Accounts

📷 [Image]: Demo login page — login screen with demo credentials

Demo accounts will be published once the demo is live:

PortalRoleUsernamePassword
AdminSuper admin(TBD)(TBD)
AdminOperator(TBD)(TBD)
MerchantMerchant admin(TBD)(TBD)

Demo data

Demo data is reset daily. Do not enter real business data or sensitive information.

The demo covers the core modules of DaxPay:

📷 [Image]: Module gallery — composite of screenshots showing payment config, channel management, transaction orders, and refunds

  • Merchant & App Management — merchant onboarding, multi-app config, payment params
  • Channel Routing — multi-channel routing strategy, payment product config
  • Transactions — payment, refund, query, callback records
  • System — users, roles, permissions, menus
  • Multi-portal — Admin / Merchant / H5 / Mini-App

Feedback

Questions or suggestions during the demo? Open an issue on GitHub or join the community.

Released under the GNU LGPL v3.0