> ## Documentation Index
> Fetch the complete documentation index at: https://apidocs.synchpay.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Environment Configuration

> Learn about the different environments provided by SynchPay for development and production.

## Overview

SynchPay provides multiple environments to support various stages of development and deployment. These include **Sandbox** and **Production**. Each environment is designed for a specific purpose, with different levels of verification, data isolation, and API stability.

## Available Environments

| Environment    | Base URL                   | Description                                                                            |
| -------------- | -------------------------- | -------------------------------------------------------------------------------------- |
| **Sandbox**    | `https://api.trysynch.com` | Ideal for development and testing. Offers relaxed verification and mock bank accounts. |
| **Production** | `https://api.synchpay.com` | Live environment used for real transactions and customer interactions.                 |

## When to Use Each

### 🧪 Sandbox Environment

* **URL**: `https://api.trysynch.com`
* **Purpose**: Active development and integration.
* **Features**:
  * Simulated data and bank accounts.
  * Most recent API versions and features.
  * Reduced security/verification constraints.
* **Use case**: Building and testing your integration.

> ✅ **Use this environment during your initial development.**\
> It currently includes the latest API version that will be rolled out to other environments shortly.

### 🚀 Production Environment

* **URL**: `https://api.synchpay.com`
* **Purpose**: Live application use.
* **Features**:
  * Real-time transactions.
  * Full verification and security protocols.
* **Use case**: Serving real users with active payment flows.

> ⚠️ **Only use this environment with production credentials.** Make sure all tests are complete before switching over.

***

Using the correct environment at each stage of development ensures a smooth, safe, and reliable integration process. If you have questions about staging access or environment switching, reach out to your SynchPay support contact.
