-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
moneris-demo.html
54 lines (50 loc) · 1.93 KB
/
moneris-demo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<body>
<h1>How to test Moneris Hosted Paypage Configuration</h1>
<p><a href="http://it.i88.ca/2016/02/how-to-test-moneris-hosted-paypage.html">
How to test Moneris Hosted Paypage Configuration
</a></p>
<div class="wrapper">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- responsive -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-4718006397759079"
data-ad-slot="3139844267"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<FORM METHOD="POST" ACTION=https://esqa.moneris.com/HPPDP/index.php>
<INPUT TYPE="HIDDEN" NAME="ps_store_id" VALUE="E5E7297480">
<INPUT TYPE="HIDDEN" NAME="hpp_key" VALUE="hpT2CSHT4BAQ">
<INPUT TYPE="HIDDEN" NAME="charge_total" VALUE="1.00">
<!--MORE OPTIONAL VARIABLES CAN BE DEFINED HERE -->
<INPUT TYPE="HIDDEN" NAME="cust_id" VALUE="test test">
<INPUT TYPE="HIDDEN" NAME="email" VALUE="[email protected]">
<INPUT TYPE="SUBMIT" NAME="SUBMIT" VALUE="Click to proceed to Moneris Secure Page with cust_id">
</FORM>
<div class="wrapper">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- responsive -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-4718006397759079"
data-ad-slot="3139844267"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<FORM METHOD="POST" ACTION=https://esqa.moneris.com/HPPDP/index.php>
<INPUT TYPE="HIDDEN" NAME="ps_store_id" VALUE="5GMVNtore3">
<INPUT TYPE="HIDDEN" NAME="hpp_key" VALUE="hpBKZ7HDY5UA">
<INPUT TYPE="HIDDEN" NAME="charge_total" VALUE="1.00">
<!--MORE OPTIONAL VARIABLES CAN BE DEFINED HERE -->
<INPUT TYPE="email" NAME="email" VALUE="">
<INPUT TYPE="SUBMIT" NAME="SUBMIT" VALUE="Click to proceed to Moneris Secure Page with email">
</FORM>
</body>
</html>