diff options
Diffstat (limited to 'merchants.html.j2')
-rw-r--r-- | merchants.html.j2 | 182 |
1 files changed, 0 insertions, 182 deletions
diff --git a/merchants.html.j2 b/merchants.html.j2 deleted file mode 100644 index 970e5624..00000000 --- a/merchants.html.j2 +++ /dev/null | |||
@@ -1,182 +0,0 @@ | |||
1 | {% extends "common/base.j2" %} | ||
2 | {% block body_content %} | ||
3 | <div class="jumbotron"> | ||
4 | <div class="container text-center"> | ||
5 | <h1>{{ _("Advantages for Merchants") }}</h1> | ||
6 | |||
7 | <p> | ||
8 | {% trans %} | ||
9 | Taler is a cost-effective electronic payment system | ||
10 | which provides you with cryptographic proof that | ||
11 | the payment worked correctly within milliseconds. | ||
12 | Your Web customers pay with previously unknown | ||
13 | levels of convenience without risk of fraud. | ||
14 | {% endtrans %} | ||
15 | </p> | ||
16 | </div> | ||
17 | </div> | ||
18 | |||
19 | <div class="container adorn_h3_bracket"> | ||
20 | <div class="row"> | ||
21 | <div class="col-lg-4"> | ||
22 | <h3>{{ _("Fast") }}</h3> | ||
23 | |||
24 | <p> | ||
25 | {% trans %} | ||
26 | Processing transactions with Taler is fast, | ||
27 | allowing you to confirm the transaction with your | ||
28 | customer virtually immediately. Your customers | ||
29 | will appreciate that they do not have to type in | ||
30 | credit card information and play the "verified | ||
31 | by" game. By making payments significantly | ||
32 | more convenient for your customers, you may be able | ||
33 | to use Taler for small transactions that would not | ||
34 | work with credit card payments due to the mental | ||
35 | overhead for customers. | ||
36 | {% endtrans %} | ||
37 | </p> | ||
38 | |||
39 | </div> | ||
40 | <div class="col-lg-4"> | ||
41 | <h3>{{ _("Secure") }}</h3> | ||
42 | |||
43 | <p> | ||
44 | {% trans %} | ||
45 | You will have cryptographic proof of payment from the | ||
46 | Taler payment service provider. With Taler you never | ||
47 | handle sensitive customer account information and thus | ||
48 | do not have to undergo any particular security audits | ||
49 | (such as PCI DSS). Your systems will have customer | ||
50 | contracts with qualified signatures for all | ||
51 | transactions which you can use in court in case of | ||
52 | disputes. | ||
53 | {% endtrans %} | ||
54 | </p> | ||
55 | |||
56 | </div> | ||
57 | <div class="col-lg-4"> | ||
58 | <h3>{{ _("Free") }}</h3> | ||
59 | |||
60 | <p> | ||
61 | {% trans %} | ||
62 | Taler is free software, and you can use the | ||
63 | liberally-licensed reference code as a starting | ||
64 | point to integrate Taler into your services. To use | ||
65 | Taler, you do not need to pay license fees, and the | ||
66 | free software development model will ensure that | ||
67 | you can select from many competing integrators for | ||
68 | support. | ||
69 | {% endtrans %} | ||
70 | </p> | ||
71 | |||
72 | </div> | ||
73 | </div> | ||
74 | <div class="row"> | ||
75 | <div class="col-lg-4"> | ||
76 | <h3>{{ _("Cheap") }}</h3> | ||
77 | |||
78 | <p> | ||
79 | {% trans %} | ||
80 | Taler is uses efficient cryptographic constructions with low | ||
81 | bandwidth and storage requirements. Combined with Taler's strong | ||
82 | security which makes fraud impossible, Taler payment service | ||
83 | providers can operate with very low overhead and | ||
84 | thus offer low transaction fees. | ||
85 | {% endtrans %} | ||
86 | </p> | ||
87 | </div> | ||
88 | <div class="col-lg-4"> | ||
89 | <h3>{{ _("Flexible") }}</h3> | ||
90 | |||
91 | <p> | ||
92 | {% trans %} | ||
93 | Taler can be used for different currencies (such as | ||
94 | Euros, US Dollars or Bitcoins) and any amount, limited | ||
95 | only by applicable regulatation and what denominations | ||
96 | the payment service provider supports. | ||
97 | {% endtrans %} | ||
98 | </p> | ||
99 | </div> | ||
100 | <div class="col-lg-4"> | ||
101 | <h3>{{ _("Ethical") }}</h3> | ||
102 | |||
103 | <p> | ||
104 | {% trans %} | ||
105 | Taler prevents tax evasion and money laundering. | ||
106 | Taler's protocols are efficient and do not use wasteful | ||
107 | proof-of-work calculations. Taler encourages | ||
108 | transparency by providing an open standard and free | ||
109 | software reference implementations. | ||
110 | {% endtrans %} | ||
111 | </p> | ||
112 | |||
113 | </div> | ||
114 | </div> | ||
115 | </div> | ||
116 | |||
117 | <div class="container-fluid c_acronym"> | ||
118 | <div class="container"> | ||
119 | <h2 id="documentation">{{ _("Manuals for merchants") }}</h2> | ||
120 | <p> | ||
121 | </p><ul> | ||
122 | <li>{{ _("The GNU Taler merchant backend operator manual") }} | ||
123 | (<a href="https://docs.taler.net/merchant/backend/html/manual.html">html</a>, | ||
124 | <a href="https://docs.taler.net/merchant/backend/pdf/manual.pdf">pdf</a>)</li> | ||
125 | <li>{{ _("The GNU Taler Web shop integration tutorial (PHP)") }} | ||
126 | (<a href="https://docs.taler.net/merchant/frontend/php/html/tutorial.html">html</a>, | ||
127 | <a href="https://docs.taler.net/merchant/frontend/php/pdf/tutorial.pdf">pdf</a>)</li> | ||
128 | <li>{{ _("The GNU Taler Web shop integration tutorial (Python)") }} | ||
129 | (<a href="https://docs.taler.net/merchant/frontend/python/html/tutorial.html">html</a>, | ||
130 | <a href="https://docs.taler.net/merchant/frontend/python/pdf/tutorial.pdf">pdf</a>)</li> | ||
131 | </ul> | ||
132 | <p></p> | ||
133 | </div> | ||
134 | </div> | ||
135 | |||
136 | |||
137 | <div class="container"> | ||
138 | |||
139 | <div class="col-lg-6"> | ||
140 | <h2 id="overview">{{ _("The GNU Taler Merchant Backend") }}</h2> | ||
141 | |||
142 | <p>{{ _("Merchants process payments using the Taler backend:") }}</p> | ||
143 | <p> | ||
144 | <ul> | ||
145 | |||
146 | <li> | ||
147 | {% trans %} | ||
148 | The backend <b>signs</b> and <b>stores</b> the | ||
149 | complete terms of offers made by the merchant to customers. | ||
150 | For this, the merchant's frontend needs to give the | ||
151 | customer's order in a JSON format to the backend. | ||
152 | {% endtrans %} | ||
153 | </li> | ||
154 | |||
155 | <li> | ||
156 | {% trans %} | ||
157 | The backend <b>validates</b> payments received from | ||
158 | the wallet and <b>executes</b> them with the Taler | ||
159 | payment service provider (the exchange). For this, | ||
160 | the merchant's frontend must pass the payment | ||
161 | request through to the Taler backend and check the | ||
162 | HTTP status code that is returned. | ||
163 | {% endtrans %} | ||
164 | </li> | ||
165 | |||
166 | <li> | ||
167 | {% trans %} | ||
168 | The backend can <b>list</b> completed transactions | ||
169 | and <b>map</b> wire transfers to sets of business | ||
170 | transactions, including the exact terms of each | ||
171 | contract. | ||
172 | {% endtrans %} | ||
173 | </li> | ||
174 | |||
175 | </ul> | ||
176 | </p> | ||
177 | </div> | ||
178 | <div class="col-lg-6"> | ||
179 | <img src="{{ svg_localized('images/backend') }}" alt="{{ _("customer perspective")}}" style="float: right; margin: 5px 5px 5px 5px;" width="100%"> | ||
180 | </div> | ||
181 | </div> <!-- /container --> | ||
182 | {% endblock body_content %} | ||