> 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/auto-balance-transfer-rules.md).

# Auto balance transfer rules

The **Auto balance transfer rules** table contains the schedule for automatic balance transfers.

<details>

<summary>Table columns</summary>

* **Project** — project name.
* **Currency** — transfer currency.
* **From payment system** — source payment system from which the funds were transferred.
* **To payment system** — destination payment system where the funds were credited..
* **Amount** — transfer amount.
* **Periodicity (days)** — transfer interval in days.
* **Periodicity (time)** — transfer time (UTC+0).
* **To payment system min balance threshold** — minimum balance of the credit payment system to trigger transfers.
* **From payment system balance disable threshold** — minimum balance of the debit payment system that disables auto-transfer.
* **Is enabled** — indicates whether auto-transfer is active.
* **Actions —** available actions for the record (e.g., copy row).

</details>

### Available actions

**View auto-transfer rules**\
Browse all auto-transfer rules across your projects. Use the **Project** filter in the filter panel to narrow the list by project.

**Create a new auto-transfer rule**

1. Click **Create auto-transfer** rule in the top-right corner.\
   ![](/files/svbf0dJrxJv58SNgdkSK)
2. Select the project and currency.
3. Choose debit and credit payment systems.
4. Enter the transfer amount *(Transfers can only be made between methods with the same currency.)*
5. Specify periodicity:
   * Days — interval between transfers.
   * Time — time of day (UTC+0).
6. (Optional) Set thresholds:
   * To PS min balance threshold — minimum balance on the credit system to allow transfers.
   * From PS min balance disable threshold — minimum balance on the debit system to stop transfers.

<details>

<summary>Example</summary>

If you create an auto-transfer rule with the values shown in the screenshot below, it will work as follows:

Every day at 00:00 UTC, funds will be automatically transferred from the payment systems upi\_fast\_v and paytm to the imps payment system balance. The amount of each transfer will be 100,000 INR.\
The auto-transfer will continue until the balances on upi\_fast\_v and paytm drop to 300,000 INR.

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

</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.a-pay.one/faq/a-pay-merchant-portal/interface/settings/auto-balance-transfer-rules.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.
