validate_polish_nip
Verify Polish NIP validity using the official 10-digit checksum algorithm. Accepts dashes/spaces and returns normalized result.
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 | |||