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

# Go-Live Checklist

> Move your Cashfree Secure ID integration to production by following this checklist for credentials, endpoints, IP whitelisting, and Success Rate alerts.

Once you complete testing your Cashfree Secure ID integration in the sandbox environment, follow these steps to go live:

<Steps>
  <Step title="Use your production credentials.">
    Your sandbox credentials differ from your production credentials. Obtain your production credentials from the production Merchant Dashboard.
  </Step>

  <Step title="Use the correct host URL.">
    Update your endpoint based on the environment:

    | Environment | Base URL                                    |
    | :---------- | :------------------------------------------ |
    | Sandbox     | `https://sandbox.cashfree.com/verification` |
    | Production  | `https://api.cashfree.com/verification`     |

    <Warning>
      Ensure you switch to the production URL before going live. Requests sent to the sandbox URL will not process live transactions.
    </Warning>
  </Step>

  <Step title="Whitelist your IP.">
    Whitelist your IP address before communicating with Cashfree. See [IP Whitelisting and Verification](/secure-id/get-started/integration/ip-whitelisting-verification) for instructions.
  </Step>

  <Step title="Set up Success Rate alerts.">
    Set up Success Rate (SR) alerts to receive notifications about API downtime. See how to [configure SR alerts](/api-reference/vrs/getting-started#configure-success-rate-alerts).
  </Step>
</Steps>

<div class="hidden" data-table-of-contents="bottom">
  <p class="mt-4 font-medium flex items-center gap-2 related-docs-heading">
    <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" class="w-4 h-4">
      <path d="M3 4h7a2 2 0 0 1 2 2v13a2 2 0 0 0-2-2H3z" />

      <path d="M21 4h-7a2 2 0 0 0-2 2v13a2 2 0 0 1 2-2h7z" />
    </svg>

    <span>Related topics</span>
  </p>

  <ul>
    <li><a href="/docs/secure-id/get-started/integration/ip-whitelisting-verification">IP Whitelisting and Verification</a></li>
    <li><a href="/docs/secure-id/get-started/integration/integration-verify-bank-account">Bank Account Verification Integration Guide</a></li>
    <li><a href="/docs/api-reference/vrs/v2/bav-v2/bank-account-verification-sync-v2">Bank Account Verification API</a></li>
    <li><a href="/docs/api-reference/vrs/overview">Secure ID API Overview</a></li>
  </ul>
</div>
