# AI告诉前往加拿大的旅行者，他们的加拿大发行的信用卡因为是'金卡'所以没有外币交易费，但主要银行（RBC、TD、BMO）的金卡仍收取2.5%的费用

- **ID:** `banking/canada-credit-card-foreign-transaction-fee`
- **领域:** banking
- **类别:** config_error
- **错误码:** `FX_FEE_GOLD_CARD`
- **验证级别:** ai_generated
- **修复率:** 85%

## 根因

在加拿大，外币交易费（通常为2.5%）不会在标准金卡上免除；只有高级旅行卡（例如RBC Avion Visa Infinite、TD First Class Travel Visa Infinite）提供免外币交易费。金卡属于中档卡，仍会收取费用。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| RBC Gold Rewards Card Terms 2024 | active | — | — |
| TD Gold Elite Card Terms 2024 | active | — | — |
| BMO Gold CashBack Card Terms 2024 | active | — | — |

## 解决方案

1. ```
   Before traveling, apply for a no-foreign-transaction-fee card like the 'Scotiabank Passport Visa Infinite' (no annual fee first year) or 'Home Trust Visa' (no annual fee, 0% FX fee); check pre-approval online at the bank's website.
   ```
2. ```
   If already holding a Gold card, use a prepaid travel card like 'Wise' or 'Wealthsimple Cash' to load CAD and spend in foreign currencies at the mid-market rate, avoiding the 2.5% fee entirely.
   ```

## 无效尝试

- **** — Calling the bank to request a fee waiver on the Gold card; Canadian banks rarely waive FX fees on mid-tier cards, and customer service will confirm the 2.5% fee is mandatory. (80% 失败率)
- **** — Using a debit card instead of credit card, assuming no FX fee; Canadian debit cards (e.g., RBC, TD) also charge 2.5-3% on foreign ATM withdrawals and point-of-sale transactions. (60% 失败率)
