# Activate Live Payments

It's time to take our test billing pages and start using them for real payments!

## Go Live

Toggle the Test/Live mode switch to take the billing page live.&#x20;

Select the Billing page you wish to take live. Switch the toggle on the top right of the page from Test Mode to Live Mode. If your billing page uses Stripe Products and they do not exist in Live Mode, it will offer to copy the Test Mode Products to Live Mode for you. You can optionally Copy over the Products to Live mode directly in Stripe.

![Switch billing page live](/files/-MIKjuPtebg25zzsOIRZ)

If you have not already subscribed, a pop up will appear asking you to subscribe. You must subscribe to create a Live Mode billing page.&#x20;

![Upgrade Account](/files/-MIa4B7tXW1UF1E_5zgj)

You need to have Stripe Products in both Test and Live mode in order to have billing pages in both modes. Billflow can automatically create those for you in live mode. They can also be added directly in Stripe, just ensure that the appropriate metadata described in earlier steps is added.&#x20;

## Multiple Environments Process

Do you have multiple environments and want to have a billing page for your development/test environment and one for production? Follow along below for the best practice.&#x20;

### Step 1: Duplicate Billing Page

Click the option menu on the billing page that has been created, then select Duplicate Page

![Duplicate a billing page](/files/-MIa3fMpRETLwqcFwV-G)

Name it something descriptive to your environment, like 'Live' or 'Prod' ... then click Duplicate

![Naming Billing Page](/files/-MIKkIpMvmuUuuOIEler)

### Step 2: Switch to Live mode

Next we can toggle the Test/Live mode switch to take the billing page live.&#x20;

![Switch billing page live](/files/-MIKkVU-f4O9yc22qSTG)

If you have not already subscribed, a pop up will appear asking you to subscribe. You must subscribe to create a Live Mode billing page.&#x20;

![Upgrade Account](/files/-MIa4B7tXW1UF1E_5zgj)

You need to have Stripe Products in both Test and Live mode in order to have billing pages in both modes. Billflow can automatically create those for you in live mode. They can also be added directly in Stripe, just ensure that the appropriate metadata described in earlier steps is added.&#x20;

### Step 3: Embed Live Mode Page

Now we are ready to embed the live mode page. If you have separate environments for development and production. You will just use the Billing Page ID of the Live Mode page in your production. If you have a single environment, simply embed the appropriate snippet again with the one provided from the newly created billing page. Or, you can just change the billing page ID to point to the new one.

## Done!

You are now ready to use Billflow with real customers and real $$!

Continue on to learn more about the features available to each page and how to get the most out of your Billflow account.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.billflow.io/setup/first-time-setup/activate-live-payments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
