# Payouts

Payouts are sent out automatically on a daily basis by default. The frequency can be updated on [Stripe's dashboard](https://dashboard.stripe.com/settings/payouts) if needed. Payouts are typically received 3 business days after the initial payment. More information about Stripe's payouts can be found in [their guide.](https://stripe.com/docs/payouts)

<figure><img src="/files/2T8PmWwHNeHinb0UIYUP" alt=""><figcaption></figcaption></figure>

We generate a CSV report for each payout to your agency’s bank account, containing all the component transactions. You may refer to our section on [reports](/start-using-the-dashboard/reports.md) for more information.


---

# 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://guide.pay.gov.sg/start-using-the-dashboard/payouts.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.
