Environment
Quickly integrate your application in sandbox or production mode.
Maplerad API is available in 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.
Name | Purpose | Dashboard URL | API URL |
---|---|---|---|
Sandbox | The sandbox environment is dedicated to test and development phases. | https://app.maplerad.com | https://api.maplerad.com |
Production | The production environment is dedicated to live applications with live transactions. | https://app.maplerad.com | https://api.maplerad.com |
Your developer account will have different API keys for each environment.
Before going live you should get familiar with our APIs and test your integration in sandbox. First, you will need to switch to your sandbox account on your live dashboard, 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
Updated 10 days ago