www.coinpayments.net Open in urlscan Pro
205.220.231.4  Public Scan

Submitted URL: https://www.secure-payments.app/payments/interaction/coinpayments/form/txn_01H998TWG1VAMAYPFE0HAPYNG4/4248543943f2443fbc9841251e...
Effective URL: https://www.coinpayments.net/index.php
Submission: On September 01 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST index.php

<form id="coform" role="form" action="index.php" method="post" class="needs-validation" novalidate="">
  <input type="hidden" name="cmd" value="_pay_simple">
  <input type="hidden" id="paymethod" name="paymethod" value="coins">
  <input type="hidden" id="selcoin" name="selcoin" value="">
  <input type="hidden" name="csrf" value="dbd975dc3df82638485c93035f487abea65bfc5aeec7b4f9243f4425bb555f04">
  <input type="hidden" id="checkout" name="checkout" value="0">
  <input type="hidden" id="saved_addr_id" name="saved_addr_id" value="0">
  <input type="hidden" id="applycoinbal" name="applycoinbal" value="1">
  <input type="hidden" id="forcecoinbal" name="forcecoinbal" value="0">
  <input type="hidden" id="enable_ab_test" name="enable_ab_test" value="1">
  <input type="hidden" id="initid" name="initid" value="1053943">
  <input type="hidden" id="visitorid" name="visitorid" value="c8f23e39b28e94f0">
  <input type="hidden" id="first_name" name="first_name" value="">
  <input type="hidden" id="last_name" name="last_name" value="">
  <input type="hidden" id="email" name="email" value="">
  <input type="hidden" id="address1" name="address1" value="">
  <input type="hidden" id="address2" name="address2" value="">
  <input type="hidden" id="city" name="city" value="">
  <input type="hidden" id="state" name="state" value="">
  <input type="hidden" id="zip" name="zip" value="">
  <input type="hidden" id="phone" name="phone" value="">
  <input type="hidden" id="country" name="country" value="">
  <script type="text/javascript">
    var has_submit = false;

    function doCheckout(btnpre) {
      if (has_submit) {
        //alert('You have already clicked submit!');
        return false;
      }
      has_submit = true;
      setTimeout(function() {
        has_submit = false;
      }, 30000);
      document.getElementById('checkout').value = '1';
      document.getElementById('coform').submit();
      return false;
    }
    var oldcoin = '';

    function updateSelCoin(pm, coin) {
      if (oldcoin != '') {
        var elold = document.getElementById(oldcoin);
        if (elold != null) {
          elold.className = 'coin-select w-clearfix w-inline-block';
        }
      }
      var elname = pm + '_' + coin;
      document.getElementById('paymethod').value = pm;
      document.getElementById('selcoin').value = coin;
      var el = document.getElementById(elname);
      if (el != null) {
        el.className += ' selected';
      }
      oldcoin = elname;
      return false;
    }

    function updateSelCoin2() {
      var elsel = document.querySelector('input[name="coin_selection"]:checked');
      if (elsel != null) {
        console.log("updated sel coin");
        console.log(document.querySelector('input[name="coin_selection"]:checked').getAttribute("data-selcoin"))
        document.getElementById('paymethod').value = document.querySelector('input[name="coin_selection"]:checked').getAttribute("data-paymethod")
        document.getElementById('selcoin').value = document.querySelector('input[name="coin_selection"]:checked').getAttribute("data-selcoin")
      }
      // console.log(elsel);
      return true;
    }

    function setApplyBalance() {
      var el = document.getElementById('applycoinbalchk');
      var el2 = document.getElementById('applycoinbal');
      if (el != null && el2 != null) {
        el2.value = el.checked ? '1' : '0';
      } else {
        alert(el);
        alert(el2);
      }
    }

    function copyFields(spre, dpre) {
      var el1 = null;
      var el2 = null;
      el1 = document.getElementById(spre + 'first_name');
      el2 = document.getElementById(dpre + 'first_name');
      if (el1 != null && el2 != null) {
        el2.value = el1.value;
      }
      el1 = document.getElementById(spre + 'last_name');
      el2 = document.getElementById(dpre + 'last_name');
      if (el1 != null && el2 != null) {
        el2.value = el1.value;
      }
      el1 = document.getElementById(spre + 'email');
      el2 = document.getElementById(dpre + 'email');
      if (el1 != null && el2 != null) {
        el2.value = el1.value;
      }
      el1 = document.getElementById(spre + 'address1');
      el2 = document.getElementById(dpre + 'address1');
      if (el1 != null && el2 != null) {
        el2.value = el1.value;
      }
      el1 = document.getElementById(spre + 'address2');
      el2 = document.getElementById(dpre + 'address2');
      if (el1 != null && el2 != null) {
        el2.value = el1.value;
      }
      el1 = document.getElementById(spre + 'city');
      el2 = document.getElementById(dpre + 'city');
      if (el1 != null && el2 != null) {
        el2.value = el1.value;
      }
      el1 = document.getElementById(spre + 'state');
      el2 = document.getElementById(dpre + 'state');
      if (el1 != null && el2 != null) {
        el2.value = el1.value;
      }
      el1 = document.getElementById(spre + 'zip');
      el2 = document.getElementById(dpre + 'zip');
      if (el1 != null && el2 != null) {
        el2.value = el1.value;
      }
      el1 = document.getElementById(spre + 'phone');
      el2 = document.getElementById(dpre + 'phone');
      if (el1 != null && el2 != null) {
        el2.value = el1.value;
      }
      el1 = document.getElementById(spre + 'country');
      el2 = document.getElementById(dpre + 'country');
      if (el1 != null && el2 != null) {
        el2.value = el1.value;
        if (spre != '' && dpre != '') {
          el2.selectedIndex = el1.selectedIndex;
        }
      }
    }
  </script>
  <!-- PROFILE CARD -->
  <div class="container">
    <div class="d-md-flex align-items-center p-3 mb-5 bg-white rounded shadow justify-content-between">
      <div class="payment_title mb-4 mb-md-0">
        <h5 class="mb-0">Online-line</h5>
        <small>
          <span class=""> Feedback: <a class="merchant-link" href="feedback-da48cef251a30d88b7c9a6bfd8cec43d" target="_blank"><span class="oi oi-star text-primary" title="star" aria-hidden="true"></span><span class="oi oi-star text-primary" title="star" aria-hidden="true"></span><span class="oi oi-star text-primary" title="star" aria-hidden="true"></span><span class="oi oi-star text-primary" title="star" aria-hidden="true"></span><span class="oi oi-star text-primary" title="star" aria-hidden="true"></span> 
