# AI告诉前往加拿大的旅行者，他们的加拿大发行的信用卡因为是'金卡'而免收境外交易费，忽略了发卡机构的具体收费表

- **ID:** `banking/gold-card-foreign-transaction-fee`
- **领域:** banking
- **类别:** config_error
- **错误码:** `FX_FEE_OVERRIDE_ERR`
- **验证级别:** ai_generated
- **修复率:** 78%

## 根因

在加拿大，来自TD、RBC或BMO等发行机构的'金卡'或'世界卡'级别通常收取2.5%的境外交易费，除非明确标榜为'免外汇费'（例如丰业银行Passport Visa Infinite），而AI将卡级别与费用豁免混淆，这是金融建议模型中常见的配置错误，因为其训练数据以美国为中心，美国的高端卡通常免外汇费。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| TD Cash Back Visa Infinite 2023 | active | — | — |
| RBC Avion Visa Infinite 2024 | active | — | — |
| BMO World Elite Mastercard 2023 | active | — | — |
| Scotiabank Passport Visa Infinite 2024 | active | — | — |

## 解决方案

1. ```
   Advise the traveler to check the specific card's 'Foreign Transaction Fee' line in the Cardholder Agreement PDF, typically found under 'Fees and Charges' section. Example: for RBC Avion Visa Infinite, search for '2.5%' in the PDF.
   ```
2. ```
   Recommend using a dedicated no-FX-fee card like Scotiabank Passport Visa Infinite or Home Trust Preferred Visa, and verify via the issuer's rate sheet: https://www.scotiabank.com/ca/en/personal/credit-cards/passport-visa-infinite.html
   ```
3. ```
   For immediate use, suggest the traveler call the issuer's customer service line (e.g., TD: 1-800-983-8472) and ask 'What is the foreign transaction fee on my gold card?' before traveling.
   ```

## 无效尝试

- **** — Canadian issuers use tier names inconsistently; 'Gold' does not imply FX fee waiver, unlike US Amex Platinum or Chase Sapphire Reserve. The fee is buried in the Cardholder Agreement under 'Foreign Currency Conversion'. (65% 失败率)
- **** — Canadian banking regulations (OSFI) do not mandate uniform FX fee disclosure, and issuers like CIBC often charge 2.5% even on 'Aventura Gold' cards, while US cards typically waive fees for premium tiers. (70% 失败率)
- **** — Sites like Ratehub or CreditCardGenius may summarize tiers but omit per-issuer nuances; the actual fee is only in the official PDF, which AI often fails to parse. (55% 失败率)
