mypos.com Open in urlscan Pro
2606:4700::6812:74f  Public Scan

Submitted URL: https://mypos.com/pr/BI49V9V761UZ03
Effective URL: https://mypos.com/pr/en/pay
Submission: On August 05 via manual from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST

<form method="post" class="card_payment  payment_method" autocomplete="off">
  <input type="hidden" name="pay" value="1">
  <input type="hidden" name="payment_method" value="ideal_mpl">
  <button id="payment_button_ideal" type="submit" class="list-group-item list-group-item-action js_show_loader ideal_confirm_button">
    <span class="list-group-item-inner">iDeal Online Payment</span>
    <span class="list-group-item-image">
      <svg width="32px" height="28px">
        <use xlink:href="#i-deal"></use>
      </svg>
    </span>
  </button>
</form>

POST https://mypos.com/pr/en/pay

<form method="post" action="https://mypos.com/pr/en/pay" autocomplete="off" id="type_bancontact" class="card_payment display_none">
  <div class="text-with-line mt_30 mb_30 paymentButtonJS">or enter payment details</div>
  <div class="form-body">
    <button type="button" class="form-title btn btn-link btn-link-back mb_30 text-left js_back_to_step_1"> Bancontact payment </button>
    <div class="alert error" style="display: none;">
      <a href="javascript:;" class="close" onclick="$(this).closest('.error').hide()">×</a>
      <div id="err_text">
      </div>
    </div>
    <script type="text/javascript">
      $(function() {
        if (typeof errorFields != undefined && errorFields) {
          colorFormFields_m(errorFields);
        }
      });

      function colorFormFields_m(errorFields) {
        var cont = $('body ' + errorFormScope);
        if (!cont) {
          return false;
        }
        if (errorFields && (errorFields != '')) {
          var len = errorFields.length;
          for (i = 0; i <= len; i++) {
            cont.find('[name="' + errorFields[i] + '"]').addClass('is-invalid');
          }
        }
      }
    </script>
    <script type="text/javascript">
      var noticeErrors = {
        required_fields: 'This is a required field',
        cvc_expired: 'Seems like your card has expired',
        please_use_latin_letters_only: 'Please use Latin letters only.',
      }
      var errorFormScope = '';
      var errorFields = [];
    </script>
    <div class="form-group">
      <label for="">Name on card</label>
      <input type="text" name="emboss_name" value="" class="form-control text-uppercase jsCardHolderTransliteration" maxlength="150">
    </div>
    <div class="form-group form-group-pan">
      <label for="">Card number</label>
      <input type="tel" name="pan" value="" autocomplete="off" class="form-control pan-field" onkeyup="isNumeric(this)" style="display: none;">
      <div class="pan-logo-show">
        <svg style="width: 37px; height: 22px;" class="pan-logo-bancontact">
          <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#bancontact-second"></use>
        </svg>
      </div>
      <input type="tel" value="" autocomplete="off" class="form-control pan-field-mask" onkeyup="isNumeric(this)">
    </div>
    <div class="row">
      <div class="col-md-6 col-sm-4 col-7">
        <div class="form-group">
          <label for="">Expiry date</label>
          <div class="row">
            <div class="col-6 has-separator" data-separator="/">
              <input type="tel" name="exp_m" class="form-control text-center card_expiry_date dateMonth" placeholder="MM" autocomplete="off" value="" size="2" maxlength="2" onkeyup="isNumeric(this)">
            </div>
            <div class="col-6">
              <input type="tel" name="exp_y" class="form-control text-center card_expiry_date dateYear" placeholder="YY" autocomplete="off" value="" size="2" maxlength="2" onkeyup="isNumeric(this)">
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="form-group hidden">
      <label for="">ZIP / City</label>
      <div class="input-group">
        <input type="text" autocomplete="off" name="zip" value="" placeholder="ZIP" class="form-control col-4 zip_input" disabled="">
        <input type="text" autocomplete="off" name="city" value="" placeholder="City" class="form-control col-8 city_input" disabled="">
      </div>
    </div>
    <div class="form-group form-group-counter hidden">
      <label for="address">Address</label>
      <div class="input-counter js_input_counter">
        <input type="text" id="address" maxlength="20" autocomplete="off" name="address" value="" class="form-control" disabled="">
        <label for="address_line_1"><span class="input-counter-inner">0</span>/<span class="input-counter-max">20</span></label>
      </div>
    </div>
    <!-- !_TODO IF 3ds2 -->
    <div class="js3ds2Show hidden">
      <hr>
      <div class="form-group">
        <label for="">Email</label>
        <input type="text" name="email" value="" autocomplete="off" class="form-control" disabled="" maxlength="64">
      </div>
      <div class="jsBrowserData"></div>
    </div>
    <!-- /3ds2 -->
    <hr class="mt_0 mb_10">
    <div class="form-actions">
      <button type="submit" class="btn btn-primary btn-block text-uppercase js_show_loader">Confirm</button>
      <input type="hidden" name="pay" value="1">
      <input type="hidden" name="payment_method" value="bancontact">
    </div>
    <p class="notice text-center">This transaction will appear on your statement as <strong class="text-nowrap">BRIM&nbsp;HOTEL, Iceland</strong>. </p>
    <p class="notice text-center">If your card supports 3D Secure authentication, you may be redirected to the 3D Secure verification website of your issuer. Have in mind that in case your card is enabled for the latest 3D Secure protocol, additional
      details have to be provided.</p>
  </div>
