SERVICE / DETAILother

Unnamed service

GET 402utils.com/v1/iban-check

SONAR SCORE0.743
LIVE PRICE0.001000
BAZAAR LIVEcompatible
CDP INDEXEDno
DECISION EVIDENCE

Why an agent can trust this route.

2 observations in the last 24h
HANDSHAKE SUCCESS100.0%402 challenge reachable
PAID DELIVERY0.0%settlement observed
P90 LATENCY2314msrecent response window
PRICE DRIFT0.0%advertised vs observed

Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.

SONAR PROBE HISTORY / 30D

Observed outcomes

JSON ↗
LIVE ENDPOINT METADATA

Validate an IBAN structurally before you pay or store it: ISO 7064 mod-97 check digits plus the official per-country length and BBAN layout (~90 countries), returning the bank/branch/account breakdown for FR, DE, ES, IT, BE and NL. Structural validation only — no BIC directory lookup (SWIFT's BIC registry is proprietary) and no proof the account exists. Local, instant. ?attest=1 → Ed25519-signed.

Resource: 402utils.com/v1/iban-check

Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291

Payment methods: · Last validation: 2026-09-14 12:00:19.242+00

{
  "input": {
    "type": "object",
    "required": [
      "type",
      "method"
    ],
    "properties": {
      "type": {
        "type": "string",
        "const": "http"
      },
      "method": {
        "enum": [
          "GET"
        ],
        "type": "string"
      },
      "queryParams": {
        "type": "object",
        "required": [
          "iban"
        ],
        "properties": {
          "iban": {
            "type": "string",
            "description": "The IBAN to validate, e.g. FR7630006000011234567890189."
          },
          "attest": {
            "type": "string",
            "description": "Set to 1 for an Ed25519-signed attestation of the result (audit trail)."
          }
        },
        "description": "Query param `iban` (spaces tolerated, case-insensitive)."
      }
    },
    "additionalProperties": false
  },
  "output": {
    "type": "object",
    "required": [
      "type"
    ],
    "properties": {
      "type": {
        "type": "string"
      },
      "example": {
        "type": "object",
        "required": [
          "valid",
          "country",
          "checkDigitsValid",
          "formatValid",
          "bban",
          "length"
        ],
        "properties": {
          "bban": {
            "type": "string",
            "description": "Basic Bank Account Number (the IBAN minus country + check digits)."
          },
          "valid": {
            "type": "boolean",
            "description": "formatValid AND checkDigitsValid."
          },
          "length": {
            "type": "integer"
          },
          "country": {
            "type": "string",
            "description": "ISO country code from the first two characters."
          },
          "bankCode": {
            "type": "string",
            "description": "Present for FR/DE/ES/IT/BE/NL."
          },
          "branchCode": {
            "type": "string"
          },
          "attestation": {
            "type": "object",
            "properties": {
              "alg": {
                "type": "string",
                "const": "Ed25519"
              },
              "sig": {
                "type": "string",
                "description": "base64url Ed25519 signature over the canonical JSON of payload."
              },
              "payload": {
                "type": "object",
                "properties": {
                  "ts": {
                    "type": "string",
                    "format": "date-time"
                  },
                  "kid": {
                    "type": "string",
                    "description": "Key id — matches a key in the .well-known document."
                  },
                  "endpoint": {
                    "type": "string"
                  },
                  "resultSha256": {
                    "type": "string",
                    "description": "SHA-256 of the canonical JSON of the result (attestation excluded)."
                  }
                }
              }
            },
            "description": "Present only with ?attest=1. Ed25519 signature over the canonical result; verify against /.well-known/402utils-attestation.json."
          },
          "formatValid": {
            "type": "boolean",
            "description": "Known country code and correct total length."
          },
          "accountNumber": {
            "type": "string"
          },
          "checkDigitsValid": {
            "type": "boolean",
            "description": "ISO 7064 mod-97 result."
          }
        },
        "additionalProperties": false
      }
    }
  },
  "paymentRequirements": [
    {
      "raw": {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      },
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291",
      "scheme": "exact",
      "network": "eip155:8453",
      "amountAtomic": "1000"
    }
  ]
}
METADATA PROVENANCE

Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.