# Strale KYB Complete FI — Finnish Business KYB with Compliance Checks

> Strale KYB Complete FI — Finnish Business KYB with Compliance Checks 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 a comprehensive Know Your Business (KYB) check on a Finnish company, including company data retrieval, EU VAT validation, PEP screening, and financial validation with audit trail.

## Facts

- Endpoint: POST https://api.strale.io/x402/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-fi-finnish-business-kyb-with-compliance-checks-c53a303e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ETpM-qKjKj0qAAQxywhY-

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-fi-finnish-business-kyb-with-compliance-checks-c53a303e -d '<json body>'
```

Example prompt: Run a full KYB compliance check on Finnish company with business ID 2345678-9 — include VAT validation for FI23456789, PEP screening for contact Matti Virtanen (matti.virtanen@example.fi), and pull their company data from example.fi.

## When to prefer this

Use this endpoint when you need a comprehensive, audit-ready KYB report specifically for Finnish-registered businesses, combining registry data, VAT validation, and PEP screening in a single call. Prefer it over generic company lookup endpoints when regulatory compliance, AML, or financial onboarding workflows require structured evidence with audit trails.

## Known failure modes

- Invalid or non-existent Finnish business ID returns an error or empty company data
- Malformed EU VAT number (missing country prefix or wrong format) causes VAT validation failure
- PEP screening unavailable if contact_name is missing
- Domain lookup fails if the domain does not match any known company record
- Payment failure or insufficient USDC balance blocks the request
- Rate limiting or upstream registry downtime may cause timeouts

## How this service works

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

## Output

Returns a structured JSON object containing verified company data from Finnish business registries, EU VAT validation result, PEP screening outcome for the named contact, financial validation signals, compliance status summary, and an audit trail suitable for regulatory record-keeping.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "business_id"
 ],
 "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-fi-finnish-business-kyb-with-compliance-checks-c53a303e/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)
