N

Netzhandwerker Agent Tools · Business EU

by Netzhandwerker Agent Tools

POSTBase

$0.003

per call · USD Coin on Base

Prüft eine europäische Umsatzsteuer-Identifikationsnummer auf Länderpräfix, Länge, Zeichenvorrat und Prüfziffer, soweit das Verfahren je Land festgelegt ist, und fragt anschließend den VIES-Dienst der EU-Kommission ab. Liefert Firmenname ohne Rechtsformzusatz, Rechtsform getrennt und die Anschrift zerlegt, sofern der Mitgliedstaat sie herausgibt. Optional werden das Impressum einer Website und ein erwarteter Firmenname abgeglichen. Auskunft, keine steuerliche Bestätigung.

Endpoint

POST https://tools.halowerk.com/v1/business/eu

1

Calls / 30d

1

Unique payers / 30d

Aug 16

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://tools.halowerk.com/v1/business/eu", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "expected_name": "Amazon EU S.à r.l.",
    "vat_id": "LU20260743"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://tools.halowerk.com/v1/business/eu" \
  -H "Content-Type: application/json" \
  -d '{"expected_name":"Amazon EU S.à r.l.","vat_id":"LU20260743"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "expected_name_match": {
    "comparable": true,
    "compared_with": "AMAZON EU SARL",
    "expected_name": "Amazon EU S.à r.l.",
    "similarity": 1,
    "verdict": "gleich"
  },
  "format": {
    "checksum_supported": true,
    "checksum_valid": true,
    "country_code": "LU",
    "country_prefix": "LU",
    "structure_valid": true
  },
  "format_valid": true,
  "hinweis": "Auskunft aus dem VIES-Dienst der EU-Kommission, keine steuerliche Bestaetigung.",
  "normalized": {
    "address": {
      "city": "LUXEMBOURG",
      "country_code": "LU",
      "house_number": "38",
      "postcode": "1855",
      "street": "AVENUE JOHN F. KENNEDY"
    },
    "company_name": "AMAZON EU",
    "country_code": "LU",
    "legal_form": "SARL",
    "vat_id": "LU20260743"
  },
  "vat_id": "LU20260743",
  "verdict": "bestaetigt",
  "vies": {
    "address": "38, AVENUE JOHN F. KENNEDY\nL-1855  LUXEMBOURG",
    "consulted_on": "2026-08-06T11:39:27.223Z",
    "name": "AMAZON EU SARL",
    "name_disclosure": true,
    "request_id": null,
    "valid": true
  },
  "website_match": {
    "address_match": null,
    "checked": false,
    "discrepancies": [],
    "name_match": null,
    "not_comparable": [],
    "vat_match": null
  }
}

Payment details

Pay to0x2880edfff13100677bf97a3cbdf3bc34771c4e5e
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from Netzhandwerker Agent Tools & similar services