commit da08bef2e02e5049e6b216fab9b7125c2ae173d7
parent ddd84ff415ba80407bc9a37e87c22f4469c9ce0c
Author: Florian Dold <florian.dold@gmail.com>
Date: Mon, 6 Mar 2017 04:56:57 +0100
text
Diffstat:
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/index.html.j2 b/index.html.j2
@@ -115,16 +115,21 @@
<div class="row">
<div class="col-lg-6">
<h2>Paying with Taler</h2>
- In order to pay with Taler, users install a wallet browser extension
- or app on their device. Before a payment is possible, the wallet's balance must
- be charged by some other means of payment for the desired currency.
+ <p>In order to pay with Taler, users install a wallet browser extension
+ or app on their device. Before the first payment, the wallet's balance must
+ be charged by some other means of payment for the desired currency.</p>
+ <p>Once the wallet is charged, payments on websites take only one click, are never falsely rejected
+ by fraud detection and do not post any risk of phishing or identity theft.</p>
</div>
<div class="col-lg-6">
<h2>Receiving payments with Taler</h2>
- To receive Taler payments, a merchant only needs a bank account (or
+ <p>To receive Taler payments, a merchant only needs a bank account (or
any other kind of payment address) in the desired currency. We provide an
SDK in various languages that makes the integration into a merchant's store
- painless.
+ painless. The merchant's backend for Taler transaction processing can run
+ on the mechant's premises or be a hosted backend.</p>
+ <p>When using a hosted backend, setting up a website that accepts taler
+ payments is a matter of minutes.</p>
</div>
</div>
</div> <!-- /container -->