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

ServiceSandbox URLProduction URL
Authenticationhttps://api-company-sandbox.vertofx.comhttps://api-company-beta.vertofx.com
Walletshttps://api-wallet-sandbox.vertofx.comhttps://api-wallet-beta.vertofx.com
Beneficiaries / Recipientshttps://api-beneficiary-sandbox.vertofx.comhttps://api-beneficiary-beta.vertofx.com
Payments / Payoutshttps://api-payment-sandbox.vertofx.comhttps://api-payment-beta.vertofx.com
FX (Exchange Now)https://api-exchange-now-sandbox.vertofx.comhttps://api-exchange-now-beta.vertofx.com
Sub-accounts / Companyhttps://api-company-sandbox.vertofx.comhttps://api-company-beta.vertofx.com
Currencyhttps://api-currency-sandbox.vertofx.comhttps://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 sandboxLegacy production
https://api-v3-sandbox.vertofx.comhttps://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.


Did this page help you?