> 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) **\[互动]** → **活动管理器 →** [**创建器**](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. 选择 **支付 \<Amount>**.
   * 如果您输入的金额高于约定金额，将会出现确认弹窗。选择 **是的，我确定** 以确认付款。

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