aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html.j215
1 files changed, 10 insertions, 5 deletions
diff --git a/index.html.j2 b/index.html.j2
index 8fe3276f..c69d2a9d 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -115,16 +115,21 @@
115 <div class="row"> 115 <div class="row">
116 <div class="col-lg-6"> 116 <div class="col-lg-6">
117 <h2>Paying with Taler</h2> 117 <h2>Paying with Taler</h2>
118 In order to pay with Taler, users install a wallet browser extension 118 <p>In order to pay with Taler, users install a wallet browser extension
119 or app on their device. Before a payment is possible, the wallet's balance must 119 or app on their device. Before the first payment, the wallet's balance must
120 be charged by some other means of payment for the desired currency. 120 be charged by some other means of payment for the desired currency.</p>
121 <p>Once the wallet is charged, payments on websites take only one click, are never falsely rejected
122 by fraud detection and do not post any risk of phishing or identity theft.</p>
121 </div> 123 </div>
122 <div class="col-lg-6"> 124 <div class="col-lg-6">
123 <h2>Receiving payments with Taler</h2> 125 <h2>Receiving payments with Taler</h2>
124 To receive Taler payments, a merchant only needs a bank account (or 126 <p>To receive Taler payments, a merchant only needs a bank account (or
125 any other kind of payment address) in the desired currency. We provide an 127 any other kind of payment address) in the desired currency. We provide an
126 SDK in various languages that makes the integration into a merchant's store 128 SDK in various languages that makes the integration into a merchant's store
127 painless. 129 painless. The merchant's backend for Taler transaction processing can run
130 on the mechant's premises or be a hosted backend.</p>
131 <p>When using a hosted backend, setting up a website that accepts taler
132 payments is a matter of minutes.</p>
128 </div> 133 </div>
129 </div> 134 </div>
130 </div> <!-- /container --> 135 </div> <!-- /container -->