# Strale Customer Risk Screen

> Strale Customer Risk Screen is a paid API for AI agents from api.strale.io, paid per call via x402, $1.08/call, status unknown (last checked 2026-09-15).

Screens a person or company name against risk databases across 27 countries, returning a risk assessment with a cryptographic audit record.

## Facts

- Endpoint: POST https://api.strale.io/x402/v2/solutions/customer-risk-screen
- Price: $1.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-customer-risk-screen-1c953265
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DUtqKvpp4rwSLQiiAjOvC

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-customer-risk-screen-1c953265 -d '<json body>'
```

Example prompt: Can you run a customer risk screen on 'Acme Trading GmbH' — they're based in Germany and I need to know if they show up on any watchlists or sanctions lists before we onboard them?

## When to prefer this

Choose this endpoint when you need a fast, auditable customer or vendor risk screen with cryptographic proof of the check, especially when operating across multiple countries and needing a compliance-grade record. Prefer it over generic web searches or unaudited lookups when regulatory traceability matters — e.g. AML, KYC, or sanctions compliance workflows.

## Known failure modes

- Name not provided — required field missing returns validation error
- Unknown country code returns an error or falls back to global screening
- Ambiguous or very common names may return multiple partial matches requiring manual review
- Service unavailable or timeout if upstream data sources are unreachable
- Payment failure via x402 results in 402 response with no screening result

## 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 risk assessment for the screened entity, including match results against watchlists, sanctions lists, and risk databases across 27 countries, along with a cryptographic audit record with chain hashing for compliance traceability.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "name": {
   "type": "string",
   "description": "Person or company name to screen"
  },
  "birth_date": {
   "type": "string",
   "description": "Date of birth for person screening (optional)"
  },
  "country_code": {
   "type": "string",
   "description": "Country code (optional)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-customer-risk-screen-1c953265/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)
