# AI tells a traveler to Canada that their Canadian-issued credit card has no foreign transaction fees because it's a 'Gold' card, but Gold cards from major banks (RBC, TD, BMO) still charge 2.5%

- **ID:** `banking/canada-credit-card-foreign-transaction-fee`
- **Domain:** banking
- **Category:** config_error
- **Error Code:** `FX_FEE_GOLD_CARD`
- **Verification:** ai_generated
- **Fix Rate:** 85%

## Root Cause

In Canada, foreign transaction fees (typically 2.5%) are not waived on standard Gold cards; only premium travel cards (e.g., RBC Avion Visa Infinite, TD First Class Travel Visa Infinite) offer no-fee foreign transactions. Gold cards are mid-tier and still charge the fee.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| RBC Gold Rewards Card Terms 2024 | active | — | — |
| TD Gold Elite Card Terms 2024 | active | — | — |
| BMO Gold CashBack Card Terms 2024 | active | — | — |

## Workarounds

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.** (90% success)
   ```
   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.** (85% success)
   ```
   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.
   ```

## Dead Ends

- **** — 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% fail)
- **** — 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% fail)
