bankpatriot.zrent.net Open in urlscan Pro
2606:4700::6812:1f90  Public Scan

URL: https://bankpatriot.zrent.net/
Submission: On August 01 via automatic, source certstream-suspicious — Scanned from US

Form analysis 3 forms found in the DOM

POST /Account/LLLoginProcess

<form action="/Account/LLLoginProcess" defaultbutton="btnLogin" id="UserLogin" method="post" novalidate="novalidate">
  <div class="form-row px-4 pt-4">
    <div class="form-group col-12">
      <h4 class="text-secondary"><strong>Welcome Back!</strong></h4>
    </div>
  </div>
  <div class="form-row  px-4">
    <div class="form-group col-12">
      <label for="input-email2">Email Address</label>
      <input autocomplete="off" class="form-control text-box single-line" data-val="true" data-val-email="Enter valid email. Ex - email@example.com" data-val-required="Email is required" id="login-email" maxlength="50" name="SignInEmail"
        placeholder="example@email.com" type="email" value="">
      <span class="field-validation-valid" data-valmsg-for="SignInEmail" data-valmsg-replace="true"></span>
    </div>
  </div>
  <div class="form-row  px-4">
    <div class="form-group col-12">
      <label for="input-password2">Password</label>
      <input autocomplete="off" class="form-control text-box single-line password" data-val="true" data-val-required="Password is required" id="login-password" name="SignInPassword" placeholder="Enter your password" type="password">
      <span class="field-validation-valid" data-valmsg-for="SignInPassword" data-valmsg-replace="true"></span>
    </div>
  </div>
  <div class="form-row px-4 text-center">
    <div class="form-group col-12">
      <p class="m-0">Forgot Your Password? <a href="##" data-toggle="modal" data-target="#password-reset" id="resetPasswordLink">Reset Password</a></p>
    </div>
  </div>
  <button id="loginButton" type="button" class="btn btn-primary btn-xl btn-block">Log In!</button>
  <button class="btn btn-primary btn-xl btn-block" type="button" id="SpannerLignUpBtn" style="display: none;" data-keyboard="false" data-backdrop="static"> Logging In... <div class="sk-circle">
      <div class="sk-circle1 sk-child"></div>
      <div class="sk-circle2 sk-child"></div>
      <div class="sk-circle3 sk-child"></div>
      <div class="sk-circle4 sk-child"></div>
      <div class="sk-circle5 sk-child"></div>
      <div class="sk-circle6 sk-child"></div>
      <div class="sk-circle7 sk-child"></div>
      <div class="sk-circle8 sk-child"></div>
      <div class="sk-circle9 sk-child"></div>
      <div class="sk-circle10 sk-child"></div>
      <div class="sk-circle11 sk-child"></div>
      <div class="sk-circle12 sk-child"></div>
    </div>
  </button>
</form>

POST /Account/LLSignUpProcess

