> For the complete documentation index, see [llms.txt](https://flexpoint.gitbook.io/flexpoint-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flexpoint.gitbook.io/flexpoint-docs/income/markdown/how-to-cash-out-inside-flexpoint.md).

# How to Cash Out Inside Flexpoint

### How to Cash Out Inside  Flexpoint

In order to cash out your hard-earned funds on Flexpoint, you will need to do so by logging into your account!

1. Make sure you're logged into Flexpoint and head over to your **My Income** tab
2. Next, click on the **Withdraw** button in the top right corner.

* The button will not appear until your balance meets the minimum withdrawal requirement. Please ensure that your account has at least $5 in available funds before attempting to withdraw. This process may take 3-7 business days after setting up your direct deposit and completing your first sale through Flexpoint.

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

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

3. After clicking cash out, your money will be deposited into your bank account connected to Stripe or Wise within 24-48 hours!.

#### Using Currencies Other Than USD

If you are in a country that uses a currency other than USD, Stripe will automatically convert your money to your local currency upon cash out. For example, if your store is in USD but your bank account is BDT, Stripe will convert it into BDT.\
At this time, Flexpoint only offers the option to price your products in BDT, CAD, EUR, INR, and USD. However, you may accept payment from any other country as long as the customer pays with a valid credit or debit card.

#### Notes About Payouts

1. Stripe may take up to 2-7 business days to verify your account.

* If you have an existing balance before you setup your Direct Deposit, this will be moved to your Stripe account as soon as it is verified

2. Payouts take 2-3 business days to settle into your bank account.
3. If you're banking outside of the United States, your funds may take a bit longer as some international Creators are on a 7-day rolling basis. This means you will only be able to cash out 7 business days after the customer makes their purchase. After you hit "Cash Out," the money should hit your bank within 24 hours! Unfortunately, this isn't something we can control on our end as it's managed by Stripe. However, we are actively working on seeing if it's possible for Stripe to increase the speed of payouts in the future, and we'll keep you posted if we have any updates!


---

# 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://flexpoint.gitbook.io/flexpoint-docs/income/markdown/how-to-cash-out-inside-flexpoint.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.
