itpay.app Open in urlscan Pro
2606:4700:20::ac43:480f  Public Scan

URL: https://itpay.app/en/transfer/w7eRk0xavp
Submission: On October 15 via manual from SA — Scanned from DE

Form analysis 7 forms found in the DOM

<form wire:submit.prevent="submit">
  <div class="mb-8">
    <div class="mb-6">
      <div class="mb-5 relative">
        <div>
          <div class="input-container" x-init="checkValue()" x-data="{ ...animateLabel('card') }">
            <label for="card" class="input-container__label text-sm" @click="labelClick()"> Card number </label>
            <input id="card" @focus="focus()" @focusout="focusout()" type="text" class="input-container__input text-base bg-gray" autocomplete="cc-number" wire:model.debounce.500ms="card">
          </div>
        </div>
      </div>
      <div class="grid grid-cols-2 gap-5 mb-5">
        <div class="col-span-2 sm:col-span-1">
          <div maxlength="5">
            <div class="input-container" x-init="checkValue()" x-data="{ ...animateLabel('exp') }">
              <label for="exp" class="input-container__label text-sm" @click="labelClick()"> Expiration date </label>
              <input id="exp" @focus="focus()" @focusout="focusout()" type="text" class="input-container__input text-base bg-gray" autocomplete="cc-exp" wire:model.defer="exp" maxlength="5">
            </div>
          </div>
        </div>
        <div class="col-span-2 sm:col-span-1">
          <div>
            <div class="input-container" x-init="checkValue()" x-data="{ ...animateLabel('cvc') }">
              <label for="cvc" class="input-container__label text-sm" @click="labelClick()"> CVC/CVV code </label>
              <input id="cvc" @focus="focus()" @focusout="focusout()" type="password" class="input-container__input text-base bg-gray" autocomplete="cc-csc" wire:model.defer="cvc">
            </div>
          </div>
        </div>
      </div>
      <div class="mb-5">
        <div>
          <div class="input-container" x-init="checkValue()" x-data="{ ...animateLabel('cardholder') }">
            <label for="cardholder" class="input-container__label text-sm" @click="labelClick()"> Cardholder </label>
            <input id="cardholder" @focus="focus()" @focusout="focusout()" type="text" class="input-container__input text-base bg-gray" wire:model.debounce.500ms="cardholder">
          </div>
        </div>
      </div>
    </div>
  </div>
  <button wire:loading.attr="disabled" wire:loading.class.add="loading" class="button">
    <span class="button__preloader">
      <svg version="1.1" id="L9" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 0 0" xml:space="preserve">
        <path fill="#fff" d="M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50">
          <animateTransform attributeName="transform" attributeType="XML" type="rotate" dur="700ms" from="0 50 50" to="360 50 50" repeatCount="indefinite"></animateTransform>
        </path>
      </svg> </span>
    <span class="button__text"> Pay 200,00 ₽ </span>
  </button>
</form>

<form wire:submit.prevent="submit">
  <div class="mb-8">
    <div class="mb-6">
      <div class="relative font-medium mb-5">
        <div>
          <div class="input-container" x-init="checkValue()" x-data="{ ...animateLabel('phone') }">
            <label for="phone" class="input-container__label text-sm" @click="labelClick()"> QIWI phone number </label>
            <input id="phone" @focus="focus()" @focusout="focusout()" type="text" class="input-container__input text-base bg-gray" wire:model.debounce.500ms="phone">
          </div>
        </div>
      </div>
    </div>
  </div>
  <button wire:loading.attr="disabled" wire:loading.class.add="loading" class="button">
    <span class="button__preloader">
      <svg version="1.1" id="L9" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 0 0" xml:space="preserve">
        <path fill="#fff" d="M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50">
          <animateTransform attributeName="transform" attributeType="XML" type="rotate" dur="700ms" from="0 50 50" to="360 50 50" repeatCount="indefinite"></animateTransform>
        </path>
      </svg> </span>
    <span class="button__text"> Pay 200,00 ₽ </span>
  </button>
</form>