<form action="/Account/LLSignUpProcess" defaultbutton="signupButton" id="UserSignUp" method="post" novalidate="novalidate">
  <div class="form-row px-4 pt-4">
    <div class="form-group col-12">
      <h4 class="text-secondary"><strong>Landlords and Property Managers, let’s get started receiving payments into your Patriot Bank Account! </strong></h4>
      <div>
        <p> Do you have a bank account with Patriot Bank? </p>
        <p>
          <input type="radio" id="hasAccount" value="Yes" name="HasAccount"><label for="hasAccount">Yes</label>
          <input type="radio" id="noAccount" value="No" name="HasAccount"><label for="noAccount">No</label>
        </p>
      </div>
    </div>
  </div>
  <div id="FISignupform" style="display: none">
    <div class="form-row  px-4">
      <div class="form-group col-6">
        <label for="input-firstname">First Name</label>
        <input class="form-control restrict-maximum-length-first-name text-box single-line" data-val="true" data-val-length="The field FirstName must be a string with a maximum length of 50." data-val-length-max="50"
          data-val-regex="Only letters allowed" data-val-regex-pattern="^[a-zA-Z\s]+$" data-val-required="First name is required" id="signup-first-name" name="FirstName" placeholder="Enter your first name" type="text" value="">
        <span class="field-validation-valid" data-valmsg-for="FirstName" data-valmsg-replace="true"></span>
      </div>
      <div class="form-group col-6">
        <label for="input-lastname">Last Name</label>
        <input class="form-control restrict-maximum-length-last-name text-box single-line" data-val="true" data-val-length="The field LastName must be a string with a maximum length of 50." data-val-length-max="50"
          data-val-regex="Only letters allowed" data-val-regex-pattern="^[a-zA-Z\s]+$" data-val-required="Last name is required" id="signup-last-name" name="LastName" placeholder="Enter your last name" type="text" value="">
        <span class="field-validation-valid" data-valmsg-for="LastName" data-valmsg-replace="true"></span>
      </div>
    </div>
    <div class="form-row  px-4">
      <div class="form-group col-12">
        <label for="input-email">Email Address</label>
        <input class="form-control text-box single-line" data-val="true" data-val-email="Enter valid email. Ex - email@example.com" data-val-remote="'Email' is invalid." data-val-remote-additionalfields="*.Email"
          data-val-remote-url="/Account/IsExistingEmail" data-val-required="Email is required" id="landlord-email" maxlength="100" name="Email" placeholder="example@email.com" type="email" value="">
        <span class="field-validation-valid" data-valmsg-for="Email" data-valmsg-replace="true"></span>
      </div>
    </div>
    <div class="form-row  px-4">
      <div class="form-group col-12">
        <label for="input-password">Password</label>
        <input autocomplete="off" class="form-control text-box single-line password" data-val="true" data-val-required="Password is required" id="Password" name="Password" placeholder="Enter a new password" type="password">
        <span class="field-validation-valid" data-valmsg-for="Password" data-valmsg-replace="true"></span>
      </div>
      <div class="form-group col-12">
        <label for="input-confirmpassword">Confirm Password</label>
        <input autocomplete="off" class="form-control text-box single-line password" data-val="true" data-val-equalto="The password and confirm password do not match." data-val-equalto-other="*.Password"
          data-val-required="Confirm Password is required" id="ConfirmPassword" name="ConfirmPassword" placeholder="Re-enter your Password" type="password">
        <span class="field-validation-valid" data-valmsg-for="ConfirmPassword" data-valmsg-replace="true"></span>
      </div>
      <div class="form-group col-12" id="viewTerms">
        <div class="form-check pl-0">
          <a href="##" data-toggle="modal" data-target="#terms-conditions"><i class="fas fa-file-contract"></i> View &amp; Accept Terms and Conditions</a>
          <div id="tcConfirmError" class="field-validation-error text-danger border-0" style="display:none;"> Please accept the terms and conditions </div>
        </div>
      </div>
      <div class="form-group col-12" style="display:none;" id="termsAccepted">
        <div class="form-check pl-4">
          <input data-val="true" data-val-range="Please accept the terms and conditions" data-val-range-max="True" data-val-range-min="True" data-val-required="Please accept the terms and conditions" id="tcConfirm" name="TermsAndConditions"
            type="hidden" value="False">
          <input class="form-check-input" disabled="disabled" id="TermsAndConditions" name="TermsAndConditions" type="checkbox" value="true"><input name="TermsAndConditions" type="hidden" value="false">
          <span class="form-check-label font-weight-normal" for="tc-confirm">By submitting, you agree to ZRent’s <a href="##" data-toggle="modal" data-target="#terms-conditions">Terms and Conditions</a>.</span>
        </div>
      </div>
      <span class="field-validation-valid" data-valmsg-for="TermsAndConditions" data-valmsg-replace="true"></span>
    </div>
    <div class="form-row  px-4">
      <div class="form-group col-12">
        <div id="recaptcha1" class="g-recaptcha" style="display: none;">
          <div style="width: 304px; height: 78px;">
            <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-i8n3f9nlrft4" frameborder="0" scrolling="no"
                sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
                src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LfZzd8UAAAAAKKRh6Bs7p3rUyzyCvitMI1zE0Tb&amp;co=aHR0cHM6Ly9iYW5rcGF0cmlvdC56cmVudC5uZXQ6NDQz&amp;hl=en&amp;v=Xv-KF0LlBu_a0FJ9I5YSlX5m&amp;theme=light&amp;size=normal&amp;cb=nu2cnwpezoqi"></iframe>
            </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
              style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
          </div><iframe style="display: none;"></iframe>
        </div>
      </div>
    </div>
    <button id="signupButton" type="button" class="btn btn-primary btn-xl btn-block">Sign Up Today!</button>
    <button class="btn btn-primary btn-xl btn-block" type="button" id="SpannerSignUpBtn" style="display: none;" data-keyboard="false" data-backdrop="static"> Creating Your Account... <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
    </button>
  </div>
  <div class="form-row px-4 d-none" id="hasNoAccount">
    <div class="form-group col-12">
      <a href="https://bankpatriot.com/" target="_blank" rel="noopener noreferrer">Click here to find more about opening a bank account at Patriot Bank</a>
    </div>
  </div>
