Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Document</title>
- <style>
- * {
- box-sizing: border-box;
- }
- html,body{
- height: 100%;
- margin: 0;
- padding: 0;
- }
- iframe{
- width: 100%;
- height: 900px;
- border: none;
- display: block;
- }
- </style>
- </head>
- <body>
- <form action="https://wpay.uniteller.ru/pay/" method="POST" target="pay_iframe" id="pay_form">
- <input type="hidden" name="Shop_IDP" value="00022496">
- <input type="hidden" name="Order_IDP" value="1584467564.142694|06af7ee6978c28eb|1432">
- <input type="hidden" name="Subtotal_P" value="1">
- <input type="hidden" name="Lifetime" value="600">
- <input type="hidden" name="MeanType" value="0">
- <input type="hidden" name="Customer_IDP" value="1432">
- <input type="hidden" name="Signature" value="7BAED6E07C18CA7873158382EB2553B1">
- <input type="hidden" name="Preauth" value="1">
- <input type="hidden" name="Email" value="[email protected]">
- <input type="hidden" name="IsRecurrentStart" value="1">
- <input type="hidden" name="CallbackFields" value="BillNumber CardNumber Customer_IDP">
- <input type="hidden" name="URL_RETURN_OK" value="https://nfspay.com/payment/ok">
- <input type="hidden" name="URL_RETURN_NO" value="https://nfspay.com/">
- </form>
- <iframe width="auto" height="auto" name="pay_iframe" id="pay_iframe"></iframe>
- <script>
- document.querySelector('#pay_form').submit();
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement