# Strale KYB Essentials Norway

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

Look up essential Know Your Business (KYB) data for a Norwegian company using its 9-digit organisation number

## Facts

- Endpoint: POST https://api.strale.io/x402/v2/solutions/kyb-essentials-no
- Price: $1.62/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-essentials-norway-76aebac5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xv1HtM7qPXYwfJa9Q9A3j

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-essentials-norway-76aebac5 -d '<json body>'
```

Example prompt: Can you pull the KYB essentials for Norwegian company with org number 914778271 — I need to verify they're a legitimate registered business before we onboard them as a supplier.

## When to prefer this

Choose this endpoint when you need fast, structured KYB data specifically for Norwegian companies identified by their 9-digit organisation number. It is ideal for automated onboarding flows, compliance checks, and supplier verification pipelines where a lightweight, per-call cost model ($1.62 USDC) is preferable to a subscription, and where a cryptographic audit trail is required for regulatory purposes. Use alternatives for other countries' company registries (Strale offers separate endpoints for e.g. Austria).

## Known failure modes

- Invalid or malformed org number (not 9 digits) — returns validation error
- Company not found in Norwegian register — returns not-found response
- Org number exists but company has been dissolved — returns record with inactive status
- Network or upstream registry timeout — returns 5xx error
- Insufficient USDC balance for x402 micropayment — payment fails before call is made

## 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 essential KYB data for the Norwegian company including registered name, company type, registration status (active/inactive), registered address, incorporation date, and industry/activity codes drawn from the Norwegian Business Register (Brønnøysund). Each call also returns a cryptographic audit record with chain hashing for compliance traceability.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "org_number": {
   "type": "string",
   "description": "Norwegian org number (9 digits)"
  },
  "vat_number": {
   "type": "string",
   "description": "EU VAT number with country prefix (e.g. ATU14189108). Optional — used for VIES validation when the registry lookup does not return one (e.g. AT, SK); auto-derived from registry data where possible."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-kyb-essentials-norway-76aebac5/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)
