klient.lekkieseo.pl Open in urlscan Pro
161.97.130.222  Public Scan

URL: https://klient.lekkieseo.pl/
Submission: On November 07 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

POST /orders

<form id="payment-form" method="POST" action="/orders">
  <p class="instruction"><span>Complete</span>/<span id="generate">generate</span> your shipping and payment details below</p>
  <section>
    <h2>Shipping &amp; Billing Information</h2>
    <fieldset class="with-state">
      <label>
        <span>Name</span>
        <input name="name" class="field" placeholder="Jenny Rosen" required="">
      </label>
      <label>
        <span>Email</span>
        <input name="email" type="email" class="field" placeholder="jenny@example.com" required="">
      </label>
      <label>
        <span>Address</span>
        <input name="address" class="field" placeholder="185 Berry Street Suite 550">
      </label>
      <label class="city">
        <span>City</span>
        <input name="city" class="field" placeholder="San Francisco">
      </label>
      <label class="state">
        <span>State</span>
        <input name="state" class="field" placeholder="CA">
      </label>
      <label class="zip">
        <span>ZIP</span>
        <input name="postal_code" class="field" placeholder="94107">
      </label>
      <label class="select">
        <span>Country</span>
        <div id="country" class="field US">
          <select name="country">
            <option value="AU">Australia</option>
            <option value="AT">Austria</option>
            <option value="BE">Belgium</option>
            <option value="BR">Brazil</option>
            <option value="CA">Canada</option>
            <option value="CN">China</option>
            <option value="DK">Denmark</option>
            <option value="FI">Finland</option>
            <option value="FR">France</option>
            <option value="DE">Germany</option>
            <option value="HK">Hong Kong</option>
            <option value="IE">Ireland</option>
            <option value="IT">Italy</option>
            <option value="JP">Japan</option>
            <option value="LU">Luxembourg</option>
            <option value="MY">Malaysia</option>
            <option value="MX">Mexico</option>
            <option value="NL">Netherlands</option>
            <option value="NZ">New Zealand</option>
            <option value="NO">Norway</option>
            <option value="PL">Poland</option>
            <option value="PT">Portugal</option>
            <option value="SG">Singapore</option>
            <option value="ES">Spain</option>
            <option value="SE">Sweden</option>
            <option value="CH">Switzerland</option>
            <option value="GB">United Kingdom</option>
            <option value="US" selected="selected">United States</option>
          </select>
        </div>
      </label>
    </fieldset>
    <p class="tip">Select another country to see different payment options.</p>
  </section>
  <section>
    <h2>Payment Information</h2>
    <nav id="payment-methods">
      <ul>
        <li>
          <input type="radio" name="payment" id="payment-card" value="card" checked="">
          <label for="payment-card">Card</label>
        </li>
        <li>
          <input type="radio" name="payment" id="payment-ach_credit_transfer" value="ach_credit_transfer" checked="">
          <label for="payment-ach_credit_transfer">Bank Transfer</label>
        </li>
        <li>
          <input type="radio" name="payment" id="payment-alipay" value="alipay">
          <label for="payment-alipay">Alipay</label>
        </li>
        <li>
          <input type="radio" name="payment" id="payment-bancontact" value="bancontact">
          <label for="payment-bancontact">Bancontact</label>
        </li>
        <li>
          <input type="radio" name="payment" id="payment-eps" value="eps">
          <label for="payment-eps">EPS</label>
        </li>
        <li>
          <input type="radio" name="payment" id="payment-ideal" value="ideal">
          <label for="payment-ideal">iDEAL</label>
        </li>
        <li>
          <input type="radio" name="payment" id="payment-giropay" value="giropay">
          <label for="payment-giropay">Giropay</label>
        </li>
        <li>
          <input type="radio" name="payment" id="payment-multibanco" value="multibanco">
          <label for="payment-multibanco">Multibanco</label>
        </li>
        <li>
          <input type="radio" name="payment" id="payment-p24" value="p24">
          <label for="payment-p24">Przelewy24</label>
        </li>
        <li>
          <input type="radio" name="payment" id="payment-sepa_debit" value="sepa_debit">
          <label for="payment-sepa_debit">SEPA Direct Debit</label>
        </li>
        <li>
          <input type="radio" name="payment" id="payment-sofort" value="sofort">
          <label for="payment-sofort">SOFORT</label>
        </li>
        <li>
          <input type="radio" name="payment" id="payment-wechat" value="wechat">
          <label for="payment-wechat">WeChat Pay</label>
        </li>
        <li>
          <input type="radio" name="payment" id="payment-au_becs_debit" value="au_becs_debit">
          <label for="payment-au_becs_debit">BECS Direct Debit</label>
        </li>
      </ul>
    </nav>
    <div class="payment-info card visible">
      <fieldset>
        <label>
          <span>Card</span>
          <div id="card-element" class="field"></div>
        </label>
      </fieldset>
    </div>
    <div class="payment-info sepa_debit">
      <fieldset>
        <label>
          <span>IBAN</span>
          <div id="iban-element" class="field"></div>
        </label>
      </fieldset>
      <p class="notice">By providing your IBAN and confirming this payment, you’re authorizing Payments Demo and Stripe, our payment provider, to send instructions to your bank to debit your account. You’re entitled to a refund under the terms and
        conditions of your agreement with your bank.</p>
    </div>
    <div class="payment-info ideal">
      <fieldset>
        <label>
          <span>iDEAL Bank</span>
          <div id="ideal-bank-element" class="field"></div>
        </label>
      </fieldset>
    </div>
    <div class="payment-info redirect">
      <p class="notice">You’ll be redirected to the banking site to complete your payment.</p>
    </div>
    <div class="payment-info receiver">
      <p class="notice">Payment information will be provided after you place the order.</p>
    </div>
    <div class="payment-info wechat">
      <div id="wechat-qrcode"></div>
      <p class="notice">Click the button below to generate a QR code for WeChat.</p>
    </div>
    <div class="payment-info au_becs_debit">
      <fieldset>
        <label>
          <span>Bank Account</span>
          <div id="becs-bank-element" class="field"></div>
        </label>
      </fieldset>
      <p class="notice">By providing your bank account details and confirming this payment, you agree to this Direct Debit Request and the Direct Debit Request service agreement, and authorise Stripe Payments Australia Pty Ltd ACN 160 180 343 Direct
        Debit User ID number 507156 (“Stripe”) to debit your account through the Bulk Electronic Clearing System (BECS) on behalf of Stripe Payments Demo (the “Merchant”) for any amounts separately communicated to you by the Merchant. You certify
        that you are either an account holder or an authorised signatory on the account listed above.</p>
    </div>
  </section>
  <button class="payment-button" type="submit">Pay</button>
