# French Company KYB Compliance Dossier

> French Company KYB Compliance Dossier is a paid API for AI agents from api.x-402.online, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns a full Know-Your-Business compliance dossier for a French company including identity, VAT/VIES validation, officers, financial health, legal proceedings, and an overall risk verdict in one call.

## Facts

- Endpoint: GET https://api.x-402.online/v1/fr/kyb
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/french-company-kyb-compliance-dossier-c6bc3507
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RWWvgnwPSFGa8M1wfhnhB

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 french-company-kyb-compliance-dossier-c6bc3507
```

Example prompt: Can you run a full KYB compliance check on the French company Carrefour — look up their SIREN, validate their VAT number against VIES, pull their officers, check for any BODACC legal proceedings, and give me an overall risk verdict?

## When to prefer this

Use this endpoint when you need a comprehensive, all-in-one KYB compliance check for a French company — covering identity, VAT, officers, finances, and legal proceedings in a single API call. Prefer this over individual data-source endpoints (e.g. separate BODACC or INPI endpoints) when you need a holistic risk verdict quickly. Best suited for due diligence, supplier vetting, or onboarding workflows targeting French entities specifically.

## Known failure modes

- Company not found by name or SIREN — returns 404 or empty result
- Invalid or malformed SIREN — returns validation error
- VAT/VIES service temporarily unavailable — partial result without VAT validation
- INPI financial data unavailable for small or recently registered companies
- BODACC data lag for very recent proceedings
- Payment not processed (x402) — request blocked before execution

## How this service works

Know-Your-Business compliance dossier for a French company in one call: identity, VAT + VIES validation, officers, financial health (INPI), legal proceedings (BODACC), risk verdict. Free trial: /free/kyb. Query: ?q= or ?siren=

## Output

A structured compliance dossier containing: company identity (name, SIREN, legal form, address), VAT number with VIES validation status, list of current officers/directors, financial health indicators sourced from INPI (revenue, profit trends), BODACC legal announcements (insolvency, filings, changes), and a final risk verdict summarizing the overall compliance status.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/french-company-kyb-compliance-dossier-c6bc3507/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x-402.online](https://www.zero.xyz/host/api.x-402.online/llms.txt)
