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

# Go Live

> Activate your production keys and start accepting real payments.

Once your KYB verification is approved, you can switch from sandbox to production.

<Note>
  If you haven't completed the merchant onboarding yet, follow the steps in [Create an Account](/getting-started/create-an-account) first.
</Note>

## Activation timelines

| Feature               | Timeline                                            |
| --------------------- | --------------------------------------------------- |
| **Initial Review**    | 1–2 business days                                   |
| **Check Reservation** | Active upon initial review                          |
| **Wallet Acceptance** | 2-4 business days (external verification required)  |
| **Card Acceptance**   | 4-10 business days (external verification required) |

## Switch to production

<Steps>
  <Step title="Get your production credentials">
    Once approved, go to **Accepter en ligne > API** in your [business dashboard](https://app.flouci.com). Your production application will have a **Public Token** and **Private Token** ready to use.
  </Step>

  <Step title="Update your base URL">
    The sandbox base URL and production URL in your integration stay the same, only the intergation keys change:

    | Environment | Base URL                        |
    | ----------- | ------------------------------- |
    | Sandbox     | `https://developers.flouci.com` |
    | Production  | `https://developers.flouci.com` |
  </Step>

  <Step title="Update your API credentials">
    Swap your test keys for the production **Public Token** and **Private Token** from your dashboard.

    <Warning>
      Keep your private token secret and only use it in backend code.
    </Warning>
  </Step>

  <Step title="Verify your integration">
    Run a small real transaction to confirm everything works end-to-end: generate a payment, complete it, and verify the status.

    <Check>
      You are now live and accepting real payments.
    </Check>
  </Step>
</Steps>
