# Environments

The environments for the Cash-In API service are as follows:

### Production environment

`Base URL`: <Icon icon="material-outline-link"/> https://api.cash-in.com

* Append `/v2/` for the **current API version** before endpoint paths.
* The production environment is ***fully operational service*** that will respond and process the data as expected. 
* **Do not submit real-life data** unless you have notified the IT department of Cash-In prior moving to production environment.

---

### Sandbox environment

`Base URL`: <Icon icon="material-outline-link"/> https://sandbox.cash-in.com

* Append `/v2/` for the **current API version** before endpoint paths.
* The sandbox environment is available for the developers for testing the endpoints and getting response from the endpoints.
* Sandbox environment however **does not support** the business-process and can only used for developing and testing endpoints.

---

:::info[Access tokens]
Please observe that we provide you **separate API access tokens** to sandbox and production environments
:::