www.vendorcafe.com Open in urlscan Pro
2606:4700:4400::6812:27d1  Public Scan

Submitted URL: http://vendor-cafe.com/
Effective URL: https://www.vendorcafe.com/vendorcafe/
Submission: On May 30 via manual from IN — Scanned from DE

Form analysis 3 forms found in the DOM

Name: LoginFormPOST loginAction.do;jsessionid=D4A54A5D05C1119E1802B61E51EE9E4D

<form id="formLogin" name="LoginForm" action="loginAction.do;jsessionid=D4A54A5D05C1119E1802B61E51EE9E4D" method="post" novalidate="novalidate">
  <input type="hidden" value="" name="changeLang" id="changeLang">
  <input type="hidden" value="" name="languageHmy" id="languageHmy">
  <input type="hidden" value="" name="fromLogin" id="fromLogin">
  <div class="input-group form-group d-flex align-items-stretch">
    <input type="text" name="userId" value="" id="userId" class="required vcEmail uname nonRadmin form-control" placeholder="E-mail Address" aria-label="Username">
    <div class="input-group-icon d-flex align-items-center justify-content-end">
      <i class="iconm iconm-user"></i>
    </div>
  </div>
  <div class="input-group form-group d-flex align-items-stretch">
    <input type="password" name="password" size="20" id="password" class="required pword form-control" placeholder="Password" aria-label="Password">
    <div class="input-group-icon d-flex align-items-center justify-content-end">
      <i class="iconm iconm-lock vcRevealPass" title="Show Password" toggle="#password"></i>
    </div>
  </div>
  <div id="loginErrorId" class="alert alert-danger in" style="display: none;">
  </div>
  <script>
    $(".alert").children("br").remove();
  </script>
  <input type="hidden" name="datasource" value="vendorcafe" id="formLogin_datasource" class="inp">
  <input type="hidden" value="" name="comphmy" id="comphmy">
  <input type="hidden" value="" name="supplierId" id="supplierId">
  <div class="row">
    <!--<div class="checkbox col-xs-6">
												<label aria-label="Remember Me">Remember Me
												  <input type="checkbox">
												  <span class="checkmark"></span>
												</label>                                                 
											 </div>-->
    <div class="col-xs-12 text-right">
      <a href="#" data-toggle="modal" data-target="#myModal" data-backdrop="static" aria-label="Forgot my password">Forgot my password?</a>
    </div>
  </div>
  <button type="button" onclick="return fnSubmit();" class="btn btn-primary w-full text-uppercase" aria-label="Sign In">Sign In</button>
  <input type="hidden" value="" name="vccToken" id="vccToken">
  <input type="hidden" value="" name="vcLoginToken" id="vcLoginToken">
  <input type="hidden" value="" name="MOBILE_APP" id="MOBILE_APP"><!-- this hidden is set from xamarin mobile app -->
</form>

Name: userReactivationFormPOST VcUserReactivationAction

<form name="userReactivationForm" id="userReactivationForm" action="VcUserReactivationAction" method="post">
  <input type="hidden" value="" name="userEmail" id="userEmail">
  <!---- To check if back/refresh of browser clicked--->
  <!---- Code to check if back/refresh of browser clicked--->
  <input type="hidden" name="hdnRequestJspValue" value="1">
</form>

