# Strale KYB Complete (Norwegian) — No-Contact Screening

> Strale KYB Complete (Norwegian) — No-Contact Screening 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-13).

Performs a comprehensive Know Your Business check on a Norwegian company by org number, including registry data, compliance checks, VAT validation, and optional PEP screening of a contact person.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyb-complete-no
- Price: $2.7/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-kyb-complete-norwegian-no-contact-screening-b4d3666d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UTX33Ii5LrUT56sFiaAVE

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-norwegian-no-contact-screening-b4d3666d -d '<json body>'
```

Example prompt: Run a full KYB check on Norwegian company org number 912345678 — their domain is acmeno.no, the contact person is Lars Andersen at lars@acmeno.no, and their VAT number is NO912345678MVA.

## When to prefer this

Use this endpoint when you need a comprehensive, audit-ready KYB report on a Norwegian company identified by its 9-digit org number, especially when onboarding vendors or business partners and compliance documentation with audit trails is required. Prefer this over simpler registry lookups when you also need VAT validation and optional PEP screening of a named contact in a single call.

## Known failure modes

- Invalid or non-existent Norwegian org number returns 404 or validation error
- Malformed VAT number causes VAT validation to fail with descriptive error
- PEP screening unavailable if contact name not provided
- Rate limiting or payment failure returns 402 or 429
- Registry temporarily unavailable returns 503

## How this service works

Company data, compliance checks, financial validation. Structured JSON with audit trails. Every capability independently quality-scored.

## Output

Structured JSON containing Norwegian company registry data, compliance check results, VAT validation status, optional PEP screening outcome for the named contact, and a complete audit trail suitable for compliance records.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "org_number"
 ],
 "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-norwegian-no-contact-screening-b4d3666d/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)
