> 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/using-stripe-integrated.md).

# Verwendung von Stripe Integrated

Mit Stripe können Sie Kreditkarten online akzeptieren. Es wird derzeit in zahlreichen Ländern mit verschiedenen Währungen unterstützt.

## So verwenden Sie Stripe Integrated

* Gehen Sie zu Online-Zahlungen.

![](/files/kO0cxWHGFtL7soFQNwBI)

{% hint style="success" %}
Wenn Sie diese Option in Ihrem Dashboard nicht sehen können, lesen Sie bitte [diese Seite](/restoflow-dokumentation/de/setup-integrated-stripe-payments.md).
{% endhint %}

* Aus den Online-Zahlungen; Rückerstattungen, Zahlungen und Bestelldetails werden hier angezeigt.

![Example of the integrated payments dashboard without customer data.](/files/2lF2uFLxn0r9oMfuYJXX)

* Zur Rückerstattung – Klicken Sie auf die Schaltfläche „Rückerstattung“, wählen Sie den Grund aus und klicken Sie dann auf „Rückerstattung“.

![](/files/h5Vh9NTPvvGgKBWKrz61)

* Für Auszahlungen klicken Sie einfach auf die Schaltfläche „Auszahlung“ oben rechts auf der Seite. Wenn Sie nach einer bestimmten Auszahlung in einem bestimmten Zeitraum suchen, können Sie die Funktion „Filter“ verwenden und über „Datumsbereich“ die Daten eingeben. Sie können Ihre Auszahlungen auch in Ihrem Stripe-Dashboard unter [dashboard.stripe.com](https://dashboard.stripe.com) überprüfen.

![](/files/afCMiD7gELZhzAoEriVt)

* Laden Sie den CSV-Bericht herunter, um den Auszahlungsbericht abzurufen.

{% hint style="info" %}
Beachten Sie, dass das Laden nach dem Klicken auf die Schaltfläche einige Minuten dauern kann
{% endhint %}

![](/files/Oi7nRJ9uP8Zf1LepEh8D)


---

# 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/using-stripe-integrated.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.
