> 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/does-impactcom-issue-bank-charge-refunds.md).

# impact.com 会发放银行手续费退款吗？

通常，impact.com 不会就您在向账户注资时产生的银行手续费向您退款。如果您正在从位于新加坡的美元银行账户进行美元存款，请注意以下几点，以防止产生不必要的银行手续费。

#### 可能会产生银行手续费的原因

<details>

<summary>付款方选择错误</summary>

特别是当您从新加坡的美元账户电汇美元存款时，系统会提示您从 3 个选项中选择 1 个，以表明由谁承担银行手续费：

* OUR
* SHA
* BEN

您应始终选择“US（**OUR**）”。如果您选择“Shared（*SHA*）”或“They（*BEN*）”，impact.com 无法退还您已产生的银行手续费。

</details>

<details>

<summary>中间行手续费</summary>

在某些情况下，从新加坡存款的品牌会因收取中间行手续费而被重复收费。使用正确的 SWIFT 代码可以避免这些费用。

{% hint style="warning" %}
**重要：** 为避免被收取中间行手续费，请使用 [SWIFT 代码](/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/finance/finance-documents/mt103-explained.md) **HSBCSGSG** 在您进行存款时。
{% endhint %}

</details>

<details>

<summary>impact.com 账户错误</summary>

从非新加坡账户进行存款的品牌在某些情况下也可能会被收取中间行手续费。当您存入的 impact.com 银行账户所使用的货币与您自己的货币不同时，就会发生这种情况。

通过将存款转入 impact.com 的本地账户之一，也就是位于您所在地区的 impact.com 账户，可以避免这些费用。

</details>

<details>

<summary>其他原因</summary>

如果问题与上述任一原因都无关，我们的财务团队将很乐意与您一起解决该问题。我们需要您提供以下信息：

* 汇款所使用的银行账户货币（例如：USD、SGD 等）
* 您的银行名称和所在地
* 您合同的币种
* 收款的 impact.com 账户货币（例如：USD、SGD 等）
* 银行手续费的大致金额
* 此付款使用了多少家中间行，以及这些银行分别是哪几家（您需要向您的银行获取此信息）

一旦您获得上述信息， [联系支持](https://app.impact.com/support/portal.ihtml?) 以便我们进行调查并与您合作解决该问题。

</details>


---

# 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/does-impactcom-issue-bank-charge-refunds.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.
