> 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/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/finance/payments-withdrawals-and-balance/canadian-routing-numbers-explained-for-partners.md).

# 面向合作伙伴的加拿大路由号码说明

作为使用加拿大银行系统的合作伙伴，了解路由号码很重要，这样您才能 [通过 EFT 提取您的余额](/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/finance/payments-withdrawals-and-balance/withdraw-funds-to-your-bank-account.md#set-up-your-payment-method-0-1) 来自 impact.com 平台。

#### 什么是路由号码？

加拿大的银行使用 *路由号码* 在处理交易时，用于识别与账户相关联的银行和分行。根据所进行的交易类型，这个号码可以用两种方式格式化。对于 EFT 交易，您的路由号码始终遵循以下格式：

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

* 该号码为 9 位数字
* **0** 是一个标准数字，始终位于其余 8 位数字之前
* <mark style="color:$danger;">**123**</mark> 表示 *银行* 与您的账户相关联
* <mark style="color:$success;">**45678**</mark> 表示 *银行分行* 与您的账户相关联

{% hint style="info" %}
**注意：** 填写以下内容时，请务必使用上述格式： *路由号码* impact.com 的 *银行账户* 设置。请参阅 [作为合作伙伴完成您的银行账户设置](/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/finance/payments-withdrawals-and-balance/withdraw-funds-to-your-bank-account.md#set-up-your-payment-method-0-1) 以获取有关如何设置或修改您的付款方式的更多信息。
{% endhint %}

#### 查找您的路由号码

如果您不知道自己账户的路由号码，有许多在线资源可供查找。以下步骤将向您展示如何使用其中一个网站查找您的路由号码。

1. 前往任何可帮助您查找路由号码的网站。我们将以 wise.com 的 [网页](https://wise.com/ca/bank-codes/transit-number/routing-number#routing-banks) 作为本教程示例（impact.com 与 wise.com 没有任何关联）。
2. 选择 **查找您的路由号码**.
3. 选择您开户的银行。
4. 选择 **查找（您银行的）分行号**.
   * 您将获得一个 *机构号码* 以及一个 *分行号* （也称为 *银行号码* 和 *分行号码*).
5. 请根据上文所示的 9 位数字格式将这些号码组合起来。记得先加上前导 0。

   * 对于所提供截图中的示例，路由号码将是： **0**<mark style="color:$danger;">**010**</mark><mark style="color:$success;">**30800**</mark>

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

{% hint style="info" %}
**注意：** 如果您无法按照上述流程查找您的路由号码，请尝试其他在线资源，或直接咨询您的银行。
{% endhint %}


---

# 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/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/finance/payments-withdrawals-and-balance/canadian-routing-numbers-explained-for-partners.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.
