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

# 30 天净额（PRF）资金策略

该 *30天净额（PRF）* 该资金策略依赖您根据在以下文档中作出的预测，提前为您的账户注资 [付款请求表单](/brand/zh/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 资金提供类型，除非在特殊情况下经申请获批，否则无法使用 30天净额（PRF）。了解有关 [资金提供类型](/brand/zh/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/zh/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/zh/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/zh/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 月 01 日，impact.com 会生成一份付款请求表单，预测您的资金账户在接下来 30 天内用于付款所需的金额，其中将包括 1 月所有待处理动作的付款。您需要在指定截止日期前，向您的资金账户注入该文档预测的金额。
3. 在整个 2 月期间，这些来自 1 月的动作仍处于待处理状态，这让您有时间修改或撤销其中任何一项（例如订单被退回时）。
4. 如果您最终撤销或修改了某些动作，且总付款额低于您已注资的金额（回到第 2 步），那么多余的资金将保留在您的 [资金账户中](/brand/zh/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 月 01 日 00:00（午夜）发放付款。

```mermaid
流程图 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月01日"]
            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 -- Yes --> H
        end

        subgraph LockPay ["🏁 2月末 / 3月01日"]
            I["🔐 动作锁定\n（2月最后一天）"]
            J["💸 将于 00:00 发放付款\n（3月01日）"]
            I --> J
        end

        %% 子图之间的连接
        Jan --> Feb01
        Feb01 --> FebMid
        G -- No --> 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/zh/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.
