Latest·August 24, 2026 · 6 min read
We added a validator for the 28-character Northern Cyprus UBAN and a directory of all 23 registered banks. Here's what UBAN is, why it needed its own tool, and what it can't confirm.
Read article →August 22, 2026·7 min read
A bare 400 with no error body, caused by a 20 May 2026 registry rule. The exact npm version boundary, the one ...
Read →August 20, 2026·5 min read
I'm launching ibanchecker.cash on Product Hunt on August 31, 2026. Why I built a free, zero-log IBAN checker, ...
Read →August 17, 2026·10 min read
Performance patterns for high-volume IBAN validation: local MOD-97 pre-filtering, micro-batching with the bulk...
Read →August 17, 2026·9 min read
Architecture guide for event-driven IBAN validation: webhook receiver implementation in Node.js, HMAC signatur...
Read →August 15, 2026·8 min read
How to validate IBANs in Ruby using ibanizator and banktools-eu gems, a pure-Ruby MOD-97 implementation, Rails...
Read →August 15, 2026·9 min read
IBAN validation in Swift: full MOD-97 struct with chunked integer arithmetic, UITextField real-time feedback e...
Read →August 14, 2026·8 min read
Complete guide to IBAN validation in JavaScript: calling the ibanchecker.cash API with fetch, implementing MOD...
Read →August 1, 2026·7 min read
Convert a French RIB (code banque, code guichet, account number) to a valid FR IBAN. Covers the Clé RIB formul...
Read →July 27, 2026·8 min read
Manual MOD-97 implementation with zero allocations, github.com/almerlucke/go-iban library, Gin middleware inte...
Read →July 26, 2026·9 min read
Three production-ready Java approaches: the ibanchecker.cash REST API, Apache Commons Validator, and the iban4...
Read →July 26, 2026·9 min read
IbanNet NuGet package, a zero-dependency manual MOD-97 implementation, ASP.NET Core data annotation integratio...
Read →July 3, 2026·8 min read
Three production-ready PHP approaches: a zero-dependency MOD-97 function, the globalcitizen/php-iban Composer ...
Read →June 17, 2026·7 min read
Country-specific regex patterns for DE, GB, FR, NL plus a generic IBAN regex, and why regex is only step 1 of ...
Read →June 17, 2026·7 min read
Comparison of ibantools, python-stdnum, php-iban, and go-iban (features, MOD-97 support, BIC lookup, TypeScrip...
Read →June 17, 2026·8 min read
Architect-level guide to IBAN API design: GET vs POST tradeoffs, error code standards, normalization contracts...
Read →June 13, 2026·8 min read
Two production-ready approaches: call the ibanchecker.cash API for bank metadata, or implement the MOD-97 algo...
Read →June 9, 2026·5 min read
Step-by-step guide to converting a Dutch rekeningnummer to a valid NL IBAN. Covers zero-padding, bank codes (A...
Read →June 9, 2026·5 min read
Complete guide to converting a Belgian 3-7-2 account number to a valid BE IBAN. Explains two check digit syste...
Read →June 9, 2026·6 min read
Step-by-step guide to building a valid TR IBAN from a Turkish bank code and account number. Covers the reserve...
Read →June 3, 2026·7 min read
Two approaches: call the ibanchecker.cash API for full bank data, or implement MOD-97 validation yourself. Inc...
Read →