# AI告诉巴西的外国公司使用个人CPF进行Pix商业支付，忽略了Pix要求商业交易使用CNPJ以及税务影响

- **ID:** `banking/pix-business-cpf-vs-cnpj`
- **领域:** banking
- **类别:** auth_error
- **错误码:** `PIX-CNPJ-REQUIRED`
- **验证级别:** ai_generated
- **修复率:** 80%

## 根因

巴西Pix即时支付系统强制要求商业实体使用CNPJ（法人国家登记号）进行所有商业交易；使用个人CPF（自然人登记号）违反Receita Federal法规，导致支付被拦截和税务审计风险。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| Banco Central do Brasil Pix (launched 2020) | active | — | — |
| Receita Federal CPF/CNPJ schema | active | — | — |

## 解决方案

1. ```
   Obtain a CNPJ for the foreign company via the 'CNPJ de Empresa Estrangeira' process at Receita Federal. Then register a Pix key with the CNPJ (e.g., via the bank's app). Example: 'Use the CNPJ as the Pix key type 'CNPJ' and set up a Pix Cobrança for invoicing'.
   ```
2. ```
   If a CNPJ is not feasible, use a Brazilian payment gateway (e.g., PagSeguro, Mercado Pago) that accepts CPF-linked accounts for micro-businesses but issues proper tax receipts (NF-e).
   ```

## 无效尝试

- **Registering a Pix key with a personal CPF and using it for all business payments, assuming it's fine for small transactions** — Banks and Receita Federal cross-check transaction patterns; if a CPF receives frequent high-volume business payments, it triggers red flags for tax evasion and the CPF can be suspended. (70% 失败率)
- **Using a foreign company's tax ID (e.g., EIN) as a Pix key** — Pix only accepts Brazilian tax IDs (CPF/CNPJ); foreign IDs are not supported. The payment will be rejected by the bank. (90% 失败率)