</form>

POST https://mypos.com/pr/en/pay

<form method="post" action="https://mypos.com/pr/en/pay" autocomplete="off" id="type_card" class="card_payment display_none">
  <div class="text-with-line mt_30 mb_30 paymentButtonJS">or enter payment details</div>
  <div class="form-body">
    <button type="button" class="form-title btn btn-link btn-link-back mb_30 text-left js_back_to_step_1"> Card payment </button>
    <div class="alert error" style="display: none;">
      <a href="javascript:;" class="close" onclick="$(this).closest('.error').hide()">×</a>
      <div id="err_text">
      </div>
    </div>
    <script type="text/javascript">
      $(function() {
        if (typeof errorFields != undefined && errorFields) {
          colorFormFields_m(errorFields);
        }
      });

      function colorFormFields_m(errorFields) {
        var cont = $('body ' + errorFormScope);
        if (!cont) {
          return false;
        }
        if (errorFields && (errorFields != '')) {
          var len = errorFields.length;
          for (i = 0; i <= len; i++) {
            cont.find('[name="' + errorFields[i] + '"]').addClass('is-invalid');
          }
        }
      }
    </script>
    <script type="text/javascript">
      var noticeErrors = {
        required_fields: 'This is a required field',
        cvc_expired: 'Seems like your card has expired',
        please_use_latin_letters_only: 'Please use Latin letters only.',
      }
      var errorFormScope = '';
      var errorFields = [];
    </script>
    <div class="form-group">
      <label for="">Name on card</label>
      <input type="text" name="emboss_name" value="" class="form-control text-uppercase jsCardHolderTransliteration" maxlength="150">
    </div>
    <div class="form-group form-group-pan">
      <label for="">Card number</label>
      <input type="tel" name="pan" value="" autocomplete="off" class="form-control pan-field" onkeyup="isNumeric(this)" style="display: none;">
      <div class="pan-logo">
        <svg style="width: 37px; height: 22px;" class="pan-logo-visa">
          <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#visa" fill="#1434cb"></use>
        </svg>
        <svg style="width: 37px; height: 19px;" class="pan-logo-visa-electron">
          <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#visa-electron" fill="#1434cb"></use>
        </svg>
        <svg style="width: 22px; height: 22px;" class="pan-logo-vpay">
          <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#vpay" fill="#1434cb"></use>
        </svg>
        <svg style="width: 30px; height: 22px;" class="pan-logo-mastercard">
          <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#mastercard"></use>
        </svg>
        <svg style="width: 30px; height: 22px;" class="pan-logo-maestro">
          <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#maestro-alt"></use>
        </svg>
        <svg style="width: 29px; height: 22px;" class="pan-logo-jcb">
          <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#jcb"></use>
        </svg>
        <svg style="width: 32px; height: 22px;" class="pan-logo-bancontact">
          <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#bancontact-second"></use>
        </svg>
        <svg style="width: 22px; height: 22px;" class="pan-logo-amex">
          <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#american-express"></use>
        </svg>
      </div>
      <input type="tel" value="" autocomplete="off" class="form-control pan-field-mask" onkeyup="isNumeric(this)">
    </div>
    <div class="row">
      <div class="col-md-6 col-sm-4 col-7">
        <div class="form-group">
          <label for="">Expiry date</label>
          <div class="row">
            <div class="col-6 has-separator" data-separator="/">
              <input type="tel" name="exp_m" class="form-control text-center card_expiry_date dateMonth" placeholder="MM" autocomplete="off" value="" size="2" maxlength="2" onkeyup="isNumeric(this)">
            </div>
            <div class="col-6">
              <input type="tel" name="exp_y" class="form-control text-center card_expiry_date dateYear" placeholder="YY" autocomplete="off" value="" size="2" maxlength="2" onkeyup="isNumeric(this)">
            </div>
          </div>
        </div>
      </div>
      <div class="col-md-4 offset-md-2 col-sm-3 offset-sm-5 col-5 pl_xs_0">
        <div class="form-group form-group-cvc">
          <label for="">CVC</label>
          <div class="cvc-input-wrap">
            <input type="password" name="cvc" value="" autocomplete="cc-csc" placeholder="CVC" maxlength="4" class="form-control cvcField" onkeyup="isNumeric(this)">
            <div class="eye-button-wrap">
              <button type="button" data-action="show-password">
                <i class="ico-font ico-font-eye-off"></i>
              </button>
            </div>
            <div class="cvc-logo">
              <svg style="width: 38px; height: 24px;">
                <use xlink:href="#cvc-card"></use>
              </svg>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="form-group hidden">
      <label for="">ZIP / City</label>
      <div class="input-group">
        <input type="text" autocomplete="off" name="zip" value="" placeholder="ZIP" class="form-control col-4 zip_input" disabled="">
        <input type="text" autocomplete="off" name="city" value="" placeholder="City" class="form-control col-8 city_input" disabled="">
      </div>
    </div>
    <div class="form-group form-group-counter hidden">
      <label for="address">Address</label>
      <div class="input-counter js_input_counter">
        <input type="text" id="address" maxlength="20" autocomplete="off" name="address" value="" class="form-control" disabled="">
        <label for="address_line_1"><span class="input-counter-inner">0</span>/<span class="input-counter-max">20</span></label>
      </div>
    </div>
    <!-- !_TODO IF 3ds2 -->
    <div class="js3ds2Show hidden">
      <hr>
      <div class="form-group">
        <label for="">Email</label>
        <input type="text" name="email" value="" autocomplete="off" class="form-control" disabled="" maxlength="64">
      </div>
      <div class="jsBrowserData"></div>
    </div>
    <!-- /3ds2 -->
    <ul class="list-inline list-payment-types pt_10">
      <li class="list-inline-item">
        <svg style="width: 49px; height: 26px; margin-top: -3px;">
          <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#visa" fill="#1434cb"></use>
        </svg>
      </li>
      <li class="list-inline-item">
        <svg style="width: 49px; height: 26px;">
          <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#visa-electron" fill="#1434cb"></use>
        </svg>
      </li>
      <li class="list-inline-item">
        <svg style="width: 21px; height: 26px;">
          <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#vpay" fill="#1434cb"></use>
        </svg>
      </li>
      <li class="list-inline-item">
        <svg style="width: 32px; height: 26px; margin-top: -3px;">
          <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#mastercard"></use>
        </svg>
      </li>
      <li class="list-inline-item">
        <svg style="width: 32px; height: 25px;">
          <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#maestro"></use>
        </svg>
      </li>
      <li class="list-inline-item">
        <svg style="width: 26px; height: 25px;">
          <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#american-express"></use>
        </svg>
      </li>
      <li class="list-inline-item">
        <svg style="width: 34px; height: 24px;">
          <use xlink:href="#bancontact-second"></use>
        </svg>
      </li>
    </ul>
    <div class="form-actions">
      <button type="submit" class="btn btn-primary btn-block text-uppercase js_show_loader">Confirm</button>
      <input type="hidden" name="pay" value="1">
      <input type="hidden" name="payment_method" value="card">
    </div>
    <p class="notice text-center">This transaction will appear on your statement as <strong class="text-nowrap">BRIM&nbsp;HOTEL, Iceland</strong>. </p>
    <p class="notice text-center">If your card supports 3D Secure authentication, you may be redirected to the 3D Secure verification website of your issuer. Have in mind that in case your card is enabled for the latest 3D Secure protocol, additional
      details have to be provided.</p>
  </div>
