ToolAssay

Verify a Japanese FSA-regulated entity across the three V1 covered categories

Verify a Japanese FSA-regulated entity across the three V1 covered categories. / 日本の金融庁対象三分類で法人を照合します。

Answeringour last check, 2026-09-24
1 of 1checks answered this week
133 msmedian answer time
$0.03listed price per call
$0.03price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api.jpverify.com/jp-regulated-entity/verify

CategoryEverything else
Provider hostapi.jpverify.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.03 133 ms

Example input (from the provider)

{
  "body": {
    "categories": [
      "funds_transfer_business"
    ],
    "corporate_number": "1234567890123",
    "response_language": "en"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "anyOf": [
            {
              "required": [
                "corporate_number"
              ]
            },
            {
              "required": [
                "name"
              ]
            },
            {
              "required": [
                "address"
              ]
            },
            {
              "required": [
                "phone"
              ]
            }
          ],
          "properties": {
            "address": {
              "maxLength": 500,
              "type": "string"
            },
            "categories": {
              "items": {
                "enum": [
                  "financial_instruments_business",
                  "funds_transfer_business",
                  "crypto_asset_exchange_business"
                ],
                "type": "string"
              },
              "maxItems": 3,
              "type": "array"
            },
            "corporate_number": {
              "pattern": "^\\d{13}$",
              "type": "string"
            },
            "name": {
              "maxLength": 300,
              "minLength": 1,
              "type": "string"
            },
            "phone": {
              "maxLength": 50,
              "type": "string"
            },
            "response_language": {
              "default": "en",
              "enum": [
                "en",
                "ja",
                "both"
              ],
              "type": "string"
            }
          },
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "candidates": {
            "items": {
              "type": "object"
            },
            "type": "array"
          },
          "coverage": {
            "type": "object"
          },
          "coverage_status": {
            "enum": [
              "covered",
              "not_covered"
            ],
            "type": "string"
          },
          "decision": {
            "enum": [
              "verified",
              "no_record_within_coverage",
              "manual_review",
              "out_of_scope",
              "stale_source"
            ],
            "type": "string"
          },
          "identity_match": {
            "enum": [
              "exact",
              "probable",
              "ambiguous",
              "none"
            ],
            "type": "string"
          },
          "license_status": {
            "enum": [
              "licensed",
              "no_record_in_covered_dataset",
              "unknown"
            ],
            "type": "string"
          },
          "licenses": {
            "items": {
              "type": "object"
            },
            "type": "array"
          },
          "match_reasons": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "matched_entity": {
            "type": [
              "object",
              "null"
            ]
          },
          "source_freshness": {
            "enum": [
              "fresh",
              "stale",
              "unavailable"
            ],
            "type": "string"
          },
          "type": "object",
          "warnings": {
            "items": {
              "type": "string"
            },
            "type": "array"
          }
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON