> For the complete documentation index, see [llms.txt](https://docs.podplay.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podplay.app/coaches/manage-coach-tiers/coach-payments-and-payouts/reverse-a-coach-payment.md).

# Reverse a Coach Payment

Any time a Coach is paid in the PodPlay system, whether through a private Lesson (Reservation) or I a Clinic (Event), the Club can reverse the payment. If the Club wants to reverse a payment to a Coach, they can:

1. Open the Reservation or Event where the Coach worked
2. Click the Purchase tab
3. Open the specific payment details for the Coach payment
4. Scroll down to the Transfers drawer
   1. Open the Transfers drawer if it is closed
5. Click on the three vertical dots
6. Click on the button Reverse
7. Select a value amount to reverse in the pop-up window
8. Click the red Reverse button

In short:

* Click into the payment details (dotted line)
* Click on the three vertical dots in the Transfer drawer
* Click on the Reverse button

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

When the pop-up window appears, this is where an Admin can select how much to reverse.

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

{% hint style="info" %}
Coaches at Clubs located outside the U.S. are not paid through PodPlay. Paying a Coach through the system would require a cross-border transfer and currency exchange, reducing the amount of money captured. Thus, the system does not support international Coach payments.
{% endhint %}


---

# 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://docs.podplay.app/coaches/manage-coach-tiers/coach-payments-and-payouts/reverse-a-coach-payment.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.
