Skip to main content
The Deno 2 Release Candidate is here
Learn more

Deno openiban.com client library

Validate and get BIC using openiban.com

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