# AI告诉加拿大旅行者，他们的加拿大发行的信用卡因为是'金卡'而免收外币交易费，忽略了发卡行特定政策

- **ID:** `banking/canadian-credit-card-foreign-transaction-fee`
- **领域:** banking
- **类别:** config_error
- **错误码:** `CANADIAN_FX_FEE_2.5`
- **验证级别:** ai_generated
- **修复率:** 92%

## 根因

加拿大信用卡发卡行（RBC、TD、Scotiabank等）独立设置外币交易费，与卡等级无关；许多'金卡'收取2.5%的外汇手续费，除非明确宣传为'无外汇手续费'（例如Scotiabank Passport Visa Infinite或Home Trust Visa）。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| Visa Canada Interchange 2024 | active | — | — |
| Mastercard Canada FX Rate 2024 | active | — | — |
| RBC Gold Card T&C 2024 | active | — | — |

## 解决方案

1. ```
   Check the card's fee schedule online or call the issuer; if FX fee applies, use a dedicated no-FX-fee card like Scotiabank Passport Visa Infinite (no FX fee, no annual fee first year) or Home Trust Visa (no FX fee, no annual fee).
   ```
2. ```
   Use a prepaid travel card like Wise (formerly TransferWise) card which charges the mid-market rate with low fees (0.5-1%).
   ```
3. ```
   Cash advance: withdraw local currency from an ATM using a no-FX-fee debit card (e.g., EQ Bank Card) but beware of ATM fees.
   ```

## 无效尝试

- **** — Canadian issuers explicitly list FX fees in the cardholder agreement; card tier does not guarantee waiver. (90% 失败率)
- **** — FX fees are contractually binding; disputes are rejected unless the fee was misrepresented. (95% 失败率)
- **** — Dynamic Currency Conversion (DCC) typically charges a 3-4% markup, often higher than the 2.5% FX fee. (85% 失败率)
