vippaytech.com Open in urlscan Pro
91.199.255.43  Public Scan

Submitted URL: https://www.vippaytech.com/
Effective URL: https://vippaytech.com/
Submission: On January 09 via api from US — Scanned from US

Form analysis 5 forms found in the DOM

POST

<form action="" method="post" name="">
  <input type="hidden" name="emailSearch">
  <p>To find your information quickly, please fill in your email address </p>
  <div class="row align-items-end">
    <div class="form-group col-md-8">
      <input type="email" class="form-control" placeholder="Email address" name="email" required="">
    </div>
    <div class="form-group col-md-4 col-xl-3">
      <button type="submit" class="btn btn-success btn-block text-uppercase"> Search </button>
    </div>
  </div>
</form>

Name: loginPOST /

<form action="/" method="post" name="login">
  <p> Please type in the login details on the website you are registered on (secure space). </p>
  <div class="row align-items-end">
    <div class="form-group col-md-4 col-xl-4">
      <label>Username</label>
      <input type="text" class="form-control" name="pseudo" required="" value="">
    </div>
    <div class="form-group col-md-4 col-xl-4">
      <label>Password</label>
      <input type="password" class="form-control" name="mdp" required="">
    </div>
    <div class="form-group col-md-4 col-xl-3">
      <button type="submit" class="btn btn-success btn-block text-uppercase"> Search </button>
    </div>
  </div>
  <div class="small text-muted"> Forgotten your login or password?<br>
    <button type="button" class="btn btn-link btn-sm p-0 pt-1" data-toggle="modal" data-target="#forgotPassModal"> Ask to receive by email. </button>
  </div>
</form>

Name: forgotPasswordPOST /

<form action="/" method="post" name="forgotPassword">
  <p>Enter your email address here to receive a password reset email</p>
  <div class="form-group">
    <input type="email" class="form-control" name="email" required="" placeholder="Email address">
  </div>
  <button type="submit" class="btn btn-success btn-lg btn-block"> Send </button>
</form>

Name: searchCreditCardPOST /

<form action="/" method="post" autocomplete="off" name="searchCreditCard" id="credit-card">
  <p> As a security measure, you only need to enter the <b> first 6 and last 4 digits </b> of your credit card. </p>
  <div class="row align-items-end">
    <div class="form-group col-lg-8">
      <label>Bank card number:</label>
      <div class="row">
        <div class="col-3 pr-0 px-sm-3">
          <input type="number" pattern="\d*" class="form-control" name="card1" maxlength="4" required="" value="" oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);">
        </div>
        <div class="col-3 pr-2 px-sm-3 d-flex card2">
          <input type="number" pattern="\d*" class="form-control" name="card2" maxlength="2" required="" value="" oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);">
          <div class="input-group-append">
            <span class="input-group-text disabled"></span>
          </div>
        </div>
        <div class="col-3 pl-2 px-sm-3">
          <input type="text" class="form-control" name="card3" maxlength="4" disabled="">
        </div>
        <div class="col-3 pl-0 px-sm-3">
          <input type="number" pattern="\d*" class="form-control" name="card4" maxlength="4" required="" value="" oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);">
        </div>
      </div>
    </div>
    <div class="form-group col-lg-4">
      <label>Transaction date:</label>
      <input type="date" class="form-control" name="date" required="" value="">
    </div>
    <div class="form-group col-lg-4">
      <label>Transaction amount:</label>
      <input type="text" class="form-control" name="amount" required="" value="">
    </div>
    <div class="form-group col-lg-5">
      <div class="row align-items-center">
        <div class="g-recaptcha" data-sitekey="6LeLTpooAAAAAKpFzvVAK2TW1ulXjoioUrigR-vM">
          <div style="width: 304px; height: 78px;">
            <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-h1gey1rgqu22" 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/enterprise/anchor?ar=1&amp;k=6LeLTpooAAAAAKpFzvVAK2TW1ulXjoioUrigR-vM&amp;co=aHR0cHM6Ly92aXBwYXl0ZWNoLmNvbTo0NDM.&amp;hl=en&amp;v=u-xcq3POCWFlCr3x8_IPxgPu&amp;size=normal&amp;cb=1gaw0m93w9h9"></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>
        </div>
      </div>
    </div>
    <div class="form-group col-lg-3">
      <button type="submit" class="btn btn-success btn-block text-uppercase"> Search </button>
    </div>
  </div>
  <div class="small text-muted"> Information about the security of your data. Your bank details are crypted in SSL 128 bits. </div>
</form>

Name: contactPOST /contact/send/

<form id="contact_form" action="/contact/send/" method="post" name="contact">
  <div class="row align-items-center">
    <div class="col-md-2 d-none d-lg-flex justify-content-center">
      <span class="fa-stack fa-3x">
        <i class="fas fa-circle fa-stack-2x text-primary"></i>
        <i class="fas fa-envelope-open-text fa-stack-1x fa-inverse"></i>
      </span>
    </div>
    <div class="col-md-4">
      <div class="form-group">
        <label>Your name:</label>
        <input type="text" class="form-control" name="user-name" value="" required="">
      </div>
      <div class="form-group">
        <label>Your email address:</label>
        <input type="email" class="form-control" name="user-mail" value="" required="">
      </div>
      <div class="form-group">
        <div class="row align-items-center">
          <div class="col-12">
            <div class="g-recaptcha" data-sitekey="6LeLTpooAAAAAKpFzvVAK2TW1ulXjoioUrigR-vM">
              <div style="width: 304px; height: 78px;">
                <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-jboh0bl6r7ln" 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/enterprise/anchor?ar=1&amp;k=6LeLTpooAAAAAKpFzvVAK2TW1ulXjoioUrigR-vM&amp;co=aHR0cHM6Ly92aXBwYXl0ZWNoLmNvbTo0NDM.&amp;hl=en&amp;v=u-xcq3POCWFlCr3x8_IPxgPu&amp;size=normal&amp;cb=dc0llc9tonod"></iframe>
                </div><textarea id="g-recaptcha-response-1" 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>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label>Your message:</label>
        <textarea class="form-control" name="user-message" rows="7" required=""></textarea>
        <!-- minlength="25" -->
      </div>
      <div class="form-group text-center">
        <button type="submit" class="btn btn-success text-uppercase px-lg-5"> Send </button>
      </div>
    </div>
  </div>
</form>

Text Content

VIPPAYTECH - YOUR BANK TRANSACTIONS MANAGER

This website will allow you to find and easily manage payments made by bank card
on one of our websites.

By using the methods of research below, you will be able to consult the payment
information connected to your credit card.

You will also be able to cancel automatic renewals of your subscriptions and
unsubscribe from the websites.

SEARCH USING YOUR EMAIL :

Simple & fast

To find your information quickly, please fill in your email address

Search

FIND A TRANSACTION USING YOUR LOGIN CREDENTIALS

Please type in the login details on the website you are registered on (secure
space).

Username
Password
Search
Forgotten your login or password?
Ask to receive by email.

FORGET YOUR PASSWORD?

×

Enter your email address here to receive a password reset email


Send

FIND A TRANSACTION USING YOUR CREDIT CARD

As a security measure, you only need to enter the first 6 and last 4 digits of
your credit card.

Bank card number:

Transaction date:
Transaction amount:

Search
Information about the security of your data. Your bank details are crypted in
SSL 128 bits.

IF YOU DON'T STILL MANAGE TO FIND A TRANSACTION PLEASE CONTACT OUR CUSTOMER
SERVICE

Your name:
Your email address:

Your message:
Send

CUSTOMER SUPPORT


+1 (424) 324-3600



For security and quality reasons, this call is likely to be recorded.

Monday 8:00 AM - 9:00 PM Tuesday 8:00 AM - 9:00 PM Wednesday 8:00 AM - 9:00 PM
Thursday 8:00 AM - 9:00 PM Friday 8:00 AM - 9:00 PM Saturday 8:00 AM - 9:00 PM

Mes achats Internet SARL - 17 boulevard de Berlin 44000 Nantes - France
Home | T&Cs | FAQ



Cookie settings ×

Cookies installed by our site

These cookies are linked to the operation of our website. Without some of these
cookies, you would not be able to use our site and all of its features properly.

 * ✛ APIs
   APIs are used to load scripts: geolocation, search engines, translations, ...
 * ✛ Advertising network
   Ad networks can generate revenue by selling advertising space on the site.
 * ✛ Audience measurement
   The audience measurement services used to generate useful statistics
   attendance to improve the site.
   * Google Analytics (gtag.js) This service can install 9 cookies.
     
     
 * ✛ Comments
   Comments managers facilitate the filing of comments and fight against spam.
 * ✛ Other
   Services to display web content.
 * ✛ Social networks
   Social networks can improve the usability of the site and help to promote it
   via the shares.
 * ✛ Support
   Support services allow you to get in touch with the site team and help to
   improve it.
 * ✛ Videos
   Video sharing services help to add rich media on the site and increase its
   visibility.
 * This website does not use any cookie requiring your consent.


Preference for all services

Cookie settings
By continuing to browse, you accept the use of cookies to measure the audience,
offer social features and personalized advertising.
Find out more and configure.
Decline and continue
I understand