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

# Using Stripe Integrated

You can accept credit cards online using Stripe. It is currently supported in numerous countries with a variety of currencies.

## How to use Stripe Integrated

* Go to Online Payments.

![](/files/bfbWKzUUDgLZL9q4RA9y)

{% hint style="success" %}
If you cannot see this option in your dashboard, please see [this page](/restoflow-dokumentation/how-to-guides/accepting-payments/stripe+-integrated-payments/setup-integrated-stripe-payments.md).
{% endhint %}

* From the Online Payments; Refunds, Payments & Order Details are shown here.

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

* For Refund - Click the refund button and choose reason then click “Refund”.

![](/files/DhEY94PH2AaeIPwlQGl7)

* For Payouts, just click the payout button at the upper right pane of the page. If you're looking for a particular payout on a certain period of time, you can use the "Filters" function and use "Date Range" to input the dates. You can also review your payouts in your stripe dashboard at [dashboard.stripe.com](https://dashboard.stripe.com)

![](/files/4Obpz33nsvO62jvE17QW)

* Download the CSV Report to pull the payout report.

{% hint style="info" %}
Note that this can take a few mins to load after clicking the button
{% endhint %}

![](/files/GcE5YrlGBNqqPF3DggLM)


---

# 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/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.
