> ## 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

> Follow the Cashfree Payouts go-live checklist to validate API keys, webhooks, signatures, and IP whitelisting before switching from test to production.

Use this checklist to ensure a smooth transition from TEST to LIVE environment.

Once you complete testing Cashfree's payouts integration in the TEST environment, you can follow the following steps to go-live:

1. **Use your production credentials**\
   Your TEST credentials vary from your PROD credentials. You can get your PROD credentials from your production dashboard.

2. **Use production host URL**\
   Please ensure that you change your endpoint to hit Cashfree's production server. Cashfree's production endpoint is [https://payout-api.cashfree.com](https://payout-api.cashfree.com).

3. **Whitelist your IP**\
   Your IP has to be whitelisted to communicate with Cashfree. Check how to [whitelist your static IP](/docs/payouts/payouts/integrations/payouts-2fa#ip-whitelist).

4. **Add production webhook endpoint**\
   Webhooks are server to server communications that Cashfree uses to communicate securely with you.

5. **Do not go-live without signature verification if you are using webhooks**\
   To ensure you are processing only Cashfree's webhook requests, verify the signature which you receive along with the data.

<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/payouts/payouts/integrations/payouts-2fa">2FA Setup</a></li>
    <li><a href="/docs/payouts/payouts/integrations/standard-transfer">Standard Transfer Integration</a></li>
    <li><a href="/docs/payouts/payouts/integrations/batch-transfer">Batch Transfer Integration</a></li>
    <li><a href="/docs/payouts/payouts/make-payouts/webhooks">Payouts Webhooks</a></li>
    <li><a href="/docs/help/payouts/general-faqs">Payouts FAQs</a></li>
  </ul>
</div>
