girondepay.com Open in urlscan Pro
91.199.255.43  Public Scan

Submitted URL: https://www.girondepay.com/
Effective URL: https://girondepay.com/
Submission: On December 10 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="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"> Search </button>
</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">
    <div class="col-lg-6 form-group">
      <label>Username</label>
      <input type="text" class="form-control" name="pseudo" required="" value="">
    </div>
    <div class="col-lg-6 form-group">
      <label>Password</label>
      <input type="password" class="form-control" name="mdp" required="">
    </div>
  </div>
  <div class="form-group">
    <button type="submit" class="btn btn-success btn-lg btn-block">Search</button>
  </div>
  <div class="small text-muted"> Forgotten your login or password?<br>
    <button type="button" class="btn btn-link" 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">
  <div class="form-group">
    <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">
    <label>Transaction date:</label>
    <input type="date" class="form-control" name="date" required="" value="">
  </div>
  <div class="form-group">
    <label>Transaction amount:</label>
    <div class="input-group">
      <input type="text" class="form-control" name="amount" required="" value="">
      <span class="input-group-addon"><i class="fa fa-money"></i></span>
    </div>
  </div>
  <div class="form-group">
    <div class="row align-items-center" style="margin-left: 0px;">
      <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-i8py1ny5rz0a" 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=aHR0cHM6Ly9naXJvbmRlcGF5LmNvbTo0NDM.&amp;hl=en&amp;v=cwQvQhsy4_nYdnSDY4u7O5_B&amp;size=normal&amp;cb=c83156ih01wu"></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>
  <button type="submit" class="btn btn-success btn-lg btn-block">Search</button>
</form>

Name: contactPOST /contact/send/

<form id="contact_form" action="/contact/send/" method="post" name="contact">
  <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">
    <label>Your message:</label>
    <textarea class="form-control" name="user-message" rows="5" required=""></textarea>
  </div>
  <div class="row align-items-cente form-groupr" style="margin-left: 0px;">
    <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-cobeh77p5bsb" 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=aHR0cHM6Ly9naXJvbmRlcGF5LmNvbTo0NDM.&amp;hl=en&amp;v=cwQvQhsy4_nYdnSDY4u7O5_B&amp;size=normal&amp;cb=8wrfkb95ri60"></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>
  <button type="submit" class="btn btn-success btn-lg btn-block" style="margin-top: 15px;">Send</button>
</form>

Text Content

GIRONDEPAY - 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.


HOW CAN I FIND MY TRANSACTIONS?

Simple & fast

BY SEARCHING USING YOUR EMAIL:

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


Search

BY SEARCHING USING YOUR 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

BY SEARCHING 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


NEED HELP? CONTACT OUR CUSTOMER SERVICE TEAM:

Your name:
Your email address:
Your message:

Send

CONTACT THE CUSTOMER SERVICE AT


+1 (424) 324-3600



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 1:00 PM - 9:00 PM

Gironde Commerce SARL - 61 Rue du Château d'Eau 33000 Bordeaux - 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