# Setting up payments

Note: Booking fees are added to lesson prices for payments made via the app. Each transaction is charged a 2.2% platform fee plus Stripe fees. For example, if the lesson price is $100 and the client pays via the app, they will be charged $105.34. The $100 lesson price will be paid to you.

1. Go to Step 7 in the Workspace configurator to accept online payments or tap the $ symbol on the sidebar to access the **Payments** page. Next, tap the **Connect Stripe** button to open a unique URL beginning with <https://connect.stripe.com/setup>...

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

2. Follow Stripe's process to create a connected account.

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

3. Once you have completed the steps required to connect Stripe, you will be taken back to TotalCoach. Note: you will not be connected immediately, your account status will be pending until a Stripe agent has connected you.&#x20;

<div align="left"><figure><img src="/files/Ui4UwYrRUAvmsrrIDCJb" alt=""><figcaption></figcaption></figure></div>

4. Once your Stripe account is active, you will be able to view and manage all of your payments and transactions, including downloading invoices via <https://dashboard.stripe.com/invoices>


---

# 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://support.totalcoach.com/coaches/support-for-coaches-organisations/welcome-to-totalcoach-support/setting-up-your-workspace/setting-up-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.