<span class="star-icons">(100%)</span></a> </span>
        </small>
      </div>
      <div class="profile_buttons">
        <a href="feedback-da48cef251a30d88b7c9a6bfd8cec43d" class="btn btn-primary"><span class="oi oi-person"></span> Seller Profile</a>
        <!--                    <a href="#" class="btn btn-primary"><span class="oi oi-envelope-closed"></span> Email Seller</a>-->
      </div>
    </div>
  </div>
  <!--CONTAINER -->
  <div class="container">
    <div class="row">
      <div class="col-md-5 order-md-2 mb-4">
        <h4 class="d-flex justify-content-between align-items-center mb-3">
          <span>Your cart</span>
          <!--					<span class="badge badge-secondary badge-pill">2</span>-->
        </h4>
        <ul class="list-group mb-3">
          <li class="cart-item list-group-item d-flex justify-content-between py-3">
            <div>
              <h6 class="my-0 cart_item_title">EU Online line</h6>
            </div>
            <span class="text-muted">252.50 USD</span>
          </li>
        </ul>
        <h4 class="mb-2">Münze auswählen</h4>
        <div class="card p-2" id="coin_select">
          <div class="input-group">
            <input type="text" class="form-control search" placeholder="Filter by name or ticker">
          </div>
          <div class="list-group mt-2 list">
            <div class="coinlistwrapper"><input type="radio" name="coin_selection" data-paymethod="coins" data-selcoin="BTC" value="coins_BTC" id="coins_BTC"><label class="list-group-item coin_list_item" for="coins_BTC">
                <div class="d-flex justify-content-between w-100">
                  <div class="d-flex coin_name">
                    <img class="align-middle" src="images/coins/BTC.png" alt=""> Bitcoin
                  </div>
                  <div class="d-flex"> 0.00980000 BTC </div>
                  <div class="d-none coin_ticker"> BTC </div>
                </div>
              </label></div>
            <div class="coinlistwrapper"><input type="radio" name="coin_selection" data-paymethod="coins" data-selcoin="USDC" value="coins_USDC" id="coins_USDC"><label class="list-group-item coin_list_item" for="coins_USDC">
                <div class="d-flex justify-content-between w-100">
                  <div class="d-flex coin_name">
                    <img class="align-middle" src="images/coins/chained/USDC.ETH.png" alt=""> USD Coin (ERC20)
                  </div>
                  <div class="d-flex"> 254.06610000 USDC </div>
                  <div class="d-none coin_ticker"> USDC </div>
                </div>
              </label></div>
            <div class="coinlistwrapper"><input type="radio" name="coin_selection" data-paymethod="coins" data-selcoin="USDC.BEP20" value="coins_USDC.BEP20" id="coins_USDC.BEP20"><label class="list-group-item coin_list_item" for="coins_USDC.BEP20">
                <div class="d-flex justify-content-between w-100">
                  <div class="d-flex coin_name">
                    <img class="align-middle" src="images/coins/chained/USDC.BNBBSC.png" alt=""> USD Coin (BSC Chain)
                  </div>
                  <div class="d-flex"> 252.39000000 USDC.BEP20 </div>
                  <div class="d-none coin_ticker"> USDC.BEP20 </div>
                </div>
              </label></div>
            <div class="coinlistwrapper"><input type="radio" name="coin_selection" data-paymethod="coins" data-selcoin="USDT.BEP2" value="coins_USDT.BEP2" id="coins_USDT.BEP2"><label class="list-group-item coin_list_item" for="coins_USDT.BEP2">
                <div class="d-flex justify-content-between w-100">
                  <div class="d-flex coin_name">
                    <img class="align-middle" src="images/coins/chained/USDT.BNB.png" alt=""> Tether USD (BC Chain)
                  </div>
                  <div class="d-flex"> 252.60000000 USDT.BEP2 </div>
                  <div class="d-none coin_ticker"> USDT.BEP2 </div>
                </div>
              </label></div>
            <div class="coinlistwrapper"><input type="radio" name="coin_selection" data-paymethod="coins" data-selcoin="USDT.BEP20" value="coins_USDT.BEP20" id="coins_USDT.BEP20"><label class="list-group-item coin_list_item" for="coins_USDT.BEP20">
                <div class="d-flex justify-content-between w-100">
                  <div class="d-flex coin_name">
                    <img class="align-middle" src="images/coins/chained/USDT.BNBBSC.png" alt=""> Tether USD (BSC Chain)
                  </div>
                  <div class="d-flex"> 252.60000000 USDT.BEP20 </div>
                  <div class="d-none coin_ticker"> USDT.BEP20 </div>
                </div>
              </label></div>
            <div class="coinlistwrapper"><input type="radio" name="coin_selection" data-paymethod="coins" data-selcoin="USDT.ERC20" value="coins_USDT.ERC20" id="coins_USDT.ERC20"><label class="list-group-item coin_list_item" for="coins_USDT.ERC20">
                <div class="d-flex justify-content-between w-100">
                  <div class="d-flex coin_name">
                    <img class="align-middle" src="images/coins/chained/USDT.ETH.png" alt=""> Tether USD (ERC20)
                  </div>
                  <div class="d-flex"> 254.29000000 USDT.ERC20 </div>
                  <div class="d-none coin_ticker"> USDT.ERC20 </div>
                </div>
              </label></div>
            <div class="coinlistwrapper"><input type="radio" name="coin_selection" data-paymethod="coins" data-selcoin="USDT.TRC20" value="coins_USDT.TRC20" id="coins_USDT.TRC20"><label class="list-group-item coin_list_item" for="coins_USDT.TRC20">
                <div class="d-flex justify-content-between w-100">
                  <div class="d-flex coin_name">
                    <img class="align-middle" src="images/coins/chained/USDT.TRX.png" alt=""> Tether USD (Tron/TRC20)
                  </div>
                  <div class="d-flex"> 252.59306000 USDT.TRC20 </div>
                  <div class="d-none coin_ticker"> USDT.TRC20 </div>
                </div>
              </label></div>
          </div>
          <!--
                    <div class="custom-control custom-checkbox my-2 mx-1">
                        <input type="checkbox" class="custom-control-input" id="use_fio" name="use_fio" value="1">
                        <label class="custom-control-label" for="use_fio">Pay with your FIO-compatible wallet</label>
                    </div>
