Validate Polish Nip
validate_polish_nipValidate Polish NIP tax IDs using the official 10-digit checksum algorithm. Handles dashes/spaces and returns validity status with normalized number.
Instructions
Validate a Polish NIP (tax identification number).
Applies the official 10-digit checksum algorithm. Accepts NIP with or without dashes/spaces.
Returns {'valid': bool, 'nip': str, 'normalized': str}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nip | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||