diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-03-06 04:56:57 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-03-06 04:56:57 +0100 |
commit | da08bef2e02e5049e6b216fab9b7125c2ae173d7 (patch) | |
tree | 24344231f14a013f67627aee2409d14233b7387c | |
parent | ddd84ff415ba80407bc9a37e87c22f4469c9ce0c (diff) |
text
-rw-r--r-- | index.html.j2 | 15 |
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 @@ <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 --> |