> 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/68a24e11d342b9e43ce1c95ec070f7c75aa9d5b6) **\[列]** 报告右上角附近的选项，来更改要查看的表格列。
{% 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.
