check_vat_list_format
The FREE half of check_vat_list: normalise and check up to 20 VAT numbers locally — no register, no network, no account, no cost. Says per row whether the number is empty, malformed for its member state (the published VIES shape per country; the Belgian check digit is verified), a duplicate of an earlier row, or not covered by VIES (GB, CH, NO … are not_covered, never invalid). register is always not_run: a well-formed number is NOT a registered one. Use it to clean a list first, then send the well-formed rows to check_vat_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | The list: 1 to 20 rows per call. A longer list is refused with the limit named — send it in parts of 20. |