> 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.
