Environments

The Lumanu Partner API provides two environments for development and production use:

Sandbox Environment\

  • API Base URL: https://api.demo.lumanu.link/api/rest
  • Auth Domain: lumanu-staging.auth0.com
  • Used for development and testing
  • Simulates all API functionality without moving real money
  • Allows simulation of deposits for testing payment flows
  • Test vendor invites and payment workflows safely
  • Recommended for initial integration and testing

Production Environment

  • API Base URL: https://api.lumanu.com/api/rest
  • Auth Domain: lumanu.auth0.com
  • Used for live transactions
  • Handles real money movements
  • Cannot simulate deposits - all funds must be real
  • Requires complete compliance checks
  • Use only after thorough testing in sandbox

Environment Best Practices

  • Always start integration work in the sandbox environment
  • Use separate API credentials for sandbox and production
  • Test all error scenarios in sandbox before moving to production
  • Never use production credentials in development environments
  • Clearly label sandbox vs production in your application code