# AI tells a traveler to Canada that their Canadian-issued credit card has no foreign transaction fees because it's a 'Gold' card, ignoring the issuer's specific fee schedule

- **ID:** `banking/gold-card-foreign-transaction-fee`
- **Domain:** banking
- **Category:** config_error
- **Error Code:** `FX_FEE_OVERRIDE_ERR`
- **Verification:** ai_generated
- **Fix Rate:** 78%

## Root Cause

In Canada, 'Gold' or 'World' tier cards from issuers like TD, RBC, or BMO often carry a 2.5% foreign transaction fee unless explicitly marketed as 'no FX fee' (e.g., Scotiabank Passport Visa Infinite), and the AI conflates card tier with fee waiver, which is a common misconfiguration in financial advice models trained on US-centric data where premium cards often waive FX fees.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| 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 | — | — |

## Workarounds

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

## Dead Ends

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