Last change
on this file since 17952 was
16484,
checked in by Henrik Bettermann, 3 years ago
|
Implement PAYDirect Bank Branch payment.
|
File size:
1.4 KB
|
Line | |
---|
1 | <p i18n:translate=""> |
---|
2 | Go to your bank, show your PAYDirect Reference Number and make your payment. |
---|
3 | After having paid, you can fetch the data |
---|
4 | from Interswitch by pressing the button below. Interswitch will confirm that |
---|
5 | the payment has been successfully made. |
---|
6 | </p> |
---|
7 | |
---|
8 | <br /> |
---|
9 | |
---|
10 | <table class="form-table" i18n:domain="waeup.kofa"> |
---|
11 | <tbody> |
---|
12 | <tr> |
---|
13 | <td i18n:translate="" class="fieldname"> |
---|
14 | Total Amount Authorized:</td> |
---|
15 | <td> |
---|
16 | <span tal:replace="view/context/amount_auth">AMOUNT</span> |
---|
17 | </td> |
---|
18 | </tr> |
---|
19 | <tr> |
---|
20 | <td i18n:translate="" class="fieldname"> |
---|
21 | PAYDirect Reference Number:</td> |
---|
22 | <td> |
---|
23 | <span tal:replace="view/ref_number">PAYREF</span> |
---|
24 | </td> |
---|
25 | </tr> |
---|
26 | <tr> |
---|
27 | <td i18n:translate="" class="fieldname"> |
---|
28 | Payment Category:</td> |
---|
29 | <td> |
---|
30 | <span tal:replace="view/context/p_category">PAYMENTCATEGORY</span> |
---|
31 | </td> |
---|
32 | </tr> |
---|
33 | <tr> |
---|
34 | <td i18n:translate="" class="fieldname"> |
---|
35 | Payment Item:</td> |
---|
36 | <td> |
---|
37 | <span tal:replace="view/context/display_item">PAYMENTITEM</span> |
---|
38 | </td> |
---|
39 | </tr> |
---|
40 | </tbody> |
---|
41 | </table> |
---|
42 | |
---|
43 | <br /> |
---|
44 | |
---|
45 | <form action="." tal:attributes="action request/URL" method="post" |
---|
46 | enctype="multipart/form-data"> |
---|
47 | <div tal:condition="view/availableActions"> |
---|
48 | <input tal:repeat="action view/actions" |
---|
49 | tal:replace="structure action/render" |
---|
50 | /> |
---|
51 | </div> |
---|
52 | </form> |
---|
53 | |
---|
54 | <br /><br /> |
---|
55 | |
---|
56 | <img src="/static/img/interswitch_logos.png" /> |
---|
57 | |
---|
Note: See
TracBrowser for help on using the repository browser.