Advertisement
Roctik

Untitled

Mar 17th, 2020
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.66 KB | None | 0 0
  1. <html lang="en">
  2.     <head>
  3.         <meta charset="UTF-8">
  4.         <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5.         <title>Document</title>
  6.         <style>
  7.             * {
  8.                 box-sizing: border-box;
  9.             }
  10.             html,body{
  11.                 height: 100%;
  12.                 margin: 0;
  13.                 padding: 0;
  14.             }
  15.             iframe{
  16.                 width: 100%;
  17.                 height: 900px;
  18.                 border: none;
  19.                 display: block;
  20.             }
  21.         </style>
  22.     </head>
  23.     <body>
  24.         <form action="https://wpay.uniteller.ru/pay/" method="POST" target="pay_iframe" id="pay_form">
  25.             <input type="hidden" name="Shop_IDP" value="00022496">
  26.             <input type="hidden" name="Order_IDP" value="1584467564.142694|06af7ee6978c28eb|1432">
  27.             <input type="hidden" name="Subtotal_P" value="1">
  28.             <input type="hidden" name="Lifetime" value="600">
  29.             <input type="hidden" name="MeanType" value="0">
  30.             <input type="hidden" name="Customer_IDP" value="1432">
  31.             <input type="hidden" name="Signature" value="7BAED6E07C18CA7873158382EB2553B1">
  32.             <input type="hidden" name="Preauth" value="1">
  33.         <input type="hidden" name="Email" value="[email protected]">
  34.             <input type="hidden" name="IsRecurrentStart" value="1">
  35.             <input type="hidden" name="CallbackFields" value="BillNumber CardNumber Customer_IDP">
  36.             <input type="hidden" name="URL_RETURN_OK" value="https://nfspay.com/payment/ok">
  37.             <input type="hidden" name="URL_RETURN_NO" value="https://nfspay.com/">
  38.         </form>
  39.         <iframe width="auto" height="auto" name="pay_iframe" id="pay_iframe"></iframe>
  40.         <script>
  41.             document.querySelector('#pay_form').submit();
  42.         </script>
  43.     </body>
  44.     </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement