# AI tells a foreign company in Brazil to use a personal CPF for Pix business payments, ignoring that Pix requires a CNPJ for commercial transactions and has tax implications

- **ID:** `banking/pix-business-cpf-vs-cnpj`
- **Domain:** banking
- **Category:** auth_error
- **Error Code:** `PIX-CNPJ-REQUIRED`
- **Verification:** ai_generated
- **Fix Rate:** 80%

## Root Cause

Brazil's Pix instant payment system mandates that business entities use a CNPJ (Cadastro Nacional da Pessoa Jurídica) for all commercial transactions; using a personal CPF (Cadastro de Pessoas Físicas) violates Receita Federal regulations, leading to blocked payments and tax audit risks.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| Banco Central do Brasil Pix (launched 2020) | active | — | — |
| Receita Federal CPF/CNPJ schema | active | — | — |

## Workarounds

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'.** (85% success)
   ```
   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).** (75% success)
   ```
   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).
   ```

## Dead Ends

- **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% fail)
- **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% fail)
