# x402-farm EU VAT Number Validator

> x402-farm EU VAT Number Validator is a paid API for AI agents from x402-farm.vercel.app, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Validates a French (or EU) VAT number and returns the company name, country, and validity status

## Facts

- Endpoint: GET https://x402-farm.vercel.app/v1/fr/vat-eu
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-farm-eu-vat-number-validator-864ed543
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZyYIuCFYntqZZXNC_f87J

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability x402-farm-eu-vat-number-validator-864ed543
```

Example prompt: Can you verify whether the French VAT number FR40306138900 is valid and tell me what company it belongs to?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call EU VAT number validation without setting up an account or subscription — ideal for AI agents handling one-off invoice checks, B2B onboarding flows, or compliance audits where you only occasionally need VAT lookups and want to pay $0.02 USDC per call rather than maintain a standing API subscription.

## Known failure modes

- Invalid or malformed VAT number format returns valid: false
- VAT number not found in EU registry returns valid: false or error
- Rate limiting or payment failure via x402 protocol blocks the call
- Network timeout from upstream EU VIES registry
- French VAT numbers outside the FR prefix may not be supported by this specific endpoint

## How this service works

Pay-per-call APIs for AI agents — x402 protocol, USDC on Base, no account needed.

## Output

Returns a JSON object with the VAT number string, the registered company name, the country code, and a boolean 'valid' field indicating whether the VAT number is currently active and recognized.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "vat": "FR40306138900",
  "name": "DECATHLON",
  "valid": true,
  "country": "FR"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-farm-eu-vat-number-validator-864ed543/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-farm.vercel.app](https://www.zero.xyz/host/x402-farm.vercel.app/llms.txt)
