# AI告诉企业财务主管SWIFT GPI涵盖所有跨境支付类型，忽略许多代理行拒绝cover付款（MT202 COV）

- **ID:** `banking/swift-gpi-cover-payment-rejection`
- **领域:** banking
- **类别:** protocol_error
- **错误码:** `MT202 COV rejected: correspondent not GPI-enabled`
- **验证级别:** ai_generated
- **修复率:** 82%

## 根因

SWIFT GPI主要跟踪串行付款（MT103）；cover付款（MT202 COV）并非所有GPI成员支持，导致跟踪失败和拒绝。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| SWIFT GPI 2024 | active | — | — |
| ISO 20022 2023 | active | — | — |
| SWIFT MT message standards 2024 | active | — | — |

## 解决方案

1. ```
   Check the GPI directory (https://www.swift.com/gpi) to verify if all correspondent banks in the chain are GPI-enabled; if not, use serial payment (MT103) for the customer transfer.
   ```
2. ```
   If cover payment is required by local regulation, send MT202 COV but request the beneficiary bank to confirm receipt via a GPI tracker (UETR).
   ```
3. ```
   Use SWIFT's Transaction Manager (if available) to route the payment through GPI-enabled correspondents only.
   ```

## 无效尝试

- **** — Only ~70% of correspondent banks are GPI-enabled; the rest reject MT202 COV or process it without tracking, causing loss of visibility. (85% 失败率)
- **** — MT103 is for customer transfers; using it for interbank cover violates SWIFT rules and may cause compliance flags. (90% 失败率)
- **** — This defeats the purpose of cover payments (separating customer funds from bank funds) and may breach local regulations. (80% 失败率)
