Skip to main content
Deno 2 is finally here 🎉️
Learn more

Deno openiban.com client library

Validate and get BIC using openiban.com

const result = await validate(
    "<IBAN>", 
    { validateBankCode: true, getBIC: true }
);