# Strale KYB Complete (Austria)

> Strale KYB Complete (Austria) 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) verification on an Austrian company, including registry data, compliance checks, VAT validation, and PEP screening with an audit trail.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyb-complete-at
- 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-austria-c054e228
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mGjHPM6EW25V6h5q0L-zf

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-austria-c054e228 -d '<json body>'
```

Example prompt: Run a complete KYB check on the Austrian company 'Muster GmbH' — their domain is mustergmbh.at, VAT number DE811128135, and the contact person is Hans Müller at hans@mustergmbh.at.

## When to prefer this

Use this endpoint when you need a comprehensive, audit-ready KYB report specifically for Austrian-registered companies, combining registry lookup, VAT validation, and PEP screening in a single call with a structured JSON response and audit trail — ideal for onboarding, vendor due diligence, or AML compliance workflows.

## Known failure modes

- Company not found in Austrian registry — returns error with no data
- Invalid or unrecognized VAT number format — returns validation error
- PEP screening inconclusive due to name ambiguity — returns partial result with warning
- Domain does not resolve or match company — returns mismatch flag
- Missing required company_name field — returns 400 bad request
- Payment of 2.7 USDC not fulfilled — returns 402 payment required

## 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 registry data, compliance status, VAT validation outcome, PEP screening result for the named contact, and a full audit trail suitable for regulatory reporting.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "company_name"
 ],
 "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."
  },
  "company_name": {
   "type": "string",
   "description": "Austrian company name or register number"
  },
  "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-austria-c054e228/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)
