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

# Overview

Once the integration is complete, you need to test it on the sandbox environment using the sandbox credentials available at API section of the [Sandbox Admin Panel](https://sandbox.transactbridge.com/) and using the [test payment credentials](https://docs.transactbridge.com/#uat-testing) listed here.

When the test transaction is complete, you can move your code to Live or Production environment with production account details.

### Going Live on Production Environment

Replace your sandbox credentials with production credentials.

* API Key
* Secret Key
* Publish Key

<Note>
  Host Details are different for Sandbox and Production. Please configure accordingly.

  * Sandbox: [https://sandbox-api.transactbridge.com](https://sandbox-api.transactbridge.com)
  * Production: [https://api.transactbridge.com](https://api.transactbridge.com)

  The production account details will be available on the [Reseller Admin Panel](https://reseller.transactbridge.com/) only when your account is approved and created by TransactBridge. Please contact your account manager to get the production account created.
</Note>

<Note>
  IP's for sandbox and production are different. Please configure accordingly.

  <Columns cols={2}>
    <Card title="Sandbox IP Addresses" icon="flask">
      **Allow the following IP addresses for Sandbox:**

      * `15.197.69.154`
      * `76.223.72.108`
      * `35.154.94.13`
    </Card>

    <Card title="Production IP Addresses" icon="server">
      **Allow the following IP addresses for Production:**

      * `15.197.224.201`
      * `76.223.91.111`
      * `13.127.125.65`
    </Card>
  </Columns>
</Note>
