> 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/creator-program/creator-campaigns-for-brands/manage-creator-campaign-payments.md).

# 管理创作者活动付款

您可以概览预算拆分，并查看每位创作者的任何已安排、未结和已支付金额的详情。

{% hint style="success" %}
**注意：** 作为活动一部分支付的任何绩效款项不会列在付款页面。
{% endhint %}

#### 查找活动付款

1. 从左侧导航栏中选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage]** → **活动管理器 →** [**创作者**](https://app.impact.com/secure/advertiser/engage/campaigns/influencer-campaign-manager-flow.ihtml).
2. 在 *活动管理器* 屏幕上，选择 **活跃** 标签页以查看您当前所有正在进行的活动。
3. 将鼠标悬停在您要管理的活动上，然后选择 **管理活动**.
4. 在您所选活动的页面上，选择 **付款**.
5. 查看活动预算，以了解您的付款情况。
   * **总支出**：预算中已花费、剩余以及已使用百分比的总金额。预算包括已聘用但尚未付款的创作者。
   * **未支付：** 应付给创作者的未结总金额，以及尚未获得付款的创作者人数。
   * **处理中：** 当前正在付款流程中但尚未结算到合作伙伴账户的总金额，以及其付款处于此阶段的合作伙伴数量。
   * **已支付：** 已处理并支付给创作者的总金额，以及已付款的创作者人数。
6. 查看付款表以了解每位创作者的报酬明细。
   * 可选地，使用搜索栏按创作者姓名筛选，或选择 **创作者** 从您的创作者列表中进行选择。

<details>

<summary>付款表参考</summary>

| 列名     | 说明                                               |
| ------ | ------------------------------------------------ |
| 名称     | 创作者的姓名。                                          |
| 任务完成情况 | 创作者已完成的任务数，占分配给其的任务总数。                           |
| 报酬     | 在工作说明书中约定的报酬。                                    |
| 未支付    | 未结余额 **（报酬 - 已支付 = 未支付）**.                       |
| 处理中    | 当前正在付款流程中但尚未结算到创作者账户的总金额。付款申请的处理时间取决于您合同中定义的锁定期。 |
| 已支付    | 已支付给创作者的总金额。                                     |

</details>

#### 向已聘用的创作者付款

向创作者付款需要已签署的合同。

1. 在付款表中，将鼠标悬停在您要付款的创作者上。
2. 选择 **向创作者付款**.
3. 在滑出面板中输入要支付给创作者的金额。
   * 您可以查看由活动模板条款中的结算时间表确定的付款日期。
   * 如果您已经向创作者全额付款，您可以输入金额作为额外报酬。

{% hint style="success" %}
**注意：** 如果您想在创作者的计划付款日期之前付款，则需要调整 *操作锁定和支付安排* 模板条款的设置。更多信息请参见 [设置操作锁定和付款安排周期](/brand/zh/what-would-you-like-to-learn-about/getting-started/set-action-locking-and-payment-scheduling-periods.md).
{% endhint %}

4. 可选地，从 **任务** ![](/files/9ee7bd3c79aae4d0667377d18611647c3469f8d1) **\[下拉菜单]** 中选择一个任务，将已批准的交付成果关联到该付款。
   * 您只能选择您已批准的交付成果。
   * 您也可以为同一任务多次付款。例如，您今天可以为某条 Instagram 故事向创作者支付 50 美元，下周还可以就同一条 Instagram 故事再支付 50 美元。
   * 将任务关联到付款后，您可以访问帖子级报告，从而查看在活动中为不同类型内容支付了多少费用。您可以在 [内容与活动概览报告](/brand/zh/what-would-you-like-to-learn-about/creator-program/creator-reports/content-and-campaign-overview-report.md).
5. 可选地，选择 **付款历史记录** ![](/files/9ee7bd3c79aae4d0667377d18611647c3469f8d1) **\[下拉菜单]** 中查看此前向该创作者支付的款项。
6. 选择 **支付 <金额>**.
   * 如果您输入的金额高于约定金额，将会出现确认弹窗。请选择 **是的，我确定** 以确认付款。

{% hint style="warning" %}
**警告**：选择 *支付* 仅确认付款。它将按照与您的项目关联的事件类型付款计划进行结算。
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/39759d7910d5dd403704e12f17ea7172fb3d79e1" alt="" width="188"><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/creator-program/creator-campaigns-for-brands/manage-creator-campaign-payments.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.