</form>

Text Content

Stripe Payments Demo View on GitHub

Complete/generate your shipping and payment details below


SHIPPING & BILLING INFORMATION

Name Email Address City State ZIP Country
Australia Austria Belgium Brazil Canada China Denmark Finland France Germany
Hong Kong Ireland Italy Japan Luxembourg Malaysia Mexico Netherlands New Zealand
Norway Poland Portugal Singapore Spain Sweden Switzerland United Kingdom United
States

Select another country to see different payment options.


PAYMENT INFORMATION

 * Card
 * Bank Transfer
 * Alipay
 * Bancontact
 * EPS
 * iDEAL
 * Giropay
 * Multibanco
 * Przelewy24
 * SEPA Direct Debit
 * SOFORT
 * WeChat Pay
 * BECS Direct Debit

Card

IBAN


By providing your IBAN and confirming this payment, you’re authorizing Payments
Demo and Stripe, our payment provider, to send instructions to your bank to
debit your account. You’re entitled to a refund under the terms and conditions
of your agreement with your bank.

iDEAL Bank


You’ll be redirected to the banking site to complete your payment.

Payment information will be provided after you place the order.

Click the button below to generate a QR code for WeChat.

Bank Account


By providing your bank account details and confirming this payment, you agree to
this Direct Debit Request and the Direct Debit Request service agreement, and
authorise Stripe Payments Australia Pty Ltd ACN 160 180 343 Direct Debit User ID
number 507156 (“Stripe”) to debit your account through the Bulk Electronic
Clearing System (BECS) on behalf of Stripe Payments Demo (the “Merchant”) for
any amounts separately communicated to you by the Merchant. You certify that you
are either an account holder or an authorised signatory on the account listed
above.

Pay





COMPLETING YOUR ORDER…

We’re just waiting for the confirmation from your bank… This might take a moment
but feel free to close this page.

We’ll send your receipt via email shortly.


THANKS FOR YOUR ORDER!

Woot! You successfully made a payment with Stripe.

We just sent your receipt to your email address, and your items will be on their
way shortly.


THANKS! ONE LAST STEP!

Please make a payment using the details below to complete your order.




OOPS, PAYMENT FAILED.

It looks like your order could not be paid at this time. Please try again or
select a different payment option.




ORDER SUMMARY



Subtotal



Shipping

Free

Demo in test mode

You can copy and paste the following test cards to trigger different scenarios:

Default US card: 4242424242424242 Authentication required: 4000002760003184

See the docs for a full list of test cards. Non-card payments will redirect to
test pages.

Total