# VeraData KYB Complete Peru

> VeraData KYB Complete Peru is a paid API for AI agents from api.veradata.dev, paid per call via x402, $0.15/call, status down (last checked 2026-09-15).

Returns verified Know Your Business (KYB) data for a Peruvian entity, including structured company and compliance information, via x402 micropayment

## Facts

- Endpoint: POST https://api.veradata.dev/solutions/kyb-complete-pe
- Price: $0.15/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/veradata-kyb-complete-peru-d398a312
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ahyadXxMHMWLMeT2R59Hk

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 veradata-kyb-complete-peru-d398a312 -d '<json body>'
```

Example prompt: Can you run a full KYB check on a Peruvian company with RUC 20100070970 — I need verified business registration and compliance data before we onboard them as a vendor.

## When to prefer this

Use this endpoint when you need verified, structured KYB data specifically for a Peruvian company and want a per-call micropayment model (x402/USDC) without a subscription. Prefer this over generic business lookup APIs when you need LATAM-specific data coverage and a tamper-evident audit hash for compliance recordkeeping.

## Known failure modes

- Company not found in Peruvian registry — returns empty or null result
- Invalid or malformed RUC number — returns validation error
- Payment not received or x402 micropayment failed — request rejected
- Rate limit or quota exceeded — returns 429 or equivalent error
- Upstream LATAM data source unavailable — returns 503 or timeout

## How this service works

Verified Latin American Data for Autonomous AI Agents — x402 micropayments

## Output

A JSON object containing structured, verified business data for the queried Peruvian entity, along with a SHA-256 audit hash for provenance verification. Includes company registration details, compliance signals, and other KYB-relevant fields sourced from Latin American data repositories.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "method": {
     "type": "string"
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": "structured LATAM data",
  "audit_hash": "sha256:..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/veradata-kyb-complete-peru-d398a312/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.veradata.dev](https://www.zero.xyz/host/api.veradata.dev/llms.txt)
