Function validateIBAN

  • validateIBAN

    // returns {errorCodes: [], valid: true}
    ibantools.validateIBAN("NL91ABNA0417164300");
    
    

    // returns {errorCodes: [], valid: true} ibantools.validateIBAN('CH4431999123000889012');

    
    

    // returns {errorCodes: [7], valid: false} ibantools.validateIBAN('CH4431999123000889012', { allowQRIBAN: false }); ```

    Parameters

    Returns ValidateIBANResult