Environment

Quickly integrate your application in sandbox or production mode.

Maplerad API is available in two separate environments. There is a live (production) environment, and a test (sandbox) environment. Requests made to the sandbox environment will never hit banking/financial networks, meaning they can't affect your account balances and will never incur costs.

NamePurposeDashboard URLAPI URL
SandboxThe sandbox environment is dedicated to test and development phases.https://sandbox.maplerad.comhttps://sandbox.api.maplerad.com
ProductionThe production environment is dedicated to live applications with live transactions.https://app.maplerad.comhttps://api.maplerad.com

πŸ“˜

Note

OTP on sandbox is always 123456

Your developer account will have different API keys for each environment. Each environment has its own URL endpoint to avoid any confusion.

Before going live you should get familiar with our APIs and test your integration in sandbox. First, you will need to create a sandbox account, and use your API keys from the Sandbox Dashboard. Then you can do your testing as in command line or using Postman to speed up your initial exploration of our APIs.*

πŸ“˜

Note

  • Webhooks are fired instantly on the sandbox environment
  • Webhooks would be sent to the URL set on your business dashboard
  • Transactions and data are not real on the sandbox environment