ToolAssay

LIVE EU VAT number validation against VIES, the European Commission's official s

LIVE EU VAT number validation against VIES, the European Commission's official service — not a format check: the number is verified in the member state's actual register, returning the registered trader name and address where published. Covers all 27 member states plus Northern Ireland (XI). Essential before B2B invoicing with reverse charge.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1251 msmedian answer time
$0.02listed price per call
$0.02price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://agentbit.app/v1/compliance/vat

CategoryCompany and compliance
Provider hostagentbit.app
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 1251 ms

Example input (from the provider)

{
  "body": {
    "vat_number": "RO14399840"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "description": {
      "type": "string"
    },
    "errors": {
      "items": {
        "properties": {
          "code": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "retryable": {
            "type": "boolean"
          },
          "status": {
            "type": "integer"
          }
        },
        "required": [
          "status",
          "code"
        ],
        "type": "object"
      },
      "type": "array"
    },
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "description": "EU VAT Validation input. LIVE EU VAT number validation against VIES, the European Commission's official service \u2014 not a format check: the number is verified in the member state's actual register, returning the registered trader name and address where published. Covers all 27 member states plus Northern Ireland (XI). Essential before B2B invoicing with reverse charge.",
          "properties": {
            "country": {
              "description": "Two-letter member state code if not included in vat_number (EL for Greece, XI for Northern Ireland)",
              "type": "string"
            },
            "vat_number": {
              "description": "VAT number, with or without the country prefix, e.g. RO12345678",
              "type": "string"
            }
          },
          "required": [
            "vat_number"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "headers": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "networks": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    },
    "pricing": {
      "properties": {
        "amount": {
          "type": [
            "number",
            "null"
          ]
        },
        "currency": {
          "type": "string"
        },
        "firstCallFree": {
          "type": "boolean"
        },
        "maxAmount": {
          "type": "number"
        },
        "model": {
          "type": "string"
        },
        "quoteHint": {
          "type": "string"
        },
        "volumeDiscounts": {
          "items": {
            "properties": {
              "minCalls30d": {
                "type": "integer"
              },
              "percent": {
                "type": "number"
              }
            },
            "required": [
              "minCalls30d",
              "percent"
            ],
            "type": "object"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "reliability": {
      "properties": {
        "measuredAt": {
          "type": "string"
        },
        "p50LatencyMs": {
          "type": [
            "integer",
            "null"
          ]
        },
        "p95LatencyMs": {
          "type": [
            "integer",
            "null"
          ]
        },
        "sampleSize": {
          "type": "integer"
        },
        "successRatePercent": {
          "type": "number"
        },
        "windowDays": {
          "type": "integer"
        }
      },
      "required": [
        "successRatePercent",
        "sampleSize",
        "windowDays"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON