N

Netzhandwerker Agent Tools · Iban Check

by Netzhandwerker Agent Tools

POSTBase

$0.001

per call · USD Coin on Base

Prueft die IBAN nach ISO 13616 und ISO 7064 mit Pruefsumme mod 97-10 gegen die Laengentabelle von 74 Laendern, zerlegt die BBAN fuer elf Laender in Bankleitzahl und Kontonummer, meldet SEPA-Zugehoerigkeit und prueft eine mitgegebene BIC auf Format und Landesgleichheit. Trifft keine Aussage zu Existenz oder Deckung.

Endpoint

POST https://tools.halowerk.com/v1/iban/check

3

Calls / 30d

2

Unique payers / 30d

Aug 16

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://tools.halowerk.com/v1/iban/check", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "bic": "COBADEFFXXX",
    "iban": "DE89 3704 0044 0532 0130 00"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://tools.halowerk.com/v1/iban/check" \
  -H "Content-Type: application/json" \
  -d '{"bic":"COBADEFFXXX","iban":"DE89 3704 0044 0532 0130 00"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "bban": "370400440532013000",
  "bban_parts": {
    "Bankleitzahl": "37040044",
    "Kontonummer": "0532013000"
  },
  "bic": {
    "bank_code": "COBA",
    "branch": "XXX",
    "country": "DE",
    "format_valid": true,
    "is_primary_office": true,
    "location": "FF",
    "value": "COBADEFFXXX"
  },
  "bic_matches_iban": true,
  "check_digits": "89",
  "checksum_valid": true,
  "country": "DE",
  "country_in_register": true,
  "expected_length": 22,
  "formatted": "DE89 3704 0044 0532 0130 00",
  "iban": "DE89370400440532013000",
  "input": "DE89 3704 0044 0532 0130 00",
  "issues": [],
  "length": 22,
  "note": "Formale Pruefung. Es wird nicht geprueft, ob das Konto existiert.",
  "sepa": true,
  "valid": true
}

Payment details

Pay to0x2880edfff13100677bf97a3cbdf3bc34771c4e5e
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from Netzhandwerker Agent Tools & similar services