<form id="forgotPaswdForm" novalidate="novalidate">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-hidden="true" aria-label="Close"><i class="fa fa-times fa-6"></i></button>
    <h4 class="modal-title" id="myModalLabel">Forgot Password</h4>
  </div>
  <div id="pswdSuccessMsg" class="form-group alert alert-success " style="display:none; margin:30px; " role="alert">
    <p>If username with provided email exists in our database, you will receive an email with password reset link to reset your password.</p>
  </div>
  <div id="pswdQuestionMsg" class="form-group alert alert-warning " style="display:none; margin:30px; " role="alert">
    <p>Please answer any security question below to reset your password.</p>
  </div>
  <div id="pswdAnswerFailMsg" class="form-group alert alert-danger " style="display:none; margin:30px; " role="alert">
    <p>Incorrect answer to security questions. Please enter correct answer.</p>
  </div>
  <div id="pswdAllAnswerFailMsg" class="form-group alert alert-danger " style="display:none; margin:30px; " role="alert">
    <p>You have failed the maximum attempts to answer the security questions. An email was sent to Support and an agent will reach out to you. You should be prepared to provide your company Tax ID information and specific client invoice details in
      order to verify your account.</p>
  </div>
  <div class="modal-body">
    <div class="form-group">
      <label class="col-sm-4 control-label text-right">Email Address</label>
      <div class="col-sm-8">
        <input type="text" id="idForgotPwdEmail" name="idForgotPwdEmail" placeholder="" class="form-control vcEmail required">
      </div>
    </div>
    <div id="divSecQuebody" style="display:none;">
      <div class="form-group">
        <label class="col-sm-4 control-label text-right">Security Question 1</label>
        <div class="col-sm-8">
          <select name="txtSecQue1" id="txtSecQue1" class="form-control select2 " disabled="">
            <option value=""></option>
            <option value="What is the name of your first pet?">What is the name of your first pet?</option>
            <option value="What city was your mother born in?">What city was your mother born in?</option>
            <option value="What is your father's middle name?">What is your father's middle name?</option>
            <option value="What school did you attend 6th grade?">What school did you attend 6th grade?</option>
            <option value="What is your favorite movie?">What is your favorite movie?</option>
            <option value="What was your favorite place to visit as a child?">What was your favorite place to visit as a child?</option>
            <option value="What was the make of your first car?">What was the make of your first car?</option>
          </select>
        </div>
      </div>
      <div class="form-group">
        <label class="col-sm-4 control-label text-right">Security Answer 1</label>
        <div class="col-sm-8">
          <input type="text" name="txtSecAns1" id="txtSecAns1" maxlength="20" class="form-control " value="">
        </div>
      </div>
      <div class="form-group">
        <label class="col-sm-4 control-label text-right">Security Question 2</label>
        <div class="col-sm-8">
          <select name="txtSecQue2" id="txtSecQue2" class="form-control select2 " disabled="">
            <option value=""></option>
            <option value="What is the name of your first pet?">What is the name of your first pet?</option>
            <option value="What city was your mother born in?">What city was your mother born in?</option>
            <option value="What is your father's middle name?">What is your father's middle name?</option>
            <option value="What school did you attend 6th grade?">What school did you attend 6th grade?</option>
            <option value="What is your favorite movie?">What is your favorite movie?</option>
            <option value="What was your favorite place to visit as a child?">What was your favorite place to visit as a child?</option>
            <option value="What was the make of your first car?">What was the make of your first car?</option>
          </select>
        </div>
      </div>
      <div class="form-group">
        <label class="col-sm-4 control-label text-right">Security Answer 2</label>
        <div class="col-sm-8">
          <input type="text" name="txtSecAns2" id="txtSecAns2" maxlength="20" class="form-control " value="">
        </div>
      </div>
    </div>
    <div id="divSecCaptcha">
      <div class="form-group">
        <label class="col-sm-4 control-label text-right">Please enter text shown below</label>
        <div class="col-sm-8">
          <img src="/vendorcafe/captchaGeneration" style="width:92%" id="captchaImage">
          <a href="#" onclick="reloadCaptcha('/vendorcafe');" class="m-l-sm"><i class="fa fa-refresh"></i></a>
        </div>
      </div>
      <div class="form-group">
        <label class="col-sm-4">&nbsp;</label>
        <div class="col-sm-8">
          <input name="answer" id="answer" type="text" class="form-control required">
          <div id="captchaError"></div>
        </div>
      </div>
    </div>
  </div>
  <div class="modal-footer">
    <button type="button" class="btn btn-white" data-dismiss="modal">Close</button>
    <button type="button" class="btn btn-primary" id="pswdSendMail" onclick="checkValidEmailAndSendEmail()">Send Email</button>
  </div>
</form>

