Sandbox vs Live Mode

UPITranzact provides two environments for API usage: Sandbox for testing and Live for production.


๐Ÿ” Sandbox Mode

Use the sandbox environment to test your integration and simulate payment flows with dummy data.

  • Base URL:

    https://sandbox.upitranzact.com/
  • No real money is transferred.

  • Ideal for development, testing, and debugging.


โœ… Live Mode

Use the live environment for real transactions once your integration is ready for production.

  • Base URL:

    https://api.upitranzact.com/
  • Real payments are processed through this endpoint.


โš ๏ธ Important Note

Make sure to switch from sandbox to live mode in your base URL and credentials before going live.