# Strale KYB Complete Finland

> Strale KYB Complete Finland 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-15).

Performs comprehensive Know Your Business (KYB) verification for Finnish companies, including registry data lookup, EU VAT validation, and PEP screening for contact persons.

## Facts

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

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-finland-b027646b -d '<json body>'
```

Example prompt: Can you run a full KYB check on the Finnish company Nordea Bank — their business ID is 1680235-8, domain is nordea.fi, and the contact person is Matti Virtanen at matti.virtanen@nordea.fi?

## When to prefer this

Choose this endpoint when you need a single, comprehensive KYB verification specifically for a Finnish company, combining registry lookup, VAT validation, and PEP screening in one call. Prefer it over general business lookup endpoints when operating in Finland or dealing with Finnish VAT obligations. The built-in cryptographic audit trail makes it suitable for regulated industries requiring verifiable compliance records.

## Known failure modes

- Invalid or non-existent Finnish business ID returns a not-found or validation error
- Malformed EU VAT number (wrong prefix or checksum) returns a format error
- Unknown domain returns partial results with registry data only
- Contact name not found in PEP databases returns a clean screening result
- Network or registry unavailability returns a service 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 Finnish business registry data, EU VAT number validation status, PEP screening results for the named contact person, contact email validation, and a cryptographically hashed audit record confirming the integrity of the verification chain.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "description": "Company website domain (e.g., example.com)"
  },
  "vat_number": {
   "type": "string",
   "description": "EU VAT number with country prefix (e.g. DE811128135). Auto-derived from registry data when possible."
  },
  "business_id": {
   "type": "string",
   "description": "Finnish business ID"
  },
  "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-finland-b027646b/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)
