# UK Company KYB Verdict (api.x-402.online)

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

Returns a comprehensive UK company KYB verdict in one call: status, accounts/filing compliance, insolvency history, officers, and beneficial owners.

## Facts

- Endpoint: GET https://api.x-402.online/v1/uk/company-check
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/uk-company-kyb-verdict-api-x-402-online-5eb611d0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VbTGmqYDPbRpKu9i7dLlU

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 uk-company-kyb-verdict-api-x-402-online-5eb611d0
```

Example prompt: Run a full KYB check on Revolut Ltd — I need their company status, whether they're up to date on filings and accounts, any insolvency history, current directors, and beneficial owners. Search by company name.

## When to prefer this

Choose this endpoint when you need a single-call comprehensive KYB verdict for a UK company rather than making multiple separate calls for status, officers, PSCs, and filing compliance. Ideal for onboarding workflows, AML screening, and supplier due diligence where speed and completeness matter. Prefer this over sibling endpoints (individual officer, PSC, or profile lookups) when you want the aggregated verdict in one step.

## Known failure modes

- Company not found by name or number — returns empty or 404-style error
- Ambiguous company name matches multiple entities — may return first match or require company number
- Companies House API unavailable — upstream dependency failure
- Invalid company number format — returns validation error
- Rate limiting or payment failure — 402 payment required not fulfilled

## How this service works

UK company KYB verdict in one call: status, accounts/filing compliance, insolvency history, officers, beneficial owners. Query: ?q= or ?number=

## Output

A single structured KYB verdict including the UK company's active/dissolved status, accounts and filing compliance, insolvency proceedings history, list of current and past officers, and Persons with Significant Control (beneficial owners) — aggregated from Companies House in one response.

## 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/uk-company-kyb-verdict-api-x-402-online-5eb611d0/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)
