# Payments

You can collect payments from your customers during form submissions. FlowBookings integrates with Stripe allowing seamless payments with absolutely zero commissions.&#x20;

Here are the steps you need to follow to collect Payments in FlowBookings.&#x20;

1. Go to **Settings > Payments Settings** page and enable the **'Yes, Turn on payments**' toggle.&#x20;
2. Now, choose your desired payment method (Stripe or In-Person payments).&#x20;
3. For Stripe payments, you'll need to connect your Stripe account by adding your Stripe Publishable Key and Secret Key. Check this [article](https://support.stripe.com/questions/what-are-stripe-api-keys-and-how-to-find-them) to learn how to find your Stripe API keys.&#x20;
4. Choose the **Currency** in which you want to collect payments from your customers.
5. Click on the Save button.&#x20;

Once Stripe payments are enabled, your customers will be prompted to make payment before their booking is made.&#x20;

<figure><img src="/files/hHD7kfAsA16kwQ7k5Lbn" alt=""><figcaption></figcaption></figure>


---

# 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.flowbookings.io/knowledgebase/product-tour/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.