Text Content

 *  English (United States)
   Select Language
    * Arabic (Libya)
    * Arabic (Morocco)
    * Arabic (Oman)
    * Arabic (Qatar)
    * Arabic (Saudi Arabia)
    * Arabic (Syria)
    * Arabic (Tunisia)
    * Arabic (U.A.E.)
    * Greek
    * Arabic (Yemen)
    * Hebrew
    * Basque
    * Hindi
    * Hungarian
    * Icelandic
    * Indonesian
    * Irish
    * Italian (Standard)
    * Italian (Switzerland)
    * Japanese
    * Korean
    * Korean (Johab)
    * English (UK)
    * Kurdish
    * French
    * Latvian
    * German
    * Lithuanian
    * Dutch
    * Macedonian (FYROM)
    * English (United States)
    * Malayalam
    * Malaysian
    * Maltese
    * Norwegian
    * Norwegian (Bokmål)
    * Norwegian (Nynorsk)
    * Polish
    * Portuguese (Brazil)
    * Portuguese (Portugal)
    * Punjabi
    * Rhaeto-Romanic
    * Romanian
    * Romanian (Republic Of Moldova)
    * Russian
    * Russian (Republic Of Moldova)
    * Serbian
    * English (Malaysia)
    * Slovak
    * Slovenian
    * Sorbian
    * Spanish (Argentina)
    * Spanish (Bolivia)
    * Spanish (Chile)
    * Spanish (Colombia)
    * Spanish (Costa Rica)
    * Spanish (Spain)
    * Spanish (Dominican Republic)
    * Spanish (Ecuador)
    * Spanish (El Salvador)
    * Spanish (Guatemala)
    * Spanish (Honduras)
    * Spanish (Mexico)
    * Spanish (Nicaragua)
    * Spanish (Panama)
    * Spanish (Paraguay)
    * Spanish (Peru)
    * Spanish (Puerto Rico)
    * Spanish (Uruguay)
    * French (Canada)
    * Spanish (Venezuela)
    * Swedish
    * Swedish (Finland)
    * Thai
    * Tsonga
    * Tswana
    * Belarusian
    * Turkish
    * Bulgarian
    * Ukrainian
    * Catalan
    * Chinese (Hong Kong)
    * Chinese (PRC)
    * Chinese (Singapore)
    * Chinese (Taiwan)
    * Croatian
    * Czech
    * English (Australia)
    * Danish
    * Urdu
    * Venda
    * Vietnamese
    * Welsh
    * Xhosa
    * Yiddish
    * Zulu
    * Dutch (Belgium)
    * English
    * English (Belize)
    * English (Ireland)
    * English (Jamaica)
    * English (New Zealand)
    * English (South Africa)
    * English (Trinidad)
    * Estonian
    * Faeroese
    * Afrikaans
    * Albanian
    * Arabic (Algeria)
    * Arabic (Bahrain)
    * Arabic (Egypt)
    * Arabic (Iraq)
    * Arabic (Jordan)
    * Farsi
    * Arabic (Kuwait)
    * Finnish
    * English (Singapore)
    * Arabic (Lebanon)
    * French (Belgium)
    * French (Luxembourg)
    * French (Switzerland)
    * Gaelic (Scotland)
    * German (Austria)
    * German (Liechtenstein)
    * German (Luxembourg)
    * English (Canada)
    * German (Switzerland)





SIGN IN

Forgot my password?
Sign In


 * Accept
 * Invoicing
 * VendorShield

ACCEPT


ACCEPT CARD PAYMENTS FROM YOUR REAL ESTATE CLIENTS WITHNO HASSLE, NO HARDWARE
AND NO HIDDEN FEES.EVER.

VendorCafe makes it easy to accept your clients' favored method of payment!
Accepting card payments often results in your company receiving "preferred
status" from your VendorCafe clients!


TRANSPARENT PRICING. SIMPLE SETUP. FAST DEPOSITS.

Pay-as-you-go pricing of just 3% for all card brands.




NO HIDDEN FEES. EVER.

No minimum fees. No account fees. No statement fees. No transaction fees.

VENDORCAFE ACCEPT*

3%

Charge $100, see $97 deposited into your bank account.

SQUARE

3.5% + $0.15

Charge $100, see $96.35 deposited into your bank account.

PAYPAL

3.5% + $0.15

Charge $100, see $96.35 deposited into your bank account.

QUICKBOOKS

3.75%    

Charge $100, see $96.35 deposited into your bank account.

‹›


* VendorCafe ACCEPT currently available only in U.S.A.


SIMPLE SETUP

Log in to your VendorCafe account and select 'Accept Card Payments' to register
as a card accepting merchant. Once your registration is confirmed, your real
estate clients will be able to buy easily, buy more and buy more frequently from
your organization.

VendorCafe does all the heavy lifting. You just get paid.No hassle, no hardware,
and no hidden fees.




FAST DEPOSITS

When you accept card payments, you eliminate having to deal with bank deposits
and check processing fees. And no paper checks means no more lost or stolen
checks! When your client pays you with their card your payment will
automatically post to the bank deposit account of your choice within 3-4 days.
And, as always, you can view your invoice status and payment details in real
time, at any time.

INVOICING


STOP WORRYING ABOUT WHERE YOUR INVOICE IS BY TRACKING INVOICE STATUS IN
REAL-TIME. FREE.

With VendorCafe it's easy to be confident that your invoice is where it should
be. Easily track invoices as they move through your client's workflow to being
paid. Once the invoice is paid, you can see the check number or the routing
number for electronic payments.


View on your mobile phone, tablet, or computer by logging into VendorCafe.com to
browse invoices by client.


Want to submit invoices through VendorCafe for immediate delivery to your
client's accounting system? Create invoices or submit PDF invoices through
VendorCafe. Free.

VENDORSHIELD


GIVE YOURSELF A LEG UP BY CERTIFYING YOURSELF AS A VENDORSHIELD COMPLIANT
VENDOR.

Simple, all in one registration process that allows you to prove your
credentials and compliance to your VendorCafe client's requirements. Our team
helps you with the process and ensures accurate credentialing.

 * Disclaimer
 * Copyright Information
 * Privacy Policy
 * Terms of Use
 * Technical Support
 * Scheduled Maintenance

Created By : Yardi Systems Inc. © 2024. All Rights Reserved.


FORGOT PASSWORD

If username with provided email exists in our database, you will receive an
email with password reset link to reset your password.

Please answer any security question below to reset your password.

Incorrect answer to security questions. Please enter correct answer.

You have failed the maximum attempts to answer the security questions. An email
was sent to Support and an agent will reach out to you. You should be prepared
to provide your company Tax ID information and specific client invoice details
in order to verify your account.

Email Address

Security Question 1
What is the name of your first pet? What city was your mother born in? What is
your father's middle name? What school did you attend 6th grade? What is your
favorite movie? What was your favorite place to visit as a child? What was the
make of your first car?
Security Answer 1

Security Question 2
What is the name of your first pet? What city was your mother born in? What is
your father's middle name? What school did you attend 6th grade? What is your
favorite movie? What was your favorite place to visit as a child? What was the
make of your first car?
Security Answer 2

Please enter text shown below

 

Close Send Email

SCHEDULED MAINTENANCE

The scheduled maintenance hours are on Saturday from 9:00 am CST to 6:00 pm CST.
Close

TECHNICAL SUPPORT

SINGAPORE

For technical support within Singapore please email
Asia_Vendorcafe_support@yardi.com or call VendorCafe at 800 101 4235

CYPRUS

For technical support within Cyprus please email Vendorcafe_support@yardi.com or
call VendorCafe at 1.888.251.8210

HONG KONG

For technical support within Hong Kong please email
Asia_Vendorcafe_support@yardi.com

UNITED STATES

Please log in for technical support.

EGYPT

For technical support within Egypt please email ME_VendorCafe_support@yardi.com

MALAYSIA

For technical support within Malaysia please email
Asia_Vendorcafe_support@yardi.com or call VendorCafe at 1800-81-9780

CAYMAN ISLANDS

For technical support within Cayman Islands please email
Vendorcafe_support@yardi.com or call VendorCafe at 1.888.251.8210

NETHERLANDS

For technical support within Netherlands please email
EU_Vendorcafe_Support@Yardi.com or call VendorCafe at 08000 228 591

SOUTH KOREA

For technical support within South Korea please email
Asia_Vendorcafe_support@yardi.com

VIETNAM

For technical support within Vietnam please email Vendorcafe_support@yardi.com
or call VendorCafe at 1.888.251.8210

CHINA

For technical support within China please email
Asia_Vendorcafe_support@yardi.com

IRELAND

For technical support within Ireland please email
EU_Vendorcafe_Support@Yardi.com or call VendorCafe at 1800 949 014

QATAR

For technical support within Qatar please email ME_VendorCafe_support@yardi.com

POLAND

For technical support within Poland please email EU_Vendorcafe_support@yardi.com

KUWAIT

For technical support within Kuwait please email ME_VendorCafe_support@yardi.com

JAPAN

For technical support within Japan please email
Asia_Vendorcafe_support@yardi.com

PHILIPPINES

For technical support within Philippines please email
Vendorcafe_support@yardi.com or call VendorCafe at 1.888.251.8210

UNITED KINGDOM

For technical support within United Kingdom please email
EU_Vendorcafe_Support@Yardi.com or call VendorCafe at 0800 048 9158

UNITED ARAB EMIRATES

For technical support within United Arab Emirates please email
ME_VendorCafe_support@yardi.com or call VendorCafe at 800 018 0084

SWITZERLAND

For technical support within Switzerland please email
EU_Vendorcafe_Support@Yardi.com

INDIA

For technical support within India please email
Asia_Vendorcafe_support@yardi.com

NEW ZEALAND

For technical support within New Zealand please email
ANZ_Vendorcafe_support@yardi.com or call VendorCafe at 0800 464 142

CANADA

Please log in for technical support.

NORWAY

For technical support within Norway please email EU_Vendorcafe_Support@Yardi.com

FINLAND

For technical support within Finland please email
EU_Vendorcafe_support@yardi.com

ITALY

For technical support within Italy please email EU_Vendorcafe_support@yardi.com

AUSTRALIA

For technical support within Australia please email
ANZ_Vendorcafe_support@yardi.com or call VendorCafe at 1800 370 557

INDONESIA

For technical support within Indonesia please email
Asia_Vendorcafe_support@yardi.com
Close

DISCLAIMER

The Procure to Pay Green catalog and product offering are intended to offer a
starting point for environmentally friendly purchasing. Procure to Pay does not
assert that purchasing through its Green or other product catalogs will increase
compliance with any federal or local laws, regulations or private certification
requirements. If compliance to laws or certification standards is the goal, the
purchaser should investigate regulations pertaining to its location before
purchasing.

Close

COPYRIGHT INFORMATION

The Procure to Pay Web Site contains material belonging to Procure to Pay and
others. The contents of the Procure to Pay Web Site belonging to Procure to Pay,
including text, graphics, images and other material, is protected by, and
Procure to Pay reserves all rights under, both U.S. and international copyright
laws. Material belonging to others appearing on this Procure to Pay Web Site
which bear a copyright notice shall be protected under the law similar to the
protection afforded to copyrighted material of Procure to Pay. Unauthorized use
of the contents may violate copyright, trademark and other laws. Procure to Pay
reserves all rights under the copyright law of the United States and worldwide
under the Berne Convention. You may view, print and download a single copy of
the contents on this Procure to Pay Web Site for your personal, non-commercial
use. In downloading materials from the site, you agree not to change or delete
any proprietary notices, trademarks and the like from any materials. Any other
copying, redistribution, publication or retransmission of any portion of Procure
to Pay Web Site material is strictly prohibited without express written consent
of Procure to Pay.

Permission may be granted to redistribute this material in its entirety provided
that this copyright notice is not removed or altered. No portion of this work
may be sold, either by itself or as part of larger work, without the express
written permission of Procure to Pay.

This restriction covers all publication media including, but not limited to,
CD-ROM. All other rights reserved.

If permission is granted, the wording "provided with permission Procure to Pay"
and the date must be noted and Procure to Pay must be provided with a copy of
the final product.

If you violate any of these terms, your permission to use the contents
automatically terminates and you must destroy any copies of the contents which
are in your possession.

Close

PRIVACY POLICY


Close

TERMS OF USE


Close