nerdpen.github.io Open in urlscan Pro
2606:50c0:8000::153  Public Scan

URL: https://nerdpen.github.io/
Submission: On May 31 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

<form class="bg-white shadow-md rounded px-4 py-4 mb-4">
  <div class="mb-4"><label class="block text-gray-700 text-sm font-bold mb-2" for="appId">App Id</label> <input id="appId" class="text-sm appearance-none border rounded w-full py-2 px-3 text-gray-700 focus:outline-none focus:shadow-outline">
  </div>
  <div class="mb-6"><label class="block text-gray-700 text-sm font-bold mb-2" for="appKey">APP Key</label> <input id="appKey" class="text-sm appearance-none border rounded w-full py-2 px-3 text-gray-700 focus:outline-none focus:shadow-outline">
  </div>
  <div class="mb-6"><label class="block text-gray-700 text-sm font-bold mb-2" for="serverType">Server Type</label> <input readonly="readonly" disabled="disabled" id="serverType"
      class="text-sm appearance-none border rounded w-full py-2 px-3 text-gray-700 focus:outline-none focus:shadow-outline">
  </div>
</form>

<form class="bg-white shadow-md rounded px-4 py-4" autocomplete="off" onkeydown="return false;">
  <div class="flex flex-wrap -m-2">
    <div class="flex-[0_0_100%] p-2"><label class="block text-gray-700 text-sm font-bold mb-2" for="card-number">信用卡號</label>
      <div id="card-number" class="h-10"></div>
    </div>
    <div class="flex-[0_0_50%] p-2"><label class="block text-gray-700 text-sm font-bold mb-2" for="card-expirationDate">有效日期</label>
      <div id="card-expirationDate" class="h-10"></div>
    </div>
    <div class="flex-[0_0_50%] p-2"><label class="block text-gray-700 text-sm font-bold mb-2" for="card-ccv">驗證碼</label>
      <div id="card-ccv" class="h-10"></div>
    </div>
  </div>
  <div class="flex items-center justify-end mt-6"><button type="button" id="getTxnTokenBtn" class="bg-orange-500 hover:bg-orange-700 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline">取得 TxnToken</button></div>
</form>

<form class="bg-white shadow-md rounded px-4 py-4" autocomplete="off" onkeydown="return false;">
  <div class="flex flex-wrap -m-2">
    <div class="flex-[0_0_100%] p-2"><label class="block text-gray-700 text-sm font-bold mb-2" for="card-ccv">驗證碼</label>
      <div id="direct-ccv" class="h-10"></div>
    </div>
  </div>
  <div class="flex items-center justify-end mt-6"><button type="button" id="getTxnLastTokenBtn" class="bg-orange-500 hover:bg-orange-700 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline">取得 TxnLastToken</button></div>
</form>

Text Content

App Id
APP Key
Server Type
一般結帳 Placeholder 與樣式
取得一般結帳信用卡欄位
CardBrand
快速結帳 Placeholder 與樣式
取得快速結帳CCV欄位
信用卡號

有效日期

驗證碼

取得 TxnToken
驗證碼

取得 TxnLastToken