validate_pix_key
Validates a Brazilian PIX key format. PIX is Brazil's instant payment system. Use this tool when processing Brazilian payments, validating payment forms, or any fintech application handling Brazilian transfers. Supports all PIX key types: CPF (11 digits), CNPJ (14 digits), email, Brazilian phone number (+55 format), and EVP (random key UUID format). Returns whether the key is valid and the detected key type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The PIX key to validate. Can be a CPF, CNPJ, email, phone number (+5511999999999) or EVP UUID. Example: 'user@email.com' or '+5511999999999' |