MockHero

vat_number

Business

Generate locale-aware VAT identification numbers with correct country prefix. For B2B invoicing, tax compliance, and EU VAT validation testing.

Example Outputs

DE123456789FR12345678901GB123456789

API Usage

Send a POST request to generate vat number data:

curl -X POST https://mockhero.dev/api/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "tables": [
    {
      "name": "example",
      "count": 5,
      "fields": [
        {
          "name": "vat_number",
          "type": "vat_number"
        }
      ]
    }
  ]
}'

Common Use Cases

  • B2B invoice testing
  • Tax compliance testing
  • EU VAT validation
  • Business registration forms

Quick Info

Field Type
vat_number
Category
Business
Parameters
None required
Output Format
JSON, CSV, SQL

Try it now

Generate vat number data instantly in the playground.

Generate VAT Number + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free