URLs (Sandbox vs Production)
When you are ready to move from sandbox to production, update your base URLs across all services. The pattern is consistent — replace sandbox with beta in the hostname for all services.
Before going live, ensure your production IP address has been whitelisted by contacting [email protected].
Production API access will not work until this is completed.
URL mapping by service
| Service | Sandbox URL | Production URL |
|---|---|---|
| Authentication | https://api-company-sandbox.vertofx.com | https://api-company-beta.vertofx.com |
| Wallets | https://api-wallet-sandbox.vertofx.com | https://api-wallet-beta.vertofx.com |
| Beneficiaries / Recipients | https://api-beneficiary-sandbox.vertofx.com | https://api-beneficiary-beta.vertofx.com |
| Payments / Payouts | https://api-payment-sandbox.vertofx.com | https://api-payment-beta.vertofx.com |
| FX (Exchange Now) | https://api-exchange-now-sandbox.vertofx.com | https://api-exchange-now-beta.vertofx.com |
| Sub-accounts / Company | https://api-company-sandbox.vertofx.com | https://api-company-beta.vertofx.com |
| Currency | https://api-currency-sandbox.vertofx.com | https://api-currency-beta.vertofx.com |
Legacy API
If you are still on the legacy v1.0 API (api-v3-sandbox), note that this endpoint is deprecated and will be shut down on 31 January 2027. You should migrate to the v1.1 endpoints above before going live on production.
| Legacy sandbox | Legacy production |
|---|---|
https://api-v3-sandbox.vertofx.com | https://api-v3.vertofx.com |
See the v1.0 to v1.1 — What's changing guide for full migration details.
Checklist before going live
- All sandbox base URLs replaced with production equivalents across your codebase
- Production IP address submitted for whitelisting
- IP whitelisting confirmed by Verto team
- All go-live requirements completed — see the Atlas go-live requirements guide
- Webhooks reconfigured to point to your production callback URL
- Production API keys in use (do not use sandbox keys in production)
Need help?
Contact [email protected] or your account manager to request IP whitelisting or for support with your production cutover.
Updated 5 days ago
