> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/advocate-program/advocate-rewards/pay-with-cash/page-1.md).

# 为 Advocate 现金奖励设置自动充值

通过自动化账户注资，确保您的倡导者获得无缝且准时的付款。 *倡导者自动注资* 消除了手动补充账户余额的需要，避免因资金不足而导致的付款延迟。

### 开始之前

* **货币要求**：此功能目前支持 **基于 USD 的品牌** 仅限。
* [**财务设置**](https://help.impact.com/brand/what-would-you-like-to-learn-about/platform-features/finance/finance-settings/finance-settings-overview-for-brands)：您必须有一个已连接到您的 impact.com 账户的资金来源（例如，ACH/电汇）。

### 自动注资的工作原理

在运行倡导者计划时，现金奖励可能会迅速耗尽您的账户余额。自动注资使用 **每日余额检查** 和 **10 天预测窗口** 来预测即将到来的支付，并自动将所需资金转入您的账户。

#### 10 天付款缓冲

由于为您的账户注资的 ACH 转账通常需要 5-7 个工作日，10 天的付款缓冲可确保资金在系统尝试支付给您的倡导者之前有足够时间清算到您的账户中。此缓冲可防止“资金不足”错误，并确保顺畅的体验。

### 设置自动注资

要为您的倡导者计划启用自动注资，您需要先完成一次成功的 ACH 存款。要了解有关如何设置自动付款的更多信息，请参阅 [作为品牌设置自动付款](https://help.impact.com/brand/what-would-you-like-to-learn-about/platform-features/finance/add-funds-to-your-funding-account/set-up-automatic-payments-as-a-brand).

系统建议选择每日余额检查和 10 天预测窗口。

1. 选择 **开始使用** 在……下方 *为您的账户充值* 选项卡中，即倡导者清单设置。这将把您重定向到常规设置页面，您可以在那里选择设置自动付款。

<div data-with-frame="true"><figure><img src="/files/86e51cd9187a7880c24aac1a976998236028894f" alt=""><figcaption></figcaption></figure></div>

2. 在第 1 步中，位于 *自动付款* 部分，选择 **设置指南** 按钮，了解有关如何通用设置自动注资功能的更多信息。
3. 在第 2 步中，选择 **应用付款延迟** 按钮，设置推荐的 10 天付款缓冲窗口。

{% hint style="danger" %}
**重要**：第 2 步是倡导者计划的强制步骤。如果您不应用缓冲，账户余额可能会在新资金到达之前降为零。资金不足会导致付款失败，并在您手动添加资金期间给您的倡导者带来延迟。
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/4dbb816b7669af0a4ad7a8ce32a3bf870b50d2b3" alt=""><figcaption></figcaption></figure></div>

### 奖励状态

启用此功能后，您的倡导者将在其奖励仪表板中看到更新后的状态，以管理他们对付款日期的预期。

<table><thead><tr><th width="256.078125">状态</th><th>说明</th></tr></thead><tbody><tr><td>待处理</td><td>奖励已赚取，但仍在等待期内（例如，待处理，直到 <code>[日期]</code>).</td></tr><tr><td>付款处理中</td><td>奖励已获批准，且 10 天缓冲已生效（例如，计划于以下日期清算以付款： <code>[日期]</code>).</td></tr><tr><td>支付已批准</td><td>资金已得到保障，付款已准备好根据用户的支付设置进行发放。</td></tr></tbody></table>

<div data-with-frame="true"><figure><img src="/files/da79cee712e0eb125c20ce71db02db00e9cdb70a" alt=""><figcaption></figcaption></figure></div>


---

# 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://help.impact.com/brand/zh/what-would-you-like-to-learn-about/advocate-program/advocate-rewards/pay-with-cash/page-1.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.
