# Strale KYB Essentials CA

> Strale KYB Essentials CA 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).

Performs Know Your Business (KYB) essential checks on Canadian companies, returning structured compliance and company data with audit trails.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyb-essentials-ca
- 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-kyb-essentials-ca-ed87edf1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uhCTnmpjMDI1Jf6IB3FHA

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-essentials-ca-ed87edf1 -d '<json body>'
```

Example prompt: Can you run a KYB essentials check on the Canadian company 'Shopify Inc.' and tell me if they're properly registered and compliant?

## When to prefer this

Use this endpoint when you need KYB (Know Your Business) compliance data specifically for Canadian companies or corporations, especially during vendor onboarding, partner due diligence, or regulatory compliance workflows requiring structured JSON output with audit trails.

## Known failure modes

- Company name not found in Canadian registry — returns 404 or empty result
- Ambiguous company name matching multiple entities — may return multiple candidates or require corporation number
- Invalid or malformed corporation number — returns validation error
- Upstream Canadian registry unavailable — service timeout or 503
- Payment failure via x402 — request rejected before processing

## How this service works

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

## Output

Structured JSON containing Canadian company registration data, compliance status indicators, and an audit trail — including details such as corporation number, incorporation date, status, and related compliance flags.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "company_name"
 ],
 "properties": {
  "company_name": {
   "type": "string",
   "description": "Canadian company name or corporation number"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-kyb-essentials-ca-ed87edf1/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)
