# Environments

### Environments <a href="#environments" id="environments"></a>

Optty provides both a sandbox testing environment and a production environment for merchants and partners to use. The sandbox environment is connected to live sandbox environments of other payment methods and are not simulated to provide a realistic testing environment. No payment will be taken, however sandbox accounts and testing credentials for each payment method should be utilised.

#### Sandbox Testing Environment <a href="#sandbox-testing-environment" id="sandbox-testing-environment"></a>

| **Authentication** | <https://auth.qa.optty.com/token>               |
| ------------------ | ----------------------------------------------- |
| **Merchant URL**   | <https://api.qa.optty.com>                      |
| **Widget SDK URL** | <https://widgets.qa.optty.com/widget-loader.js> |

#### Production Environment <a href="#production-environment" id="production-environment"></a>

| **Authentication** | <https://auth.optty.com/token>               |
| ------------------ | -------------------------------------------- |
| **Merchant URL**   | <https://api.optty.com>                      |
| **Widget SDK URL** | <https://widgets.optty.com/widget-loader.js> |