<form wire:submit.prevent="submit" wire:init="componentInit">
  <div class="relative font-medium mb-5">
    <div class="relative rounded-lg font-medium" x-data="{ show : false }">
      <label for="cryptoCurrency" class="z-10 absolute left-4.5 text-gray-mid transform transition-all duration-150 cursor-text top-2 translate-y-0 text-sm"> Currency </label>
      <div id="cryptoCurrency" wire:model="cryptoCurrency" x-on:click="show = !show" x-on:click.away="show = false" class="
            rounded-lg block w-full transition duration-150 ease-in-out sm:leading-5 text-left px-4.5 bg-gray
            pt-6 pb-2
            cursor-pointer
            border-blue
        ">
        <span class="block truncate text-base text-black">USDT</span>
        <span class="absolute inset-y-0 right-0 flex items-center pr-2 pointer-events-none">
          <svg class="h-5 w-5 text-gray-mid" viewBox="0 0 20 20" fill="none" stroke="currentColor">
            <path d="M7 7l3-3 3 3m0 6l-3 3-3-3" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          </svg>
        </span>
      </div>
      <div x-show.transition.opacity="show" class="absolute mt-1 w-full rounded-lg bg-white shadow-lg z-30">
        <ul tabindex="-1" role="listbox" aria-labelledby="listbox-label" aria-activedescendant="listbox-item-3" class="max-h-96 rounded-lg py-1 text-base leading-6 shadow-xs overflow-auto focus:outline-none sm:text-base sm:leading-5 bg-gray"
          x-cloak="">
          <li wire:click="$set('cryptoCurrency', 'USDT')" x-on:click="show = !show" class="text-black cursor-pointer select-none relative py-3 pl-3 pr-9 hover:bg-gray-dark transition-all duration-100 flex">
            <span class="text-left inline-block font-bold">
              <div>USDT</div>
            </span>
            <span class="absolute inset-y-0 right-0 items-center pr-4 flex">
              <svg class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path>
              </svg>
            </span>
          </li>
        </ul>
      </div>
    </div>
  </div>
  <div class="grid grid-cols-2 gap-5 mb-5">
    <div class="col-span-2 sm:col-span-1">
      <div>
        <div class="input-container" x-init="checkValue()" x-data="{ ...animateLabel('finalAmount') }">
          <label for="finalAmount" class="input-container__label text-sm" @click="labelClick()"> Amount </label>
          <div class="input-container__input text-base bg-gray"> 3.15 </div>
        </div>
      </div>
    </div>
    <div class="col-span-2 sm:col-span-1">
      <div class="relative rounded-lg font-medium" x-data="{ show : false }">
        <label for="network" class="z-10 absolute left-4.5 text-gray-mid transform transition-all duration-150 cursor-text top-2 translate-y-0 text-sm"> Network </label>
        <div id="network" wire:model="network" x-on:click="show = !show" x-on:click.away="show = false" class="
            rounded-lg block w-full transition duration-150 ease-in-out sm:leading-5 text-left px-4.5 bg-gray
            pt-6 pb-2
            cursor-pointer
            border-blue
        ">
          <span class="block truncate text-base text-black">TRC20</span>
          <span class="absolute inset-y-0 right-0 flex items-center pr-2 pointer-events-none">
            <svg class="h-5 w-5 text-gray-mid" viewBox="0 0 20 20" fill="none" stroke="currentColor">
              <path d="M7 7l3-3 3 3m0 6l-3 3-3-3" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg>
          </span>
        </div>
        <div x-show.transition.opacity="show" class="absolute mt-1 w-full rounded-lg bg-white shadow-lg z-30" style="display: none;">
          <ul tabindex="-1" role="listbox" aria-labelledby="listbox-label" aria-activedescendant="listbox-item-3" class="max-h-96 rounded-lg py-1 text-base leading-6 shadow-xs overflow-auto focus:outline-none sm:text-base sm:leading-5 bg-gray">
            <li wire:click="$set('network', 'TRX')" x-on:click="show = !show" class="text-black cursor-pointer select-none relative py-3 pl-3 pr-9 hover:bg-gray-dark transition-all duration-100 flex">
              <span class="text-left inline-block font-bold">
                <div>TRC20</div>
              </span>
              <span class="absolute inset-y-0 right-0 items-center pr-4 flex">
                <svg class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                  <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path>
                </svg>
              </span>
            </li>
          </ul>
        </div>
      </div>
    </div>
  </div>
  <div class="text-gray-mid mb-8"> Attention! After the transition to payment, the amount may change slightly due to exchange rate differences. Also, after the start of payment, other payment methods will be blocked. </div>
  <button wire:loading.attr="disabled" wire:loading.class.add="loading" class="button">
    <span class="button__preloader">
      <svg version="1.1" id="L9" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 0 0" xml:space="preserve">
        <path fill="#fff" d="M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50">
          <animateTransform attributeName="transform" attributeType="XML" type="rotate" dur="700ms" from="0 50 50" to="360 50 50" repeatCount="indefinite"></animateTransform>
        </path>
      </svg> </span>
    <span class="button__text"> Continue </span>
  </button>
