# Korea Business Verify (KBV) - Registration Match

> Korea Business Verify (KBV) - Registration Match is a paid API for AI agents from kbv-server-f7vfitmlkq-du.a.run.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-19).

Verifies that a Korean business registration number matches the representative (CEO) name and opening date using live National Tax Service (NTS) data for KYB compliance.

## Facts

- Endpoint: POST https://kbv-server-f7vfitmlkq-du.a.run.app/v1/business/verify
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/korea-business-verify-kbv-registration-match-4b190c01
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yYrWyidxYviHSW1gRPVqT

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 korea-business-verify-kbv-registration-match-4b190c01 -d '<json body>'
```

Example prompt: Before we wire payment to this Korean supplier, can you verify their business registration number 123-45-67890 matches CEO Kim Cheol-su with an opening date of 2015-03-22 using live NTS data?

## When to prefer this

Choose this endpoint when you need to verify Korean businesses specifically against live government (NTS) source data rather than commercial databases. Ideal for KYB compliance, vendor onboarding, or pre-payment due diligence involving Korean counterparties where you need to confirm the business number matches both the CEO name and founding date.

## Known failure modes

- Invalid or malformed 10-digit business registration number returns validation error
- Business number not found in NTS records returns no-match or not-found result
- Representative name mismatch returns failed verification
- Opening date mismatch returns failed verification
- NTS data source temporarily unavailable returns service error
- Payment not provided returns 402 Payment Required

## How this service works

KYB identity verification for due diligence and compliance: confirm that a business registration number really matches the representative (CEO) name and opening date before onboarding, contracting with or paying a counterparty. Live Korean National Tax Service (NTS) data.

## Output

Returns a match result indicating whether the provided business registration number, representative (CEO) name, and opening date are consistent with live Korean National Tax Service (NTS) records, typically including individual field-level match indicators and overall verification status.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "address": {
   "type": "string",
   "description": "Optional business address to include in the match"
  },
  "opening_date": {
   "type": "string",
   "description": "Business opening date, YYYY-MM-DD"
  },
  "business_number": {
   "type": "string",
   "description": "10-digit Korean business registration number; hyphens/spaces allowed"
  },
  "representative_name": {
   "type": "string",
   "description": "Representative (CEO) name as registered"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/korea-business-verify-kbv-registration-match-4b190c01/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kbv-server-f7vfitmlkq-du.a.run.app](https://www.zero.xyz/host/kbv-server-f7vfitmlkq-du.a.run.app/llms.txt)
