Comment on page
Go Live
Self checking before moving to production
Optty sandbox is an entirely separate environment from your production account. Sandbox provide the environment for development purpose, to run end to end testing with each Payment Method you connected to.
Nothing created in the sandbox (e.g. Payment Method setting, transactions etc) will transfer to production. Your login information, and API keys will also be different.
OAuth:
Sandbox Environment: https://auth.qa.optty.com/token?Query
Production environment: https://auth.optty.com/token?Query
Other Services:
Sandbox Environment: https://api.qa.optty.com
Production environment: https://api.optty.com
Switch your sandbox credentials to production credentials. Do not have access to Optty Production credentials yet?
Please reach out to suppo[email protected], our customer support will assist your from there.
- 1.OAuth Endpoint
From
To
https://auth.qa.optty.com
https://auth.optty.com
2. API end-point
From
To
https://api.qa.optty.com
https://api.optty.com
Last modified 7mo ago