validate_polish_nip
Validate a Polish NIP (tax identification number) using the official 10-digit checksum algorithm. Accepts NIP with or without dashes or spaces.
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 | |||