{
  "x402Version": 2,
  "id": 8364,
  "slug": "8364",
  "resource": "https://agent-api-testnet.tim1712.workers.dev/v1/business/eu-vat-check",
  "description": "Use when an agent needs the current official VIES validation status of an EU VAT number before B2B onboarding, invoicing or procurement. Queries the European Commission VIES REST API and returns whether the number is currently valid, plus the registered company name and address when the member state returns them. It does not give tax advice and is not proof a company is legitimate, an invoice is compliant, or a sanctions/KYC/AML check.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:84532",
      "payTo": "0x5229384BD502D85aa7EcA0A31B515E5E48d3910F",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "countryCode": "NL",
            "vatNumber": "123456789B01"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "address": "EXAMPLESTRAAT 1\n1234 AB AMSTERDAM",
            "checkedAt": "2026-08-30T10:00:02.000Z",
            "countryCode": "NL",
            "name": "EXAMPLE HOLDING B.V.",
            "requestDate": "2026-08-30T00:00:00.000Z",
            "source": "eu-vies",
            "valid": true,
            "vatNumber": "123456789B01",
            "warnings": []
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "countryCode": {
                    "enum": [
                      "AT",
                      "BE",
                      "BG",
                      "CY",
                      "CZ",
                      "DE",
                      "DK",
                      "EE",
                      "EL",
                      "ES",
                      "FI",
                      "FR",
                      "HR",
                      "HU",
                      "IE",
                      "IT",
                      "LT",
                      "LU",
                      "LV",
                      "MT",
                      "NL",
                      "PL",
                      "PT",
                      "RO",
                      "SE",
                      "SI",
                      "SK",
                      "XI"
                    ],
                    "type": "string"
                  },
                  "vatNumber": {
                    "maxLength": 24,
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "countryCode",
                  "vatNumber"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "additionalProperties": false,
                "properties": {
                  "address": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "checkedAt": {
                    "type": "string"
                  },
                  "countryCode": {
                    "type": "string"
                  },
                  "name": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "requestDate": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "source": {
                    "const": "eu-vies",
                    "type": "string"
                  },
                  "valid": {
                    "type": "boolean"
                  },
                  "vatNumber": {
                    "type": "string"
                  },
                  "warnings": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  }
                },
                "required": [
                  "countryCode",
                  "vatNumber",
                  "valid",
                  "name",
                  "address",
                  "requestDate",
                  "source",
                  "warnings",
                  "checkedAt"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "agent-api-testnet.tim1712.workers.dev",
  "lastUpdated": "2026-08-30T15:48:16.402Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-30T15:48:16.195Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "agent-api-testnet.tim1712.workers.dev",
    "manifest_name": "agent-api-testnet.tim1712.workers.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}