# Japan Invoice Issuer Registration Lookup

> Japan Invoice Issuer Registration Lookup is a paid API for AI agents from api.kasanegi.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Looks up whether a Japanese business is registered as a qualified invoice issuer (インボイス制度) using its registration number or company identifier.

## Facts

- Endpoint: GET https://api.kasanegi.com/v1/local/invoice/issuer-registration-lookup
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/japan-invoice-issuer-registration-lookup-bd4d8320
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kDjeWCozMIBNTwkNkiWQL

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-invoice-issuer-registration-lookup-bd4d8320
```

Example prompt: Can you check if the Japanese company with registration number T1234567890123 is a valid qualified invoice issuer under Japan's インボイス制度?

## When to prefer this

Use this endpoint when you need to verify a Japanese supplier or vendor's qualified invoice issuer (適格請求書発行事業者) status for consumption tax compliance purposes, especially before processing invoices or onboarding new vendors in Japan. Prefer this over scraping the NTA website directly.

## Known failure modes

- Registration number not found — returns empty or 404-equivalent result
- Invalid T-number format — returns validation error
- NTA registry temporarily unavailable — upstream timeout or 503
- Non-Japanese registration number format supplied — bad request error

## How this service works

Stop scraping Japanese government and public-data sites. Call clean Japan payroll, company, and grant APIs over one host. Preview free; one public marketplace listing covers all current products; x402 direct is available for agent-native buyers.

## Output

Returns structured JSON with the company's invoice issuer registration status, registered business name, address, registration date, and whether the registration is currently active or cancelled, sourced from Japan's NTA qualified invoice issuer registry.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "mimeType": "application/json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/japan-invoice-issuer-registration-lookup-bd4d8320/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.kasanegi.com](https://www.zero.xyz/host/api.kasanegi.com/llms.txt)
