Environments
Environments
Use the sandbox environment to test your integration without moving real money.
| Sandbox | Production | |
|---|---|---|
| API base URL | https://api.synaptopay-sandbox.com/v1/ | https://api.synaptopay.com/v1/ |
| Dashboard | dashboard.synaptopay-sandbox.com | dashboard.synaptopay.com |
| JS SDK | https://js.synaptopay-sandbox.com/synapto.js | https://js.synaptopay.com/synapto.js |
Create an API key in the sandbox Dashboard (Settings > Developer) and use the sandbox base URL. Sandbox API keys use the sk_sandbox_ prefix and production keys use sk_live_ — a key only works in the environment it was created in. See Authentication for details.
Using the legacy test environment? Earlier integrations were tested against
synapto.construction(API base URLhttps://api.synapto.construction/v1/, Dashboard at dashboard.synapto.construction, JS SDK athttps://js.synapto.construction/synapto.js). It works the same way as the sandbox, but its API keys may use either thesk_live_orsk_dev_prefix. If you're starting a new integration, use the sandbox above.
Updated about 2 months ago