> 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/reverse-a-transfer.md).

# 冲正转账

只有尚未完成的转账才可以撤销。一旦转账被撤销，系统将处理第二笔交易以完成撤销。

{% hint style="warning" %}
**重要：** 一笔已撤销的交易可能会在两张不同的发票上显示为两笔独立的付款。例如，一笔 100 美元的付款被撤销后，现在会在第二张发票上显示为 -100 美元。
{% endhint %}

1. 从顶部导航栏中选择 **你的余额** → **转账**.
2. 将鼠标悬停在您要撤销的转账对应的表格行上，然后在该行末尾选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[更多]** → **撤销**.
3. 阅读警告信息，然后选择 **确定**.

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

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p><strong>警告：</strong> 一旦转账被撤销，就无法恢复。您必须 <a href="/pages/989c4787aa98b64aa93bffa32e1579fac2590ed0">创建一笔新转账</a> 如果您不小心撤销了一笔转账。</p></div>

   * 请参阅 [转账详情](/brand/zh/what-would-you-like-to-learn-about/platform-features/finance/partner-funds-transfer/view-transfer-details.md) 以了解如何查找您已撤销的交易。


---

# 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/reverse-a-transfer.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.