</form>

POST /Account/LLResetPasswordProcess

<form action="/Account/LLResetPasswordProcess" id="PasswordReset" method="post" novalidate="novalidate"><input name="__RequestVerificationToken" type="hidden"
    value="6adz9wEx2098GR3pQ9tmEcDsM5VH-mj_OBUdekDNf2UgwRjf-WykmafLwwZrOlpZDAy_49B_qTpTXuX7Dm_wp0ap2W6r8S50V6F0o545YHE1">
  <div class="form-row">
    <div class="form-group col-12">
      <label for="input-email3">Email Address</label>
      <input class="form-control text-box single-line" data-val="true" data-val-email="Enter valid email. Ex - email@example.com" data-val-required="Email is required" id="user-email" maxlength="50" name="ResetPasswordEmail"
        placeholder="example@email.com" type="email" value="">
      <span class="field-validation-valid" data-valmsg-for="ResetPasswordEmail" data-valmsg-replace="true"></span>
    </div>
  </div>
  <div class="form-row">
    <div class="form-group col-12">
      <div id="recaptcha2" class="g-recaptcha"></div>
    </div>
  </div>
  <p class="m-0">If you're having any issues logging in, feel free to contact us via email at <a href="mailto:zrent@zrent.net">zrent@zrent.net</a> or call us at <a href="#">781-641-8691</a></p>
</form>

Text Content

Toggle navigation
 * Home
 * Why ZRent
 * How It Works
 * Dashboard
 * Pricing
 * Contact Us




LANDLORDS, MAKE RENT COLLECTION EFFORTLESS

ZRENT IS A DIGITAL PLATFORM THAT OFFERS TRUE CONVENIENCE FOR LANDLORDS AND
PROPERTY MANAGERS, AS WELL AS THEIR OCCUPANTS. BY AUTOMATING AND DIGITIZING THE
COLLECTION OF RENT AND CONDO DUES, THIS INNOVATIVE TOOL STREAMLINES AND
SIMPLIFIES THE ENTIRE PROCESS.

LANDLORDS AND PROPERTY MANAGERS, SIGN UP TODAY!

 * Log In
 * Sign Up

WELCOME BACK!

Email Address
Password

Forgot Your Password? Reset Password

Log In! Logging In...


LANDLORDS AND PROPERTY MANAGERS, LET’S GET STARTED RECEIVING PAYMENTS INTO YOUR
PATRIOT BANK ACCOUNT!

Do you have a bank account with Patriot Bank?

Yes No

First Name
Last Name
Email Address
Password
Confirm Password
View & Accept Terms and Conditions
Please accept the terms and conditions
By submitting, you agree to ZRent’s Terms and Conditions.

Sign Up Today! Creating Your Account...

Click here to find more about opening a bank account at Patriot Bank


FEATURES & BENEFITS

 * Landlords
 * Occupants

ANYWHERE, ANYTIME ACCESS

Whether on your desktop, laptop, tablet or mobile device, ZRent will be
accessible and ready for you to use!

DETAILED DASHBOARD

Log in to view your property and unit details, invite tenants on current and
even future leases and view payment information.

PAYMENT FORECASTING

With ZRent, you will see up to six months worth of future payments in the
dashboard – now that’s true visibility!

FASTER PAYMENTS

Receive funds one business day from the time your occupants' payments are
processed.

DESCRIPTIVE TRANSACTIONS

Our unique ACH transaction descriptions allow you to save time on bookkeeping
and monthly reconciliations.

MONTHLY REPORTING

You’ll receive an automated report via email on the 15th of every month with
details about every property, every unit, every time.

EASY ONLINE ACCESS

Whether on your desktop, laptop, tablet or mobile device, ZRent will be
accessible and ready for you to use!

SET IT & FORGET IT

Set up payments from your bank account on a recurring basis, for a specific date
range, or on a one-time basis. Your choice!

PAYMENT TRACKING

Log in at any time to see a complete history of all your past payments as well
as those that are upcoming.

BANK ACCOUNT PRIVACY

With ZRent, your bank account information stays completely confidential and does
not get shared (even with your landlord).

ROOMMATE SHARING OPTION

ZRent makes it easy to split the rent up between multiple people if you’re in a
unit with roommates.

ALWAYS ENTIRELY FREE

You will never be charged a monthly fee to use the ZRent service. So sit back
and let us take the hassle out of rent day!


HOW ZRENT WORKS

 * Landlords
 * Occupants

ADD PROPERTY

Enter the addresses for all of the properties you’ll be collecting payments
from.

INVITE OCCUPANTS

Enter the email addresses for the occupant(s) that you will be inviting to make
payments.

COLLECT PAYMENTS

Relax while ZRent collects and deposits the payments into your bank account each
month!

SET PAYMENT AMOUNT

Enter the dollar amount of your monthly payments.

ADD YOUR BANK ACCOUNT

Instantly add and verify your bank account or use our trial deposit method.

SCHEDULE YOUR PAYMENTS

Set monthly recurring payments or manually schedule one-time payments.




ZRENT DASHBOARD

 * Landlords
 * Occupants




ZRENT PRICING


ZRENT IS ALWAYS FREE FOR OCCUPANTS AND FREE FOR LANDLORDS DEPOSITING FUNDS INTO
A PATRIOT BANK ACCOUNT.


ABOUT PATRIOT BANK

From an added level of convenience to better banking options, faster answers and
innovative solutions that simplify your day, our goal is to deliver a superior
banking experience that also benefits our communities.

Since we opened our doors in 1994, our mission has been to serve our local
communities by helping our neighbors and neighborhood businesses thrive. Our
lending is handled locally and is specific to each borrower, and our commitment
to local businesses goes further to connect, support and grow businesses in both
the for-profit and nonprofit sectors. We believe a well-connected community is a
strong community—and that together, we can accomplish more in less time.

Our bankers offer more than just expert advice and guidance. We are your
neighbors. You’re just as likely to see us cheering on the Little League team
we’ve sponsored or manning the table at a fundraiser, as you are to see us at
your local branch. We’re proud to live here, work here, and like you, we know
that the best relationships are an investment in the community.


ABOUT ZRENT

ZRent was launched in 2015 by the product development team of a community bank
to help landlords and property managers streamline the rent collection process.
ZRent officially spun-out of the community bank in August 2019 under the newly
formed entity ZSuite Technologies, Inc. The ZSuite team is continuing to enhance
the ZRent product and is also working on new lease management initiatives
designed to service the needs of the landlord and property manager segment.


HAVE QUESTIONS OR COMMENTS?

Have a question, inquiry, comment, suggestion, recommendation or even general
feedback to pass along? We would love to hear from you! Feel free to send us a
message or give us a call at (781) 641-8691.

Contact Us
 * 
 * Home
 * Landlord Terms and Conditions
 * Occupant Terms and Conditions
 * Privacy Policy
 * Help Center
 * Contact Us
 * 

ZRent © 2024. All Rights Reserved.

ZRENT PRICING

×


$3.99/MO

1 Unit


$3.49/MO

1-2 Units


$3.25/MO

3-9 Units


$1.99/MO

10+ Units

Got It!

RECOVER YOUR PASSWORD

×
Email Address


If you're having any issues logging in, feel free to contact us via email at
zrent@zrent.net or call us at 781-641-8691

Close Send Processing...

TERMS & CONDITIONS

×
Decline Accept