> 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/partner-funds-transfer/view-transfer-details.md).

# 查看转账详情

您可以在“转账”页面查看即将进行、逾期和已完成转账的详细信息 *转账* 页面中查看。您还可以筛选符合特定条件的转账。

1. 从顶部导航栏中选择 **您的余额** → [转账](http://app.impact.com/secure/advertiser/finance/fr/partner-funds-transfer.ihtml).
   * 在这里，您可以查看转账信息、筛选特定类型的转账、查看特定转账信息，以及撤销尚未完成的转账。

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

<details>

<summary>筛选参考</summary>

| 筛选   | 描述                                                        |
| ---- | --------------------------------------------------------- |
| 资金账户 | 选择您想查看资金转账的资金账户。                                          |
| 计划月份 | 选择您想查看资金转账的计划月份。默认将为当前月份。选择 **清除** 或 **全部** 以查看所有月份的资金转账。 |
| 合作方  | 选择您想查看资金转账的合作方。选择 **清除** 以查看所有合作方的资金转账。                   |
| 项目   | 选择您想查看资金转账的项目。                                            |
| 类型   | 选择您想查看哪些类型的资金转账，例如 *奖金* 或 *补偿*.                           |
| 用户发起 | 筛选由特定用户创建的资金。                                             |
| 资金状态 | 选择应显示在表格中的资金转账状态，例如 *已转账*。                                |
| 发票状态 | 选择您想查看哪些发票状态（或所有发票状态）。                                    |

</details>

<details>

<summary>转账详情参考</summary>

{% hint style="info" %}
**注意：** 并非所有表格列都可能显示。您可以通过选择 ![](/files/b3355685fa031a932f40558d772dc8f5261f13a2) **\[列]** 来更改您想在报告右上角附近看到的表格列。
{% endhint %}

|         |                                                                                                                    |
| ------- | ------------------------------------------------------------------------------------------------------------------ |
| 转账详情    | 描述                                                                                                                 |
| 转出方     | 查看您哪个品牌账户正在发出此转账。                                                                                                  |
| 转入方     | 查看接收该转账的合作方。                                                                                                       |
| 项目      | 查看您哪个项目正在发出此转账。                                                                                                    |
| 类型      | 查看转账类型。                                                                                                            |
| 用户发起    | 查看创建此转账的用户。                                                                                                        |
| 创建日期    | 查看此转账的创建日期。                                                                                                        |
| 事件日期    | 查看此转账会在哪一天出现在您的报告中。默认情况下不会显示。                                                                                      |
| 计划转账日期  | 查看此转账计划发生的日期。默认情况下不会显示。                                                                                            |
| 转账日期    | 查看此转账发生的日期。                                                                                                        |
| 金额（不含税） | 查看将通过转账发送的金额（不包括应缴税款）。如果金额显示为括号，则表示将支付到您的账户。默认情况下不会显示。                                                             |
| 税       | 查看该转账应缴的税额。默认情况下不会显示。                                                                                              |
| 金额      | 查看转账总金额（前两列之和）。如果金额显示为括号，则表示将支付到您的账户。                                                                              |
| 发票状态    | 查看该转账是否已向付款方开具发票。默认情况下不会显示。                                                                                        |
| 资金状态    | <p>查看交易状态：</p><p>• <code>未到期</code></p><p>• <code>已逾期</code></p><p>• <code>已转账</code></p><p>• <code>已冲销</code></p> |

</details>

#### 查看特定转账的详细信息

您可以查看有关转账的更多信息，例如任何报告详情或转账创建者留下的评论。

1. 在 *转账* 页面上，搜索或筛选特定转账。
2. 将鼠标悬停在该转账所在的表格行上，然后在该行最右侧选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[更多] → 查看**.
   * 在这里，您可以查看用于创建该转账的所有信息。请参阅上方的 *转账详情参考* 部分，以了解有关转账详情的更多信息。


---

# 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/partner-funds-transfer/view-transfer-details.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.
