# Strale KYB Complete (Norway)

> Strale KYB Complete (Norway) is a paid API for AI agents from api.strale.io, paid per call via x402, $2.7/call, status unknown (last checked 2026-09-16).

Performs a comprehensive Know Your Business (KYB) check on a Norwegian company, including registry data lookup, VAT validation, and PEP screening of a named contact person.

## Facts

- Endpoint: POST https://api.strale.io/x402/v2/solutions/kyb-complete-no
- Price: $2.7/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-kyb-complete-norway-0c0f82f5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Osqf_DBkbHo6Qt-lAA9w6

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 strale-kyb-complete-norway-0c0f82f5 -d '<json body>'
```

Example prompt: Run a full KYB check on Acme Norway AS — their org number is 987654321, domain is acmenorway.no, and the contact is Ola Nordmann at ola@acmenorway.no.

## When to prefer this

Use this endpoint when you need to onboard or verify a Norwegian business entity and require a combined check covering company registry data, VAT validation, and PEP screening of a key contact in a single auditable call. Prefer this over individual registry or VAT lookup endpoints when a full compliance package with cryptographic audit trail is needed, especially for regulated industries or cross-border B2B onboarding workflows.

## Known failure modes

- Invalid or non-existent Norwegian org number returns a registry lookup failure
- Malformed VAT number format causes validation error
- PEP screening unavailable for contact if name is ambiguous or missing
- Domain not resolvable or not associated with the company returns a mismatch warning
- Network or upstream registry timeout returns a service unavailable error

## How this service works

The trust layer for AI agents — 250+ independently tested data capabilities across 27 countries. Execute capabilities via REST, MCP, A2A, or x402 micropayments. Every call returns an audit record with cryptographic chain hashing.

## Output

Returns a comprehensive KYB report including Norwegian company registry data, VAT number validation status, PEP screening result for the named contact, and a cryptographically hashed audit record for compliance trail purposes.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "description": "Company website domain (e.g., example.com)"
  },
  "org_number": {
   "type": "string",
   "description": "Norwegian org number (9 digits)"
  },
  "vat_number": {
   "type": "string",
   "description": "EU VAT number with country prefix (e.g. DE811128135). Auto-derived from registry data when possible."
  },
  "contact_name": {
   "type": "string",
   "description": "Name of contact person for PEP screening"
  },
  "contact_email": {
   "type": "string",
   "description": "Contact email for validation"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-kyb-complete-norway-0c0f82f5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
