> For the complete documentation index, see [llms.txt](https://docs.360dialog.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.360dialog.com/docs/hub/funds.md).

# Funds

The Funds section in the 360Dialog Hub provides a centralised view to monitor and manage credit balances for each WhatsApp channel. Charges are deducted directly from the channel balance when template messages are sent or calls are initiated.

To ensure uninterrupted message delivery on the WhatsApp Business Platform, each registered phone number must maintain a positive credit balance.

If a channel balance reaches zero, outbound messaging and calls are paused until additional funds are added.

<figure><img src="/files/9wvvGzcTGF61Jg8tbk0V" alt=""><figcaption></figcaption></figure>

|                                                       | <mark style="color:$primary;">System Behavior</mark>                           |
| ----------------------------------------------------- | ------------------------------------------------------------------------------ |
| <mark style="color:$primary;">Positive Balance</mark> | Messaging continues normally with costs deducted in real time                  |
| <mark style="color:$primary;">Zero Balance</mark>     | Outbound activity stops until balance is topped up                             |
| <mark style="color:$primary;">Negative Balance</mark> | The system may trigger an automatic top-up to replenish the balance above zero |

### <mark style="color:$primary;">Auto-Renewal</mark>

Auto-Renewal is a continuous monitoring feature designed to prevent service interruptions by automatically adding funds before the balance is depleted.

When enabled:

* The system continuously monitors the channel credit balance
* When the defined threshold is reached, a top-up is automatically triggered
* The top-up amount is charged to the default payment method

This feature reduces the need for manual balance management and helps ensure uninterrupted messaging and calling services.

#### <mark style="color:$primary;">Configure Auto-Renewal</mark>

{% stepper %}
{% step %}
Navigate to Funds in the 360Dialog Hub and toggle the Auto Recharge.

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

{% hint style="info" %}
If Auto-Renewal is off, top-ups must be managed manually. Funds should be added when the balance runs low to continue engaging in paid conversations and calls.&#x20;

We recommend enabling Auto-Renewal to avoid running out of funds.
{% endhint %}
{% endstep %}

{% step %}
Once it is on, please configure the Threshold and Amount, then save.

<figure><img src="/files/DqWcW13WSJixFh0FNV42" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

The Auto Renewal Threshold is the chosen "low-balance" trigger point that initiates a top-up. Enter the amount of Funds to add to the channel.

{% hint style="info" %}
We recommend careful configuration for each channel, setting the Amount higher than the Threshold  to avoid multiple payment triggers

Emergency Top-Ups may apply if the balance drops below Zero even when Auto-Renewal is Turned Off
{% endhint %}

#### <mark style="color:$primary;">Add Funds Manually</mark>

Top up the balance for each channel at any time:

{% stepper %}
{% step %}
Navigate to Funds in the 360Dialog Hub and click Manage Funds

<figure><img src="/files/3R9ZZzIGxb6ylERUtqzy" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select the number from the list and continue

<figure><img src="/files/9chfGksCvdxD8jqvVr8M" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Choose Add funds

<figure><img src="/files/LMDUa9Em2aZQQyKDk02y" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Enter the amount of Funds to add to the channel and choose the current payment method or add a new one.

<figure><img src="/files/aw5AzMf4sp7jVc6u50gc" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Confirm checkout and charge the card.

<figure><img src="/files/J9bqVnGdR6DlVMojdM4U" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Funds will be added to the balance immediately upon successful payment.
{% endhint %}

#### <mark style="color:$primary;">Request a Balance Refund</mark>

Balance Refunds can be initiated at any time:

{% stepper %}
{% step %}
Navigate to Funds in the 360Dialog Hub

<figure><img src="/files/wZttqTlZQntEAido2veO" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select the number and click continue.

<figure><img src="/files/KlNQpiwXGVAnaa4OgYGp" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select Refund account funds.&#x20;

The current balance is displayed.

<figure><img src="/files/5xVAX14wGQEGirXgu0xW" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Check the notes and confirm the refund.&#x20;

<figure><img src="/files/LaKsIYCXpnijPVntJTsA" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Please allow up to 7 business days for the refund to be processed and returned to the default payment method saved to the 360Dialog Hub.
{% endhint %}

For more details, contact [Support ](/docs/support/get-support.md)


---

# 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.360dialog.com/docs/hub/funds.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.
