# Strale KYB Complete AU

> Strale KYB Complete AU 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 entity, combining ABR registry data, domain validation, EU VAT lookup, and PEP screening into a single audited result.

## Facts

- Endpoint: POST https://api.strale.io/x402/v2/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-9e619dd6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xwKiMu9s6JHrWdtQjhq3t

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-9e619dd6 -d '<json body>'
```

Example prompt: Run a full KYB check on the Australian company with ABN 51824753556, their website is acmecorp.com.au, contact is Jane Smith at jane@acmecorp.com.au — I need to know if they're legitimately registered and clear on PEP screening before we onboard them.

## When to prefer this

Choose this endpoint when you need a single comprehensive KYB result for an Australian entity that combines ABR registry lookup, PEP screening, domain validation, and optionally EU VAT verification in one audited call. Prefer it over calling individual registry or screening APIs separately when you need a cryptographic audit trail for compliance documentation, or when onboarding Australian vendors, partners, or investors under AML/KYC obligations.

## Known failure modes

- Invalid or unregistered ABN returns an error or empty registry result
- Malformed ABN (not 11 digits) triggers input validation failure
- Domain unreachable or not resolvable may return domain validation failure
- PEP screening may return inconclusive if contact name is ambiguous
- EU VAT number mismatch with country prefix causes VAT lookup failure
- Rate limits or payment issues (x402) result in 402 Payment Required error
- Network timeout on upstream ABR registry returns service unavailable

## How this service works

The trust layer for AI agents — 250+ independently tested data capabilities across 27 countries. Execute capabilities via REST, MCP, A2A, or x402 micropayments. Every call returns an audit record with cryptographic chain hashing.

## Output

Returns a structured JSON object with Australian business registry data from ABR, domain validation status, PEP screening result for the named contact, optional EU VAT validation, and a cryptographic audit record with chain hash for compliance trail.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "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-9e619dd6/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)
