All Zuora API requests occur in a test or live environment. API objects in one environment (for example, Product) are not accessible to other environments.
Different Zuora environments have different base URLs. You can use environment-based variables to manage base URLs and the different credentials you have for each environment.
When using the Quickstart API or the Zuora SDKs, select the endpoint base URL you want to use:
ENVIRONMENT | WHEN TO USE | HOW TO USE | BASE URL |
---|---|---|---|
US Cloud Sandbox | Use this environment as you build your application. | Use test credit cards and accounts. Don’t use actual payment methods, payments or authorizations. | https://rest.sandbox.na.zuora.com https://rest.apisandbox.zuora.com |
US Cloud Central Sandbox | Use this environment for UAT and performance testing with product-level data loads. | Use test credit cards. Don’t use actual payment methods, payments or authorizations. | https://rest.test.zuora.com |
US Cloud Production | Use this environment when you’re ready to launch. | Use valid credit cards and accounts. Use actual payment methods, payments and payment authorizations. | https://rest.na.zuora.com https://rest.zuora.com |
EU Cloud Sandbox | Use this environment as you build your application. | Use test credit cards and accounts. Don’t use actual payment methods, payments or authorizations. | https://rest.sandbox.eu.zuora.com |
EU Cloud Central Sandbox | Use this environment for UAT and performance testing with product-level data loads. | Use test credit cards. Don’t use actual payment methods, payments or authorizations. | https://rest.test.eu.zuora.com |
EU Cloud Production | Use this environment when you’re ready to launch. | Use valid credit cards and accounts. Use actual payment methods, payments and payment authorizations. | https://rest.eu.zuora.com |
If you do not have a Zuora tenant, go to https://www.zuora.com/resource/zuora-test-drive and sign up for a test drive.
Go to the Zuora Developer Community to connect with other developers, report issues, or discuss these samples.