> 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/de/setup-integrated-stripe-payments.md).

# Integrierte Stripe-Zahlungen einrichten

### Schritte zum Einrichten von Stripe+-Zahlungen:

1. **Anmelden:** Greifen Sie auf Ihr Admin-Dashboard unter [admin.restoflow.ch](https://admin.restoflow.ch) zu.
2. **Navigieren Sie zu Einstellungen:** Gehen Sie zu **Einstellungen > Zahlungen > Zahlungsmethode hinzufügen > Stripe > Methode hinzufügen**.

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

#### Empfohlene Mindesteinstellungen für Stripe:

| Einstellung                                         | Empfehlung                      | Notizen                                                                                                                |
| --------------------------------------------------- | ------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| **Aktiviert**                                       | Auf                             | Aktiviert die Funktion                                                                                                 |
| **Stripe-Geheimschlüssel**                          | sk\_live                        |                                                                                                                        |
| **Veröffentlichbarer Stripe-Schlüssel**             | pk\_live                        |                                                                                                                        |
| **Währung**                                         | AUD – Australischer Dollar – $  | Verwenden Sie Ihre lokale Währung                                                                                      |
| **E-Mail-Empfang deaktivieren**                     |                                 |                                                                                                                        |
| **Benutzerdefiniertes Zahlungsformular aktivieren** |                                 |                                                                                                                        |
| **Layout**                                          | Themen                          |                                                                                                                        |
| **Dienstleistungen**                                | Etikett                         | Bezahlen - Online                                                                                                      |
| **Lieferetikett**                                   | Etikett drucken                 | *BEZAHLT - ONLINE*                                                                                                     |
| **Maximaler Bestellwert ($)**                       | 999                             | Legen Sie eine realistische maximale Online-Bestellsumme fest                                                          |
| **Mindestbestellwert ($)**                          | 2                               | Die Mindesttransaktion sollte nicht weniger als 2 $ betragen                                                           |
| **SC-Konto-ID**                                     | ERHALTEN SIE DIESES VOM SUPPORT | Beispielformat – acct\_1A3abABCABCac1aA. Kontaktieren Sie den Chat-/E-Mail-Support, um Ihre SC-Konto-ID zu aktivieren. |

3. **Einstellungen speichern:** Drücken Sie **Speichern**, um die Einstellungen zu übernehmen.
4. **Testen Sie Ihr Setup:** Starten Sie Ihren Shop und geben Sie eine Live-Testbestellung mit Ihrer Karte, Google Pay oder Apple Pay auf.
5. **Unterstützung erhalten:** Bei Problemen oder zur Aktivierung Ihrer SC-Konto-ID senden Sie bitte eine E-Mail an <info@restoflow.ch> oder nutzen Sie die Chat-Support-Funktion.<br>

{% hint style="danger" %}
Bitte senden Sie eine E-Mail an <info@restoflow.ch> oder nutzen Sie die Chat-Support-Funktion, um Hilfe bei der Aktivierung dieser Funktion zu erhalten.
{% endhint %}

### Sie haben kein Restoflow-Konto?

Besuchen Sie [www.restoflow.ch](https://www.restoflow.ch) und klicken Sie oben rechts auf die Schaltfläche **Anmelden**, um Ihr Konto zu erstellen.

{% content-ref url="/pages/O0WxJchuG7NRFN5YG4BF" %}
[Verwendung von Stripe Integrated](/restoflow-dokumentation/de/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/de/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.
