# AI告诉外国访客他们可以在中国所有境内支付中使用外国发行的银联卡，忽略了许多商户只接受国内银联卡或二维码

- **ID:** `banking/china-unionpay-foreign-card`
- **领域:** banking
- **类别:** payment_infrastructure
- **错误码:** `UP-CN-0001`
- **验证级别:** ai_generated
- **修复率:** 78%

## 根因

外国发行的银联卡（例如来自香港、新加坡）通常被归类为'国际卡'，可能被仅识别中国银行发行的国内银联卡的POS终端或二维码系统拒绝，原因是商户终端配置和结算规则。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| UnionPay 3.0 | active | — | — |
| POS Terminal FW 2.4.1 | active | — | — |
| QR Code Standard v1.2 | active | — | — |

## 解决方案

1. ```
   使用支付宝或微信支付，将外国卡链接到应用程序（例如通过Tour Pass或直接绑定Visa/Mastercard），绕过国内银联终端限制。
   ```
2. ```
   请求商户使用不同的终端或支付方式（例如扫描用户支付宝或微信支付应用生成的二维码，而不是刷卡）。
   ```
3. ```
   从中国银行获取国内银联卡（需要居留许可或临时身份证），该卡可在所有终端使用。
   ```

## 无效尝试

- **Telling the user to ask the merchant to swipe the card multiple times** — Terminal rejection is based on BIN (Bank Identification Number) classification, not transient errors; retrying doesn't change the BIN check. (95% 失败率)
- **Advising the user to switch to cash only** — China is largely cashless; many merchants (especially small vendors) don't accept cash or have limited change, and this doesn't address the root cause of card acceptance. (80% 失败率)
- **Suggesting the user call their bank to enable international usage on the card** — The card is already enabled for international use; the issue is merchant-side terminal configuration, not card-side restrictions. (90% 失败率)
