# Set default payment accounts for clients

*Applicable to standalone solutions only*

Payment accounts act as wallets and are used for receiving fees, processing refunds, and performing other transactions, such as transferring funds when handling unsubscriptions.

Default payment accounts are used as primary payment accounts in specific currencies for a client.

If several platform are supported (such as MT4 or MT5) and a client has multiple payment accounts in different currencies, it's possible to set a default payment account for each currency on each platform.

To set default payment accounts for a client:

{% stepper %}
{% step %}
Expand the **Clients** menu.
{% endstep %}

{% step %}
Go to **User** in the menu.
{% endstep %}

{% step %}
If you have several platform instances (such as MT4 or MT5), make sure you are in the correct instance, or go to it using the switcher in the upper-left page corner.
{% endstep %}

{% step %}
Select the client and click the profile identifier in the **Id** column to open the profile details.

You can quickly find the client by entering their email in the search box.
{% endstep %}

{% step %}
In the profile details, go to the **Default Payment Accounts** section.

In this section, you can add or edit default payment accounts for the client.

<figure><img src="/files/VfhvOS4rWlnnvbBkHQ1M" alt="Default payment accounts"><figcaption><p>Default payment accounts</p></figcaption></figure>
{% endstep %}

{% step %}
To add an existing client's account as the default payment account, click **Add account**.

In the displayed popup, select the platform and enter the number of the existing client’s account on that platform.

{% hint style="info" %}
Default payment accounts can be added for each currency in which the client has payment accounts on the selected platform.
{% endhint %}
{% endstep %}

{% step %}
To edit default payment accounts for the client, click **Edit** for the required account and change the account number.
{% endstep %}

{% step %}
Click **Save** to apply the changes.
{% endstep %}
{% endstepper %}

The accounts are added and saved as default payment accounts for the client.


---

# 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://docs.b2copy.b2broker.com/admin-panel-guide/manage-clients/set-default-payment-accounts-for-clients.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.
