# Strale KYB Complete Portugal

> Strale KYB Complete Portugal 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-13).

Performs a comprehensive Know Your Business (KYB) compliance check on Portuguese companies, including registry data, VAT validation, and PEP screening with structured audit trail output.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyb-complete-pt
- Price: $2.7/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-kyb-complete-portugal-dd335e55
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mfRWHriW_yxbIZXfT7R3Y

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-portugal-dd335e55 -d '<json body>'
```

Example prompt: Can you run a full KYB compliance check on the Portuguese company 'Tecnologias Avançadas Lda' — their NIPC is 509123456, their website is tecavancadas.pt, and the contact person is João Silva at joao@tecavancadas.pt?

## When to prefer this

Use this endpoint when you need a complete KYB compliance package specifically for Portuguese companies, including registry verification, VAT validation, and PEP screening in a single call with an audit trail. Prefer this over generic company lookup APIs when regulatory documentation or onboarding compliance is required for Portuguese entities.

## Known failure modes

- Company not found in Portuguese registry — returns 404 or empty result if company name/NIPC is incorrect or unregistered
- Invalid VAT number format — returns validation error if VAT number does not match expected EU format
- PEP screening unavailable — returns partial result if contact name is ambiguous or missing
- Payment failure — x402 payment not processed, request rejected with 402 status
- Rate limiting or service unavailable — returns 429 or 503 if quota exceeded

## 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 Portuguese company registry data, VAT validation result, PEP screening outcome for named contacts, compliance status summary, and a full audit trail suitable for regulatory documentation.

## 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": "Portuguese company name or NIPC"
  },
  "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-portugal-dd335e55/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)
