> For the complete documentation index, see [llms.txt](https://docs.a-pay.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.a-pay.one/faq/a-pay-merchant-portal/interface/settings/my-balance.md).

# My balance

This table displays the balance for each payment system at the end of the calendar day.\
The balance amount includes only completed (successful) operations: deposits, withdrawals, settlements, and balance transfers.

{% hint style="info" %}
**Balance calculation formula:**

Deposit (*Success*) – Withdrawal (*Success*) – Settlement (*Success*) – Balance transfer \[from] (*Success*) + Balance transfer \[to] (*Success*) + Balance top-ups

Where *Success* transactions are those with the execution date between 00:00:00 and 23:59:59 of the calculation day.
{% endhint %}

<details>

<summary>Filters</summary>

You can filter the table using the following parameters:

* **Project** — filter by payment systems.
* **Currency** — filter by the currency of payment systems.
* **Date** — filter by day (from — to).
* **Payment system** — filter by payment systems.

</details>

<details>

<summary>Table columns</summary>

Each row contains the following information:

* **Project** — project name.
* **Payment system** — name of the payment system within the project.
* **Currency** — currency of the payment system.
* **Date** — the date for which the balance is displayed (end of the day).
* **Amount** — end-of-day balance amount in the payment system’s currency.
* **Client balance amount \~ USD** — approximate end-of-day balance amount in USD.
* **Actions** — available actions for the row (e.g., copy row).

</details>

### Available actions

1. **View balances** for all payment systems in the project.
2. **Transfer balance** using the **Create transfer** button in the top-right corner:\
   ![](/files/IDBxKWmyivooKykGriGB)
   1. Click the button to open the transfer form:

      * **Amount** — enter the amount you want to transfer.
      * **From project** — select the project from which funds will be debited.
      * **To project** — select the project to which funds will be credited.
      * **From currency** — select the currency for debiting.
      * **To currency** — select the currency for crediting.
      * **From payment system** — select the payment system (balance) from which funds will be debited.
      * **To payment system** — select the payment system (balance) to which funds will be credited.

      ![](/files/95N9Olf1rfVY82dOEb2z)
   2. Click **Add transfer**. The transfer record will appear in the *Balance transfer history* table. When the transfer status is updated, you will receive a notification with the result.


---

# 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.a-pay.one/faq/a-pay-merchant-portal/interface/settings/my-balance.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.
