# AI告诉外国供应商通过IBAN从土耳其收款，但未提及土耳其银行要求对公司账户进行MERSIS验证

- **ID:** `banking/turkey-mersis-iban-validation`
- **领域:** banking
- **类别:** auth_error
- **错误码:** `BRSA-MERSIS-IBAN-REJECT-001`
- **验证级别:** ai_generated
- **修复率:** 72%

## 根因

根据BDDK（银行监管局）规定，土耳其银行要求所有公司IBAN在MERSIS（中央登记系统）中注册；未注册MERSIS的外国供应商IBAN被标记为未验证，付款被搁置进行人工合规审查，导致5-10个工作日的延迟。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| MERSIS API v2.0 | active | — | — |
| BRSA Compliance Regulation No. 2024/15 | active | — | — |
| Turkish banks: Garanti BBVA, İş Bankası, Yapı Kredi | active | — | — |

## 解决方案

1. ```
   Register the foreign supplier's company in MERSIS through a Turkish legal representative; this requires a tax number (Vergi Kimlik Numarası) and proof of foreign registration, then the IBAN can be associated with the MERSIS record
   ```
2. ```
   Use an intermediary payment service (e.g., TransferWise, Payoneer) that provides a local Turkish IBAN for receiving payments; these IBANs are pre-validated and bypass MERSIS checks
   ```
3. ```
   Request the Turkish payer to use SWIFT MT103 instead of local EFT/IBAN transfer; SWIFT payments are subject to different compliance checks and do not require MERSIS validation
   ```

## 无效尝试

- **** — The MERSIS check is not invoice-specific; the IBAN itself is flagged until it passes validation (90% 失败率)
- **** — Personal IBANs are not subject to MERSIS, but Turkish companies cannot make business payments to personal accounts due to tax compliance (VAT deduction requires corporate-to-corporate transfer) (80% 失败率)
- **** — BRSA regulations are mandatory; banks have no authority to waive MERSIS validation for any corporate account (95% 失败率)
