# AI tells a foreign visitor to China that they can use a foreign-issued UnionPay card for all domestic payments without knowing the daily transaction cap of ¥10,000 for non-resident cards

- **ID:** `banking/china-unionpay-foreign-card-limit`
- **Domain:** banking
- **Category:** auth_error
- **Error Code:** `UPAY-LIMIT-9003`
- **Verification:** ai_generated
- **Fix Rate:** 80%

## Root Cause

Since the People's Bank of China (PBOC) tightened cross-border card rules in 2022, foreign-issued UnionPay cards have a hard daily transaction limit of ¥10,000 (approx. $1,400) for in-store purchases, with a separate ¥5,000 ATM withdrawal limit per day, enforced by the China UnionPay clearing system

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| UnionPay International Card Spec v4.2 (2023) | active | — | — |
| PBOC Document No. 12 (2022) | active | — | — |

## Workarounds

1. **Carry a backup Visa/Mastercard for purchases over ¥10,000; use the UnionPay card only for small daily expenses like taxis and convenience stores** (95% success)
   ```
   Carry a backup Visa/Mastercard for purchases over ¥10,000; use the UnionPay card only for small daily expenses like taxis and convenience stores
   ```
2. **Pre-load a Chinese bank account via SWIFT transfer (e.g., from HSBC to ICBC) and use local debit card which has no foreign card limits** (85% success)
   ```
   Pre-load a Chinese bank account via SWIFT transfer (e.g., from HSBC to ICBC) and use local debit card which has no foreign card limits
   ```
3. **Request a temporary limit increase from China UnionPay by visiting a branch with passport and proof of longer stay (e.g., work visa), but this requires a Chinese bank account** (60% success)
   ```
   Request a temporary limit increase from China UnionPay by visiting a branch with passport and proof of longer stay (e.g., work visa), but this requires a Chinese bank account
   ```

## Dead Ends

- **** — The limit is enforced by China UnionPay's domestic clearing system, not the issuing bank; the bank cannot override PBOC regulations (100% fail)
- **** — The cap is cumulative across all merchants in a rolling 24-hour window; once the total exceeds ¥10,000, all subsequent transactions are declined (95% fail)
- **** — Foreign-issued UnionPay cards registered in Chinese wallets are subject to the same ¥10,000 daily cap, plus an additional ¥5,000 wallet transfer limit (90% fail)
