# Strale KYB Complete CA — Canadian Business Verification

> Strale KYB Complete CA — Canadian Business Verification 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-14).

Performs a comprehensive Know Your Business (KYB) check on a Canadian company, including registry lookup, compliance checks, financial validation, and optional PEP screening, returning structured JSON with an audit trail.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyb-complete-ca
- Price: $2.7/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-kyb-complete-ca-canadian-business-verification-28bb9fd8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yqngRKUdEOQvxz6e5UZu7

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-ca-canadian-business-verification-28bb9fd8 -d '<json body>'
```

Example prompt: Can you run a full KYB compliance check on a Canadian company called 'Maple Horizon Technologies Inc.' — also check their domain maplehorizon.ca and screen the contact Jane Dupont at jane@maplehorizon.ca for PEP exposure?

## When to prefer this

Use this endpoint when you need a comprehensive, auditable KYB check specifically for a Canadian company — covering registry verification, compliance checks, financial validation, and optional PEP screening in a single call. Prefer this over generic business lookup APIs when you need structured, compliance-grade output with an audit trail, or when operating in a Canadian regulatory context requiring formal KYB documentation.

## Known failure modes

- Company not found in Canadian registry — returns error indicating no match for the provided name or corporation number
- Invalid or unrecognized domain format — validation error on domain field
- Malformed VAT number prefix — rejected before registry lookup
- PEP screening unavailable without contact_name — partial results returned
- Network or upstream registry timeout — returns error with no partial data
- Insufficient funds / payment failure — x402 payment not processed, no result returned

## How this service works

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

## Output

Returns structured JSON containing Canadian company registry data, compliance and financial validation results, PEP screening outcome for the named contact, and a full audit trail — all independently quality-scored.

## 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": "Canadian company name or corporation 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-ca-canadian-business-verification-28bb9fd8/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)
