1 | <metal:html> |
---|
2 | <metal:body use-macro="here/main_template/macros/master"> |
---|
3 | <metal:main fill-slot="main"> |
---|
4 | <form name="Form1" method="post" |
---|
5 | action="http://www.wemaonlinepayments.biz/payment.aspx" |
---|
6 | id="Form1"> |
---|
7 | <div> |
---|
8 | <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJLTkzNjMzMjc5D2QWAgIBD2QWAgIZDw9kFgIeB29uY2xpY2sFbGphdmFzY3JpcHQ6cmV0dXJuIGZuUG9zdEJhY2tCZXR3ZWVuUGFnZXMoJ2RvY3VtZW50LkZvcm0xJywnaHR0cDovL3d3dy53ZW1hb25saW5lcGF5bWVudHMuYml6L3BheW1lbnQuYXNweCcpO2RkeyluJQkYEPTlhLbbxO4d41Wpexo=" /> |
---|
9 | </div> |
---|
10 | <table> |
---|
11 | <tr> |
---|
12 | <td >Site ID</td> |
---|
13 | <td >Code that represents the portal within the payment gateway. This is assigned to the portal by Wema Bank</td> |
---|
14 | <td><input name="x_SiteID" type="text" id="x_SiteID" size="33" value="8000" /></td> |
---|
15 | </tr> |
---|
16 | <tr> |
---|
17 | <td >Payment Item Code</td> |
---|
18 | <td > |
---|
19 | e.g Code that represents what the student is paying for: eg. 001, 078 |
---|
20 | </td> |
---|
21 | <td> |
---|
22 | <input name="x_PaymentCode" |
---|
23 | type="text" |
---|
24 | id="x_PaymentCode" |
---|
25 | value="001" /> |
---|
26 | </td> |
---|
27 | </tr> |
---|
28 | <tr> |
---|
29 | <td >Payment Desc</td> |
---|
30 | <td >A description of what the student is paying for. Eg |
---|
31 | School Fees</td> |
---|
32 | <td> |
---|
33 | <input name="x_PayDesc" |
---|
34 | type="text" |
---|
35 | id="x_PayDesc" |
---|
36 | value=" School Fees for 2006/2007 Session " |
---|
37 | /> |
---|
38 | </td> |
---|
39 | </tr> |
---|
40 | <tr> |
---|
41 | <td>Bill To</td> |
---|
42 | <td> |
---|
43 | Address of the payer. Required for e-commerce application. Student name can be here for school payment |
---|
44 | purposes |
---|
45 | </td> |
---|
46 | <td> |
---|
47 | <input name="x_Billto" |
---|
48 | type="text" |
---|
49 | id="x_Billto" |
---|
50 | value=" John Pedro " /> |
---|
51 | </td> |
---|
52 | </tr> |
---|
53 | <tr> |
---|
54 | <td >Ship To</td> |
---|
55 | <td >Address where goods will be shipped to. Required for |
---|
56 | e-commerce application. School Name can be here for school payment |
---|
57 | purposes</td> |
---|
58 | <td> |
---|
59 | <input name="x_Shipto" type="text" |
---|
60 | id="x_Shipto" |
---|
61 | value=" Recipient Address" |
---|
62 | /> |
---|
63 | </td> |
---|
64 | </tr> |
---|
65 | <tr> |
---|
66 | <td >Payers ID</td> |
---|
67 | <td > eg. Matric number of the student</td> |
---|
68 | <td> |
---|
69 | <input name="x_PayerID" |
---|
70 | type="text" |
---|
71 | id="x_PayerID" |
---|
72 | style="WIDTH: 268px; HEIGHT: 22px" |
---|
73 | value=" CS960307087 " |
---|
74 | /> |
---|
75 | </td> |
---|
76 | </tr> |
---|
77 | <tr> |
---|
78 | <td >Payers Name</td> |
---|
79 | <td > name of the student</td> |
---|
80 | <td><input name="x_PayerNames" |
---|
81 | type="text" |
---|
82 | id="x_PayerNames" |
---|
83 | value=" John Pedro" |
---|
84 | /> |
---|
85 | </td> |
---|
86 | </tr> |
---|
87 | <tr> |
---|
88 | <td >Payer e-mail</td> |
---|
89 | <td > email address of the student</td> |
---|
90 | <td> |
---|
91 | <input name="x_PayerEmail" |
---|
92 | type="text" id="x_PayerEmail" |
---|
93 | value=" abc@yahoo.co.uk" /></td> |
---|
94 | </tr> |
---|
95 | <tr> |
---|
96 | <td >Order ID</td> |
---|
97 | <td > this is a unique number for the transaction. |
---|
98 | Typically, this can be INVOICE NUMBER, and must be unique per payment</td> |
---|
99 | <td><input name="x_OrderID" |
---|
100 | type="text" |
---|
101 | id="x_OrderID" |
---|
102 | value="85741253" /> |
---|
103 | </td> |
---|
104 | </tr> |
---|
105 | <tr> |
---|
106 | <td >Amount |
---|
107 | </td> |
---|
108 | <td > Amount to be paid. Must NOT be formatted with |
---|
109 | comma</td> |
---|
110 | <td><input name="x_amt" |
---|
111 | type="text" |
---|
112 | id="x_amt" |
---|
113 | value=" 7500" |
---|
114 | /> |
---|
115 | </td> |
---|
116 | </tr> |
---|
117 | <tr> |
---|
118 | <td >Currency Code</td> |
---|
119 | <td > only Nigeria Naira is supported now. use 566 |
---|
120 | as the currency code</td> |
---|
121 | <td> |
---|
122 | <input name="x_CurrencyID" |
---|
123 | type="text" |
---|
124 | id="x_CurrencyID" |
---|
125 | value="566" |
---|
126 | /> |
---|
127 | </td> |
---|
128 | </tr> |
---|
129 | <tr> |
---|
130 | <td >Site Redirect Url</td> |
---|
131 | <td > URL within your portal where response will be |
---|
132 | directed to</td> |
---|
133 | <td> |
---|
134 | <input name="x_Redirect_url" |
---|
135 | type="text" |
---|
136 | id="x_Redirect_url" |
---|
137 | style="WIDTH: 264px; HEIGHT: 22px" size="38" |
---|
138 | value="http://uniben.waeup.org/callback" |
---|
139 | /> |
---|
140 | </td> |
---|
141 | </tr> |
---|
142 | <tr> |
---|
143 | <td ></td> |
---|
144 | <td ></td> |
---|
145 | <td> |
---|
146 | <input type="submit" name="btnPostPopup" |
---|
147 | value="Submit" |
---|
148 | /> |
---|
149 | </td> |
---|
150 | </tr> |
---|
151 | </table> |
---|
152 | <div> |
---|
153 | <input type="hidden" |
---|
154 | name="__EVENTVALIDATION" |
---|
155 | id="__EVENTVALIDATION" |
---|
156 | value="/wEWDgKlt8BZApCJ0bMKApmj0YAKAoHTk+8HAsSt4qICArKX2q0FAvne2eQLAoiz43kC8Nfy2gkCl5uJ6AsC39WuxgoCyoCWrgMCj8y3rQgCya6ThwXqaVrYsmCB2RtXWJb/sBMQi/Vhfw==" |
---|
157 | /> |
---|
158 | </div> |
---|
159 | </form> |
---|
160 | </metal:main> |
---|
161 | </metal:body> |
---|
162 | </metal:html> |
---|