> 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/ja/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/4aedb77739dccb244d20f347022ba39f77b9db69" alt=""><figcaption></figcaption></figure></div>

2. ステップ1で、 *自動支払い* セクションで、 **設定ガイド** ボタンをクリックすると、自動入金機能の一般的な設定方法について詳しく確認できます。
3. ステップ2では、 **支払い遅延を適用** ボタンを選択して、推奨される10日間の支払いバッファ期間を設定します。

{% hint style="danger" %}
**重要**：ステップ2はアドボケイトプログラムで必須の手順です。バッファを適用しないと、新しい資金が届く前にアカウント残高がゼロになるおそれがあります。資金不足により支払いが失敗したり、手動で資金を追加している間にアドボケイトへの支払いが遅延したりします。
{% endhint %}

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

### 報酬ステータス

この機能を有効にすると、アドボケイトは報酬ダッシュボードで更新されたステータスを確認でき、支払日についての期待値を把握しやすくなります。

<table><thead><tr><th width="256.078125">ステータス</th><th>説明</th></tr></thead><tbody><tr><td>保留中</td><td>報酬は獲得済みですが、待機期間内です（例：〜まで保留中 <code>[Date]</code>).</td></tr><tr><td>支払い処理中</td><td>報酬は承認されており、10日間のバッファが有効です（例：〜に支払いのために消込予定 <code>[Date]</code>).</td></tr><tr><td>支払い承認済み</td><td>資金は確保されており、ユーザーの支払い設定に基づいて支払いを実行できる状態です。</td></tr></tbody></table>

<div data-with-frame="true"><figure><img src="/files/003c2f3f89b6378418dc0c7b68207ee874f6c175" 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/ja/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.
