> For the complete documentation index, see [llms.txt](https://docs.club.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.club.com/faq/faq-for-creators/payout-and-tax.md).

# Payout & Tax

Last Updated: February 2, 2026

Please note this section is for Creators to help manage earnings, withdrawals, and tax responsibilities. If you're looking for User-related payment questions, please refer to the [**User FAQ section**](/faq/faq-for-users/payments-and-billing.md)**.**

#### Managing Your Earnings

<details>

<summary>Where can I see my account balance?</summary>

The account balance is visible by navigating to the Payouts tab on the left-hand navigation bar. Note the overall account balance is split between Available Balance (funds ready for withdrawal) and Pending Balance (earned funds currently in the holding period).

</details>

<details>

<summary>When do I receive withdrawals?</summary>

For Creators meeting all the requirements for a payout, including a minimum of Available Balance of $50, they occur on the 14th and the last day of each month. If a schedule payout dates falls on a weekend, it is shifted to the following Monday.

</details>

#### Fee & Processing Times

<details>

<summary>How long will it take for my payout to arrive?</summary>

Payouts typically arrive in your bank account within 3–5 business days, though it can take up to 10 business days.

{% hint style="info" %}
Pro-Tip: If your funds haven't arrived after 10 business days, contact your bank first to ensure your account can receive the transfer. If they cannot locate it, open a support ticket with a copy of your bank statement for that period. To learn how to open a support ticket visit our dedicated guide: [\[How to Open a Support Ticket\]](https://clubcreators-inc.gitbook.io/clubcreator/~/revisions/gciw51x9K0SoYylSiznJ/general/managing-your-account/how-to-open-a-support-ticket).&#x20;
{% endhint %}

</details>

<details>

<summary>What fees are charged for payouts?</summary>

Club keeps a flat 20% platform fee on all transactions to support platform maintenance and Creator services. Please note that all payouts are issued exclusively in USD; if your bank account is held in a different currency, conversion fees may apply. Furthermore, your bank may charge additional processing fees that Club does not control, receive, or influence.

</details>

<details>

<summary>How will my payout show up in my bank account? </summary>

Please note that the vendors utilized by Club to complete payouts may include their own name, rather than Club's, in the description of the payment you receive. If you have any questions, please reach out to support.

</details>

#### Disputes & Taxes

<details>

<summary>Will Club bill me for disputes or chargebacks?</summary>

Club supports Creators acting in good faith; however, we reserve the right to issue refunds at our discretion. We also reserve the right to withhold payments or debit your account for amounts subject to credit card chargebacks while a dispute is being resolved.

</details>

<details>

<summary>Am I liable for taxes on my income?</summary>

Yes. Creators are solely responsible for reporting and paying taxes on their Club earnings.

* Reporting: If legally required, Club will share earnings information with your local tax authorities.
* Tax Forms: Any mandated tax forms will be mailed to the address you have on file.
* Advice: Club does not provide tax advice. We strongly recommend speaking with a tax professional in your jurisdiction to understand your specific obligations.

</details>


---

# 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.club.com/faq/faq-for-creators/payout-and-tax.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.
