br__validate_cpf
Validate a Brazilian CPF number, ensuring correct formatting and check digits for individual taxpayer identification.
Instructions
Validate a Brazilian CPF (individual taxpayer ID).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cpf | Yes | CPF string, with or without ``.``/``-`` separators. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| valid | Yes | ||
| value | No | ||
| country_code | No | ||
| error | No |