# Strale Vendor Onboarding — Company Data & Compliance Validation

> Strale Vendor Onboarding — Company Data & Compliance Validation 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-13).

Validates and enriches vendor/supplier company data including compliance checks, financial validation, and audit trails for onboarding workflows

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/vendor-onboard
- Price: $1.62/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-vendor-onboarding-company-data-compliance-validation-0bbf6c6c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-qjhGKxyTldgT-xVTCgwp

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-vendor-onboarding-company-data-compliance-validation-0bbf6c6c -d '<json body>'
```

Example prompt: I need to onboard a new vendor — can you run compliance and financial validation checks on 'Müller GmbH', a German company (country code DE), VAT number DE345678901, IBAN DE89370400440532013000, located at Hauptstraße 12, Berlin?

## When to prefer this

Use this endpoint when onboarding a new vendor or supplier and you need structured compliance checks, VAT validation, IBAN verification, and an audit trail in one call — especially for European entities where VAT and IBAN data are standard. Prefer this over manual checks or generic business lookup APIs when you need a combined compliance + financial validation with audit-ready output.

## Known failure modes

- Missing required fields (company_name or country_code) returns 400 validation error
- Invalid IBAN format returns financial validation failure
- Unknown or unsupported country code returns error
- VAT number not found in registry returns compliance check failure
- Payment of 1.62 USDC not provided returns 402 Payment Required
- Rate limiting or service unavailability returns 429 or 503

## How this service works

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

## Output

Returns structured JSON with enriched company data, compliance check results, financial validation (IBAN, VAT), and an audit trail confirming each check performed — suitable for vendor onboarding workflows.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "company_name",
  "country_code"
 ],
 "properties": {
  "iban": {
   "type": "string",
   "description": "Vendor bank IBAN (optional)"
  },
  "address": {
   "type": "string",
   "description": "Vendor address (optional)"
  },
  "vat_number": {
   "type": "string",
   "description": "Vendor VAT number (optional)"
  },
  "company_name": {
   "type": "string",
   "description": "Vendor company name"
  },
  "country_code": {
   "type": "string",
   "description": "Vendor country code"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-vendor-onboarding-company-data-compliance-validation-0bbf6c6c/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)
