> For the complete documentation index, see [llms.txt](https://guide.form.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.form.gov.sg/user-guides/advanced-guide/payments/payout-reports.md).

# Payout reports

FormSG results already has a column in the reports that show when money is paid out. This is typically sufficient for operations.

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

However, if the Finance representative wants to see an overview of all form payments connected to the Stripe account, they may do so following the steps below:

However, if you would like to see a breakdown of payments and payouts through the Stripe account, this can be done by following the steps below:

1. **In Stripe dashboard, go to "More" on the left tab**\ <br>

   <figure><img src="/files/w9gpZKG3S1L9Pe2hZQkx" alt=""><figcaption></figcaption></figure>
2. **Click on "Reports"**<br>

   <figure><img src="/files/CvMPkFNdLXirkQKzFRK8" alt=""><figcaption></figcaption></figure>
3. **Click on payout reconciliation**\ <br>

   <figure><img src="/files/VoQdglOt72vEKkHRp6sF" alt=""><figcaption></figcaption></figure>
4. **Choose which accounts to export, filter by date and even schedule**<br>

   <figure><img src="/files/2u5cVMqiZsezCfbMiv00" alt=""><figcaption></figcaption></figure>
5. **Scroll to payout reconciliation and download.**\ <br>

   <figure><img src="/files/0ysvDYib7F8qM0jNrCDU" alt=""><figcaption></figcaption></figure>

   Choose which columns to include. Metadata from FormSG should be included to make identifying payments from which forms better.<br>

   <figure><img src="/files/10sDUwVz1aIYG3NC1NWo" alt=""><figcaption></figcaption></figure>
6. **View report!** Sample payout report:

{% file src="/files/XME1fayDZSjqQY2WejL7" %}


---

# 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://guide.form.gov.sg/user-guides/advanced-guide/payments/payout-reports.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.
