You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close

Can I make a payment by phone?

BAREIS accepts payment by phone during regular business hours from members with accounts in Active status.

Active and Suspended status members can pay online anytime by going to www.bareis.com, clicking on the Member Resources drop-down menu, then clicking on View or Pay Statement, then logging in with your MLS ID and Password.

  • 160
  • 09-Jul-2020
  • 963 Views
$(function () { $('.SendEmail').click(function (event) { var email = '[email protected]'; var subject = 'Test'; var emailBody = 'Hi Sample,'; var attach = 'path'; document.location = "mailto:"+email+"?subject="+subject+"&body="+emailBody+ "?attach="+attach; }); });