> For the complete documentation index, see [llms.txt](https://docs.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2core.b2broker.com/how-to-articles/manage-finances/how-to-create-a-payout.md).

# How to create a payout

Before creating a manual payout via the Back Office, make sure that the **manual** withdrawal method is created and enabled. To do this, navigate to **System** > **Payout system** > **Payout methods**. If the **manual** withdrawal method is not displayed on the **Payout methods** page, create the method by following the instructions described in [How to add a manual deposit or withdrawal method](/how-to-articles/manage-payment-methods/how-to-add-the-manual-deposit-or-withdrawal-method.md).

After the **manual** withdrawal method is created and enabled, follow the steps below to create a payout.

{% stepper %}
{% step %}
Navigate to **Clients** > **General**.
{% endstep %}

{% step %}
Select the client and click the **Edit** button.

{% hint style="info" %}
You can use [filters](/back-office-guide/get-started.md#filtering-and-sorting) by name or email for a quick search.
{% endhint %}
{% endstep %}

{% step %}
Go to the **Transactions** tab, and then select **Payout**.
{% endstep %}

{% step %}
Click **+Create**.
{% endstep %}

{% step %}
Select a client account from which you want to create a payout, and then click **Select**.
{% endstep %}

{% step %}
Fill out the form:

* Make sure that the **Method** is set to **manual**. Check the account number and currency.
* Enter the payout amount.
* Set **commissions**.
* Enable the **Don’t send email** option if you don't want to notify the client about the payout operation.
* Confirm the operation by solving a simple math problem and enter the result in the **Verification code** field.
* Add the **Internal comment** if needed. It will be displayed only in the Back Office.
  {% endstep %}

{% step %}
Click **Save** to create the payout.
{% endstep %}
{% endstepper %}


---

# 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:

```
GET https://docs.b2core.b2broker.com/how-to-articles/manage-finances/how-to-create-a-payout.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.
