gspaiemnt.com Open in urlscan Pro
91.199.255.43  Public Scan

Submitted URL: https://www.gspaiemnt.com/
Effective URL: https://gspaiemnt.com/
Submission: On September 24 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">
  <div class="text-center">
    <p>Please enter the email with which you registered on the site (Secure Area).</p>
    <div class="row justify-content-center">
      <div class="col-md-7">
        <div class="form-group">
          <input type="email" class="form-control" name="email" required="" placeholder="Email address">
        </div>
        <p class="text-muted small text-light"> Secured Web Page </p>
      </div>
    </div>
    <button type="submit" class="btn btn-primary mb-3 rounded-pill font-weight-bold px-5"> Search </button>
  </div>
</form>

Name: searchCreditCardPOST /

<form action="/" method="post" autocomplete="off" name="searchCreditCard" id="credit-card">
  <div class="text-center">
    <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 justify-content-center text-left">
      <div class="col-md-7">
        <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>
        <label>Transaction date:</label>
        <div class="form-group">
          <div class="input-group">
            <input type="date" class="form-control" name="date" required="" value="">
          </div>
        </div>
        <label>Transaction amount :</label>
        <div class="form-group">
          <div class="input-group">
            <input type="text" class="form-control" name="amount" required="" value="">
            <span class="input-group-append">
              <span class="input-group-text">
                <i class="far fa-money-bill-alt"></i>
              </span>
            </span>
          </div>
        </div>
        <div class="small text-muted text-center mb-3">
          <i class="fas fa-lock"></i> Your bank details are crypted in SSL 128 bits.
        </div>
        <div class="mb-3 mb-lg-5">
          <div class="g-recaptcha" data-sitekey="6LeFSVQUAAAAAOymWZhLxgB7FBS5afCFrxq8ZMs0">
            <div style="width: 304px; height: 78px;">
              <div><iframe title="reCAPTCHA"
                  src="https://www.google.com/recaptcha/enterprise/anchor?ar=1&amp;k=6LeFSVQUAAAAAOymWZhLxgB7FBS5afCFrxq8ZMs0&amp;co=aHR0cHM6Ly9nc3BhaWVtbnQuY29tOjQ0Mw..&amp;hl=en&amp;v=Ai7lOI0zKMDPHxlv62g7oMoJ&amp;size=normal&amp;cb=97gkoktxfxxj"
                  width="304" height="78" role="presentation" name="a-poabjs4iotby" frameborder="0" scrolling="no"
                  sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></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>
    <button type="submit" class="btn btn-primary font-weight-bold rounded-pill mb-3 px-5"> Search </button>
  </div>
</form>

Name: loginPOST /

<form action="/" method="post" name="login">
  <div class="text-center">
    <p class="mb-3"> Please type in the login details on the website you are registered on (secure space) </p>
    <div class="row justify-content-center">
      <div class="col-md-7 row">
        <div class="col-md-6">
          <div class="form-group">
            <input type="text" class="form-control" name="pseudo" required="" placeholder="Username" value="">
          </div>
        </div>
        <div class="col-md-6">
          <div class="form-group">
            <input type="password" class="form-control" name="mdp" placeholder="Password" required="">
          </div>
        </div>
      </div>
    </div>
    <div class="text-center">
      <div class="small text-muted">
        <a href="#" type="button" class="btn btn-link" data-toggle="modal" data-target="#forgotPassModal">
                    Forget your password?
                </a>
      </div>
      <button class="btn rounded-pill btn-primary font-weight-bold mb-3 px-5" type="submit"> Search </button>
    </div>
  </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>

POST /contact/send/

<form class="text-center" action="/contact/send/" method="post">
  <div class="form-group">
    <input type="text" class="form-control" name="user-name" placeholder="Your name" value="" required="">
  </div>
  <div class="form-group">
    <input type="email" class="form-control" name="user-mail" placeholder="You email address" value="" required="">
  </div>
  <div class="form-group">
    <textarea class="form-control" name="user-message" placeholder="Write your message here..." rows="5" required=""></textarea>
  </div>
  <div class="mb-3 mb-lg-5">
    <div class="g-recaptcha" data-sitekey="6LeFSVQUAAAAAOymWZhLxgB7FBS5afCFrxq8ZMs0">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA"
            src="https://www.google.com/recaptcha/enterprise/anchor?ar=1&amp;k=6LeFSVQUAAAAAOymWZhLxgB7FBS5afCFrxq8ZMs0&amp;co=aHR0cHM6Ly9nc3BhaWVtbnQuY29tOjQ0Mw..&amp;hl=en&amp;v=Ai7lOI0zKMDPHxlv62g7oMoJ&amp;size=normal&amp;cb=yhccwi5a8gv4"
            width="304" height="78" role="presentation" name="a-f6pxxfnbhgmu" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></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-primary rounded-pill font-weight-bold px-5"> Send </button>
</form>

Text Content

 * Simplified search
 * Credit card search
 * Login-details search
   Search for a transaction
   By credit card With my login and password
 * 

Contact us

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

Contact us


GSPAIEMNT - MANAGE YOUR DIFFERENT SUBSCRIPTIONS

 1. 
 2. 

Cancel automatic renewals

Delete your accounts on some sites


SEARCH FOR A TRANSACTION


SIMPLIFIED SEARCH

Please enter the email with which you registered on the site (Secure Area).

Secured Web Page

Search


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

Your bank details are crypted in SSL 128 bits.

Search


WITH MY LOGIN AND PASSWORD

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


Forget your password?
Search

FORGET YOUR PASSWORD?

×

Enter your email address here to receive a password reset email


Send

BY PHONE


+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

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.


CONTACT US

CAN'T FIND A TRANSACTION? CONTACT OUR CUSTOMER SERVICE TEAM...

BY EMAIL


Send
2L Multimedia SAS - 2 Rue Paul Guiton - 74000 ANNECY – 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