</form>

Text Content

Payment Request

144.17 EUR

Requested from BRIM HOTEL Reason: Alex Hess
Scan the QR code and pay directly with your phone.
×

••••••


or choose another payment method

Choose a payment method

Card payment
 * 
 * 
 * 
 * 

iDeal Online Payment
or enter payment details
Bancontact payment
×

Name on card
Card number

Expiry date

ZIP / City

Address
0/20

--------------------------------------------------------------------------------

Email


--------------------------------------------------------------------------------

Confirm

This transaction will appear on your statement as BRIM HOTEL, Iceland.

If your card supports 3D Secure authentication, you may be redirected to the 3D
Secure verification website of your issuer. Have in mind that in case your card
is enabled for the latest 3D Secure protocol, additional details have to be
provided.

or enter payment details
Card payment
×

Name on card
Card number

Expiry date

CVC

ZIP / City

Address
0/20

--------------------------------------------------------------------------------

Email

 * 
 * 
 * 
 * 
 * 
 * 
 * 

Confirm

This transaction will appear on your statement as BRIM HOTEL, Iceland.

If your card supports 3D Secure authentication, you may be redirected to the 3D
Secure verification website of your issuer. Have in mind that in case your card
is enabled for the latest 3D Secure protocol, additional details have to be
provided.

Secure checkout by



Processing

We’re currently processing your payment. Please wait.