# Strale KYC Finland — Finnish Business Registry Lookup

> Strale KYC Finland — Finnish Business Registry Lookup 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-15).

Looks up Finnish company data and performs compliance/KYC checks using the Finnish business ID (Y-tunnus)

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyc-finland
- Price: $1.62/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-kyc-finland-finnish-business-registry-lookup-8f1a7644
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sBxZDf2-A8kSedG6q1OPA

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-kyc-finland-finnish-business-registry-lookup-8f1a7644 -d '<json body>'
```

Example prompt: Can you run a KYC compliance check on the Finnish company with business ID 1234567-8 and tell me if they're properly registered and in good standing?

## When to prefer this

Use this endpoint when you need to perform KYC or due diligence on a Finnish company using its official Y-tunnus (Finnish business ID). Prefer this over generic company lookup services when audit trails and compliance-grade structured output are required for Finnish counterparties specifically.

## Known failure modes

- Invalid or malformed Y-tunnus format returns a validation error
- Business ID not found in Finnish registry returns a not-found error
- Registry service unavailable returns a timeout or upstream error
- Expired or dissolved company may return inactive status rather than an error

## How this service works

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

## Output

Structured JSON containing Finnish company registration details, compliance status, KYC validation outcome, and an audit trail — all sourced from the Finnish business registry (Y-tunnus lookup).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "business_id"
 ],
 "properties": {
  "business_id": {
   "type": "string",
   "description": "Finnish business ID (Y-tunnus)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-kyc-finland-finnish-business-registry-lookup-8f1a7644/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)
