# Bank Payouts

Harness uses Stripe as it's payment processors. Stripe has its own policies regarding how often they pay out, how long it takes to process funds, etc. Here's a short breakdown of how Stripe handles your funds and how long it will take to reach your bank account:<br>

**Stripe Donations**

Stripe will automatically transfer your funds from your Stripe account to your bank account based on the settings in your [transfer schedule](https://dashboard.stripe.com/account/payouts). Transfers will automatically be completed every **2 business days**. However, your first transfer may take a little longer, around **7 days**. In most other countries, transfers are set to be completed every **7 business days**.&#x20;

You can access a summary of [past and upcoming payouts](https://dashboard.stripe.com/balance/overview), along with estimated dates of when they will reflect in your bank account (see image below).

![](https://downloads.intercomcdn.com/i/o/132962718/62f98cef8f356cabd65f6bbc/Stripe+-+payout.gif)


---

# 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://harness.gitbook.io/harness/admin/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.
