$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/check3
Calls / 30d
2
Unique payers / 30d
Aug 16
Last called
exact
Payment scheme
Call this service
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 -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
0x2880edfff13100677bf97a3cbdf3bc34771c4e5eUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Developer Tools and the homepage with a featured placement.
More from Netzhandwerker Agent Tools & similar services
Netzhandwerker Agent Tools · Currency Normalize
tools.halowerk.com
Findet Betraege in Freitext, deutet deutsche und englische Tausender- und Dezimaltrennung richtig, loest Mio, Mrd, Tsd und k auf, erkennt 50 Waehrungen an Symbol, Code oder Wort einschliesslich USDC und Bitcoin und liefert Zahl, Waehrungscode, kleinste Einheit und Fundstelle getrennt. Rechnet bewusst nicht um.
Netzhandwerker Agent Tools · File Inspect
tools.halowerk.com
Bestimmt den tatsaechlichen Dateityp aus der Signatur, erkennt Office- und Archivinhalte am Verzeichnis, meldet Makros, eingebettete ausfuehrbare Dateien, Pfadwechsel im Archiv, JavaScript und Startaktionen in PDF sowie den Widerspruch zwischen Dateiendung und Inhalt. Die Datei wird weder ausgefuehrt noch gespeichert.
Netzhandwerker Agent Tools · Phone Parse
tools.halowerk.com
Nimmt jede Schreibweise, erkennt die Landeskennzahl aus 150 Vorwahlen, ergaenzt bei nationaler Schreibweise das Standardland, zerlegt in Vorwahl und Teilnehmernummer und bestimmt fuer Deutschland Festnetz, Mobilfunk und Sonderrufnummern mit Kostenhinweis. Liefert E.164, internationale und nationale Schreibweise sowie tel-URI.