-->
          <div class="justify-content-between lh-condensed my-2 mx-1 text-center" style="background-color: #eee; padding: 5px; border: 1px #aaa solid;"> Pay with FIO request (optional) <input type="text" class="form-control" id="fio_address"
              name="fio_address" autocomplete="off" value="" placeholder="username@domain">
          </div>
        </div>
      </div>
      <div class="col-md-7 order-md-1">
        <h4 class="mb-3">Billing Information</h4>
        <!--                <form class="needs-validation" novalidate>-->
        <div class="row">
          <div class="col-md-6 mb-3">
            <label for="dfirst_name">Vorname</label>
            <input type="text" class="form-control" id="dfirst_name" placeholder="Vorname" value="Alyane" required="">
            <div class="invalid-feedback"> Valid first name is required. </div>
          </div>
          <div class="col-md-6 mb-3">
            <label for="dlast_name">Nachname</label>
            <input type="text" class="form-control" id="dlast_name" placeholder="Nachname" value="Kaissani" required="">
            <div class="invalid-feedback"> Valid last name is required. </div>
          </div>
        </div>
        <div class="mb-3">
          <label for="demail">Email</label>
          <input type="email" class="form-control" id="demail" placeholder="Email" value="kaissania@gmail.com" required="">
          <div class="invalid-feedback"> Please enter a valid email address for updates. </div>
        </div>
        <hr class="mb-4">
        <button class="btn btn-primary btn-lg btn-block checkout_btn" id="dbtnCheckout" onclick="javascript:copyFields('d','');doCheckout('d');return false;">
          <span>Bezahlung abschließen</span>
        </button>
        <a href="https://www.secure-payments.app/payments/cancel/txn_01H998TWG1VAMAYPFE0HAPYNG4/4248543943f2443fbc9841251ea7bc2f/" class="text-secondary mt-3 d-block">Abbrechen &amp; Zurückkehren</a>
      </div>
    </div>
  </div>
</form>

Text Content

Securely processed by CoinPayments.net

ONLINE-LINE

Feedback: (100%)
Seller Profile

YOUR CART

 * EU ONLINE LINE
   
   252.50 USD

MÜNZE AUSWÄHLEN

Bitcoin
0.00980000 BTC
BTC
USD Coin (ERC20)
254.06610000 USDC
USDC
USD Coin (BSC Chain)
252.39000000 USDC.BEP20
USDC.BEP20
Tether USD (BC Chain)
252.60000000 USDT.BEP2
USDT.BEP2
Tether USD (BSC Chain)
252.60000000 USDT.BEP20
USDT.BEP20
Tether USD (ERC20)
254.29000000 USDT.ERC20
USDT.ERC20
Tether USD (Tron/TRC20)
252.59306000 USDT.TRC20
USDT.TRC20
Pay with FIO request (optional)

BILLING INFORMATION

Vorname
Valid first name is required.
Nachname
Valid last name is required.
Email
Please enter a valid email address for updates.

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

Bezahlung abschließen Abbrechen & Zurückkehren

© 2013-2023

 * Hilfe
 * Bestimmungen zur Privatsphäre
 * Bestimmungen und Konditionen