ToolAssay

Validate and decompose IBANs (checksum, country format, IBAN registry, SEPA memb

Validate and decompose IBANs (checksum, country format, IBAN registry, SEPA membership; bank/branch/account parts) and BIC/SWIFT codes. Batches up to 100. Format validation only — does not prove an account exists.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
557 msmedian answer time
$0.002listed price per call
$0.002price 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://workbot1.oddsys.org/iban

CategoryCompany and compliance
Provider hostworkbot1.oddsys.org
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.002 557 ms

Example input (from the provider)

{
  "body": {
    "iban": "GB82 WEST 1234 5698 7654 32"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "bic": {
              "description": "One BIC/SWIFT code (8 or 11 chars).",
              "type": "string"
            },
            "bics": {
              "description": "Batch of BICs.",
              "items": {
                "type": "string"
              },
              "maxItems": 100,
              "type": "array"
            },
            "iban": {
              "description": "One IBAN (spaces allowed).",
              "type": "string"
            },
            "ibans": {
              "description": "Batch of IBANs.",
              "items": {
                "type": "string"
              },
              "maxItems": 100,
              "type": "array"
            }
          },
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    }
  }
}

This page as JSON