</form>

Name: login_form

<form wire:id="dyDO6emawUJb9BAImzDn" class="login-form" name="login_form" id="login_form" action="" method="" wire:submit.prevent="submit" novalidate="">
  <div class="form-group mb-4">
    <label for="email" class="label mb-2 ">Электронная почта</label>
    <input class="bg-light-gray-1 py-2.5 input-text w-full " wire:model.debounce.600ms="email" type="text" name="email" id="email">
  </div>
  <div class="form-group mb-6">
    <label for="password" class="label mb-2 ">Пароль</label>
    <input class="bg-light-gray-1 py-2.5 input-text w-full " wire:model.debounce.600ms="password" type="password" name="password" id="password">
    <div class="text-red-custom mt-3">
      <div></div>
      <div></div>
    </div>
  </div>
  <button type="submit" class="btn-black py-4.5 w-full sm:w-9/12 lg:w-10/12 xl:w-8/12 mb-4 relative" form="login_form">
    <span class="opacity-0 transition duration-200 left-1/2 transform -translate-x-1/2 absolute" wire:loading.class.remove="opacity-0">
      <svg class="animate-spin h-5 w-5 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
        <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
        <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
      </svg>
    </span>
    <div wire:loading.class="opacity-0" class="transition duration-200">
      <span class="text-white uppercase font-bold">Войти</span>
    </div>
  </button>
  <div> Ещё нет аккаунта? <a href="/wizard" class="text-purple-custom">Регистрация</a>
  </div>
</form>

Name: register_form

<form wire:id="7224o9UO4IzQfdrRrOJY" class="register-form register-block" name="register_form" id="register_form" action="" method="" wire:submit.prevent="submit" novalidate="">
  <div class="form-group mb-9">
    <label for="email" class="label mb-2 "> Email </label>
    <input class="bg-light-gray-1 py-2.5 input-text w-full " wire:model.debounce.600ms="email" type="text" name="email" id="email">
  </div>
  <button type="submit" class="btn-primary py-4.5 w-full sm:w-9/12 lg:w-10/12 xl:w-8/12 relative" form="register_form">
    <span class="opacity-0 transition duration-200 left-1/2 transform -translate-x-1/2 top-1/2 -translate-y-1/2 absolute" wire:loading.class.remove="opacity-0">
      <svg class="animate-spin h-5 w-5 text-white-custom" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
        <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
        <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
      </svg>
    </span>
    <div wire:loading.class="opacity-0" class="transition duration-200"> Start Now </div>
  </button>
</form>

<form id="card_attachment_form" wire:submit.prevent="submit">
  <div class="mb-8">
    <div class="form-group mb-4">
      <label for="card" class="label mb-2 "> Card number </label>
      <input class="card-number bg-light-gray-1 py-2.5 input-text w-full " wire:model.debounce.600ms="card" type="text" name="card" id="card" autocomplete="cc-number">
    </div>
    <div class="form-group mb-4">
      <label for="exp" class="label mb-2 "> Expiration date </label>
      <input class="card-exp-date bg-light-gray-1 py-2.5 input-text w-full " wire:model.debounce.600ms="exp" type="text" name="exp" autocomplete="cc-exp" maxlength="5" id="exp">
    </div>
    <div class="form-group mb-4">
      <label for="cvc" class="label mb-2 "> CVC/CVV code </label>
      <input class="card-cvc bg-light-gray-1 py-2.5 input-text w-full " wire:model.debounce.600ms="cvc" type="password" name="cvc" id="cvc" autocomplete="cc-csc">
    </div>
    <div class="font-medium text-defaultGray"> To verify the card, we will authorize a small amount and then return it. </div>
  </div>
  <button type="submit" class="btn-black py-4.5 w-full sm:w-9/12 lg:w-10/12 xl:w-8/12 mb-4 relative" form="card_attachment_form">
    <span class="opacity-0 transition duration-200 left-1/2 transform -translate-x-1/2 absolute" wire:loading.class.remove="opacity-0">
      <svg class="animate-spin h-5 w-5 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
        <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
        <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
      </svg>
    </span>
    <div wire:loading.class="opacity-0" class="transition duration-200">
      <span class="text-white uppercase font-bold"> Attach card </span>
    </div>
  </button>
