# Japan Regulated Entity Verify

> Japan Regulated Entity Verify is a paid API for AI agents from api.jpverify.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Verifies whether a Japanese entity is registered with the FSA across up to three regulated categories: financial instruments business, funds transfer business, and crypto asset exchange business.

## Facts

- Endpoint: POST https://api.jpverify.com/jp-regulated-entity/verify
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/japan-regulated-entity-verify-5f2f76a4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yRFLd20Wsr06ApUvh6fcy

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 japan-regulated-entity-verify-5f2f76a4 -d '<json body>'
```

Example prompt: Can you verify whether 'SBI Remit Co., Ltd.' with corporate number 0100-01-073738 is FSA-registered in Japan — specifically check the funds_transfer_business and financial_instruments_business categories, and give me the result in English?

## When to prefer this

Use this endpoint when you need to programmatically verify whether a specific Japanese entity holds an active FSA license in one or more of the three covered categories (financial instruments, funds transfer, crypto asset exchange). It is ideal for KYB (Know Your Business) workflows, compliance screening, vendor onboarding, and regulatory due diligence involving Japanese financial services companies. Prefer this over a general business registry lookup when FSA regulatory status — not just corporate existence — is the key concern.

## Known failure modes

- Entity not found in FSA registry — returns no-match result
- Invalid corporate number format (must be exactly 13 digits) — returns validation error
- No categories specified or all categories empty — returns error
- Name and corporate number mismatch — may return no-match or partial match
- FSA registry temporarily unavailable — returns service error
- Rate limiting or payment failure via x402 — returns 402 or 429

## Output

Returns a verification result indicating whether the named Japanese entity matches FSA registry records across the requested categories (financial instruments business, funds transfer business, and/or crypto asset exchange business), with per-category match status, registration details, and optionally bilingual output in English, Japanese, or both.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/japan-regulated-entity-verify-5f2f76a4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.jpverify.com](https://www.zero.xyz/host/api.jpverify.com/llms.txt)
