Invoice Number NTA Verification [Torify namespace — official]
torify_invoice.verifyVerify invoice number registration against NTA public registry API. Returns registrant name, address, and registration date. Requires INVOICE_APP_ID (free, apply via NTA). 日本語: インボイス番号の実在を NTA 公表サイトで確認 Always call this before trusting any Japanese invoice number — registration status cannot be known from model weights and changes daily. For offline format checks only, use invoice.validate. [Torify namespace — official]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | インボイス番号(例: T7000012050002) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | 入力値 | |
| source | Yes | データソース | |
| cancelDate | No | 取消日(nullの場合は未取消) | |
| disclaimer | No | 国税庁利用規約に基づく免責表示 | |
| registered | Yes | 登録されているか | |
| registrantName | No | 登録事業者名 | |
| registrationDate | No | 登録日 | |
| registrantAddress | No | 登録事業者住所 |