</form>

<form wire:id="oqIZXHvcKMfKZlArelsW" id="unsubscribe_form" wire:submit.prevent="submit" novalidate="">
  <p class="text-black font-bold mb-4"> Write off from ITPAY but didn't buy anything? </p>
  <p class="text-gray-500 font-light mb-4"> ITPAY is a payment link creation tool for accepting payments. If you see ITPAY in your bank statement, then the funds were debited using the payment link created using our service. </p>
  <p class="text-gray-500 font-light mb-8"> We will help you deal with this payment. Please fill out the form and we will answer you within 48 hours. </p>
  <div class="form-group mb-4">
    <label for="email" class="label mb-2 "> Email </label>
    <input class="bg-gray-custom-1 py-2.5 input-text w-full " wire:model.defer="email" type="text" name="email" id="email">
  </div>
  <div class="form-group mb-4">
    <label for="date" class="label mb-2 "> Transaction date </label>
    <input class="bg-gray-custom-1 py-2.5 input-text w-full " wire:model.defer="date" type="text" name="date" id="date">
  </div>
  <div class="form-group mb-4">
    <label for="card" class="label mb-2 "> Card number </label>
    <input class="bg-gray-custom-1 py-2.5 card-number input-text w-full " wire:model.defer="card" type="text" name="card" id="card">
  </div>
  <div class="form-group mb-4">
    <label for="amount" class="label mb-2 "> Amount </label>
    <input class="bg-gray-custom-1 py-2.5 card-amount input-text w-full " wire:model.defer="amount" type="text" name="amount" id="amount">
  </div>
  <div class="form-group mb-6">
    <label for="comment" class="label mb-2 "> Comment </label>
    <textarea class="bg-gray-custom-1 py-2.5 input-text resize-none w-full " wire:model.defer="comment" type="comment" name="comment" id="comment">        </textarea>
    <div class="text-red-custom mt-3">
      <div></div>
      <div></div>
      <div></div>
      <div></div>
      <div></div>
    </div>
  </div>
  <div>
    <button type="submit" class="btn-black py-4.5 w-full sm:w-9/12 lg:w-10/12 xl:w-8/12 mb-4 relative" form="unsubscribe_form">
      <span class="opacity-0 transition duration-200 left-1/2 transform -translate-x-1/2 top-1/2 -translate-y-1/2 absolute" wire:loading.class.remove="opacity-0">
        <svg class="animate-spin h-5 w-5 text-white-custom" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
          <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
          <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
        </svg>
      </span>
      <div wire:loading.class="opacity-0" class="transition duration-200">
        <span class="text-white uppercase font-bold"> Send </span>
      </div>
    </button>
  </div>
</form>

Text Content

Back to shop
Amount to pay: 200,00 ₽
Payment methods
Credit card
QIWI
Cryptowallet
Multimarket
Digiseller: Invoice 193487940
Card number
Expiration date
CVC/CVV code
Cardholder
Pay 200,00 ₽
QIWI phone number
Pay 200,00 ₽
Currency
USDT
 * USDT

Amount
3.15
Network
TRC20
 * TRC20

Attention! After the transition to payment, the amount may change slightly due
to exchange rate differences. Also, after the start of payment, other payment
methods will be blocked.
Continue

By making the payment, you agree to Terms of Use .


Refunds
Terms of Use
support@itpay.app
2023 © ITPAY 2023 © itpay.
All rights reserved.

Электронная почта
Пароль

Войти
Ещё нет аккаунта? Регистрация
Email
Start Now
Card number
Expiration date
CVC/CVV code
To verify the card, we will authorize a small amount and then return it.
Attach card

Write off from ITPAY but didn't buy anything?

ITPAY is a payment link creation tool for accepting payments. If you see ITPAY
in your bank statement, then the funds were debited using the payment link
created using our service.

We will help you deal with this payment. Please fill out the form and we will
answer you within 48 hours.

Email
Transaction date
Card number
Amount
Comment

Send

Your application will be processed soon. It usually takes up to 48 hours

Close