def validates_bic(field, options={})
        return if KontoAPI::Config.disable_for.include?(::Rails.env)
        options.symbolize_keys!
        options.reverse_merge!( :allow_nil => true, :on_timeout => :ignore )
        define_method :bic_validation do