> 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/platform-features/finance/add-funds-to-your-funding-account/net-30-prf-funding-strategy.md).

# Net 30（PRF）資金戦略

その *Net 30（PRF）* 資金調達戦略では、で作成された予測に従って口座へ事前入金する必要があります [支払依頼書](/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/add-funds-to-your-funding-account/generate-a-payment-request-form.md) （PRF）。この文書はアクションがロックされる前に生成されるため、アクションの変更／取り消し方針が積極的な場合、実際の支払額を完全には反映しないことがあります。

{% hint style="success" %}
**注：** この戦略は、PreFunder with Automatic Payments のファンダータイプを持つアカウントでのみ利用できます。新しいブランドアカウントは既定で PreFunder with Automatic Payments のファンダータイプになっており、特別な事情がある場合に申請が承認されない限り、Net 30（PRF）にはアクセスできません。について詳しく見る [ファンダータイプ](/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/add-funds-to-your-funding-account/funder-types-for-brands-explained.md).
{% endhint %}

## 主な特長

* アクションのロック期間が30日未満の場合に最適
* アクションがロックされる前にアカウントへ資金を入れるのに最適
* パートナーに対して積極的にボーナスや金銭的インセンティブを提供できる
* 確定済みの請求ベースの金銭債務ではなく、コスト予測に依存する

## 必要な財務書類と設定

* [支払依頼書](/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/add-funds-to-your-funding-account/generate-a-payment-request-form.md) （PRF）
* [PRF文書の設定](/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/add-funds-to-your-funding-account/manage-funding-account-document-settings-as-a-brand.md)
* [パートナー請求書](/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/finance-documents/partner-payments-invoices-explained-for-brands.md)

## 実際の戦略

次の *スケジュール* テンプレート期間のデータを例に見てみましょう：

* **アクションのロック：** アクションはロックされます **1** か月と **0** 日 **その月の末日から** 追跡されます。
* **支払スケジュール：** アクションは支払われます **0** 日 **その日の終わりの後に** ロックされます。

では、実際にはどのように見えるのでしょうか？

1. パートナーが1月にアクションを発生させるとします。月末時点では、1月に発生したすべてのアクションは保留状態のままです。
2. 2月1日に、impact.com は今後30日間の支払いに必要な資金口座の金額を予測した支払依頼書を生成します。これには、1月の保留中のすべてのアクションの支払いが含まれます。指定された期日までに、この文書で予測された金額を資金口座に入金します。
3. 2月の間、1月のそれらのアクションは保留のままであり、その間にそれらを変更または取り消す時間があります（注文が返品された場合など）。
4. もしアクションを取り消したり変更したりして、合計支払額がすでに入金済みの金額（手順2で）を下回った場合、余剰資金は [資金口座](/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/add-funds-to-your-funding-account/your-funding-account-overview-explained.md).
5. 2月最終日には、1月のそれらのアクションがロックされ、3月1日 00:00（深夜）に支払われます。

```mermaid
flowchart LR
    %% ベーステーマ設定
    %%{init: {'theme': 'base', 'themeVariables': { 'clusterBkg': '#f9f9fb', 'clusterBorder': '#d0d0d5'} }}%%

    subgraph Title ["例のタイムライン"]
        direction LR
        
        subgraph Jan ["📅 1月"]
            A["🤝 パートナーがアクションを発生させる"]
            B["⏳ アクションは保留のまま\n（1月末）"]
            A --> B
        end

        subgraph Feb01 ["🗓️ 2月1日"]
            C["📄 impact.com が\n支払依頼書を生成\n（30日予測）"]
            D["💳 アカウントへ入金\n（指定の期日までに）"]
            C --> D
        end

        subgraph FebMid ["⏳ 2月の間ずっと"]
            E["🔒 アクションは保留のまま"]
            F["🔄 アクションを変更または取り消す\n（例：返品に対応 📦）"]
            G{"📉 取り消しで合計が\n入金済み金額を下回る？"}
            H["💰 余剰資金は\n資金口座に残る"]
            E --> F
            F --> G
            G -- はい --> H
        end

        subgraph LockPay ["🏁 2月末 / 3月1日"]
            I["🔐 アクションがロックされる\n（2月最終日）"]
            J["💸 支払いは00:00に実施\n（3月1日）"]
            I --> J
        end

        %% サブグラフ間の接続
        Jan --> Feb01
        Feb01 --> FebMid
        G -- いいえ --> LockPay
        H --> LockPay
    end

    %% 内部ブロックの塗りつぶしとスタイル
    style Title fill:#ffffff,stroke:#333333,stroke-width:2px
    style A fill:#f0f4f8,stroke:#333333,stroke-width:1px
    style B fill:#f0f4f8,stroke:#333333,stroke-width:1px
    style C fill:#f0f4f8,stroke:#333333,stroke-width:1px
    style D fill:#f0f4f8,stroke:#333333,stroke-width:1px
    style E fill:#f0f4f8,stroke:#333333,stroke-width:1px
    style F fill:#f0f4f8,stroke:#333333,stroke-width:1px
    style G fill:#f0f4f8,stroke:#333333,stroke-width:1px
    style H fill:#f0f4f8,stroke:#333333,stroke-width:1px
    style I fill:#f0f4f8,stroke:#333333,stroke-width:1px
    style J fill:#f0f4f8,stroke:#333333,stroke-width:1px
```

## **資金調達戦略を変更したいですか？**

CSMに連絡してください（または [サポートに連絡](https://app.impact.com/support/portal.ihtml?createTicket=true\&accountType=ADVERTISER)）して、impact.com と資金調達戦略の変更について相談してください。これにより、パートナーとの有効な契約に影響が及ぶ可能性があり、テンプレート条件の更新が必要になる場合があります。希望する資金調達戦略に関連するすべての財務情報が最新であることを確認するため、サポート担当者と連携してください。


---

# 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/platform-features/finance/add-funds-to-your-funding-account/net-30-prf-funding-strategy.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.
