# Strale KYB Complete AU — Australian Business Verification

> Strale KYB Complete AU — Australian 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-15).

Performs a comprehensive Know Your Business (KYB) check on an Australian company using its ABN, including company data lookup, compliance checks, financial validation, and optional PEP screening.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyb-complete-au
- 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-au-australian-business-verification-f0c2a05a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7oTmIqlVRxjLp8l1OOJ4d

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-au-australian-business-verification-f0c2a05a -d '<json body>'
```

Example prompt: Can you run a full KYB check on Australian company with ABN 51824753556, their domain is acmecorp.com.au, and the contact is Jane Smith at jane@acmecorp.com.au — I need compliance, financial validation, and PEP screening results with an audit trail.

## When to prefer this

Use this endpoint when you need a comprehensive, audit-trailed KYB check specifically for Australian businesses identified by their ABN. Prefer this over generic company lookup endpoints when compliance documentation, financial validation, and optionally PEP screening of a contact are all required in a single structured call. Best suited for onboarding workflows, supplier due diligence, or regulated financial operations involving Australian entities.

## Known failure modes

- Invalid or malformed ABN (not 11 digits) returns a 400 validation error
- ABN not found in the Australian Business Register returns a not-found error
- Invalid EU VAT number format returns a validation error
- PEP screening unavailable for unnamed or partial contact details
- Payment failure via x402 returns 402 with retry instructions
- Downstream registry unavailability may return 503 or timeout

## 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 verified Australian company data (name, registration status, ABN details), compliance check results, financial validation findings, optional PEP screening outcome for the named contact, and a full audit trail for regulatory record-keeping.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "abn"
 ],
 "properties": {
  "abn": {
   "type": "string",
   "description": "Australian Business Number (11 digits)"
  },
  "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."
  },
  "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-au-australian-business-verification-f0c2a05a/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)
