> For the complete documentation index, see [llms.txt](https://restoflow.gitbook.io/restoflow-dokumentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://restoflow.gitbook.io/restoflow-dokumentation/how-to-guides/accepting-payments/stripe+-integrated-payments/setup-integrated-stripe-payments.md).

# Setup Integrated Stripe Payments

### Steps to Set Up Stripe+ Payments:

1. **Login:** Access your admin dashboard at [admin.restoflow.ch](https://admin.restoflow.ch).
2. **Navigate to Settings:** Go to **Settings > Payments > Add Payment Method > Stripe > Add Method**.

<figure><img src="/files/yfCZe9xHOkrTYZVChbFi" alt=""><figcaption><p>Settings > Payments > Add Payment Method > Stripe > Add Method</p></figcaption></figure>

#### Recommended Minimum Settings for Stripe:

| Setting                        | Recommendation              | Notes                                                                                               |
| ------------------------------ | --------------------------- | --------------------------------------------------------------------------------------------------- |
| **Enabled**                    | On                          | Activates the feature                                                                               |
| **Stripe Secret Key**          | sk\_live                    |                                                                                                     |
| **Stripe Publishable Key**     | pk\_live                    |                                                                                                     |
| **Currency**                   | AUD - Australian Dollar - $ | Use your local currency                                                                             |
| **Disable E-Mail Receipt**     |                             |                                                                                                     |
| **Enable Custom Payment Form** |                             |                                                                                                     |
| **Layout**                     | Themes                      |                                                                                                     |
| **Services**                   | Label                       | Pay - Online                                                                                        |
| **Delivery Label**             | Print Label                 | *PAID - ONLINE*                                                                                     |
| **Maximum Order Value ($)**    | 999                         | Set a realistic maximum online order total                                                          |
| **Minimum Order Value ($)**    | 2                           | Minimum transaction should not be lower than $2                                                     |
| **SC Account ID**              | GET THIS FROM SUPPORT       | Example format - acct\_1A3abABCABCac1aA. Contact chat/email support to activate your SC Account ID. |

3. **Save Settings:** Press **Save** to apply the settings.
4. **Test Your Setup:** Launch your store and place a live test order using your card, Google Pay, or Apple Pay.
5. **Get Assistance:** For any issues or to activate your SC Account ID, please email <info@restoflow.ch> or use the chat support feature.<br>

{% hint style="danger" %}
Please email <info@restoflow.ch> or use the chat support feature to get assistance activating this feature.
{% endhint %}

### Don't Have a Restoflow Account?

Visit [www.restoflow.ch](https://www.restoflow.ch) and click the **Sign Up** button on the top right to create your account.

{% content-ref url="/pages/O0WxJchuG7NRFN5YG4BF" %}
[Using Stripe Integrated](/restoflow-dokumentation/how-to-guides/accepting-payments/stripe+-integrated-payments/using-stripe-integrated.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://restoflow.gitbook.io/restoflow-dokumentation/how-to-guides/accepting-payments/stripe+-integrated-payments/setup-integrated-stripe-payments.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
