summaryrefslogtreecommitdiff
path: root/merchants.html
blob: 749005b43393961ab81cb12bf6b7bbf8f6d432b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Taler - Taxable Anonymous Libre Electronic Reserves: Merchants</title>
    <meta name="description" content="">
      <!--# include file="common/header.inc" -->
  </head>
  <body class="en" onLoad="loadLang();">
    <div class="container">
      <!--# include file="common/navigation.inc" -->
      <!-- Jumbotron -->
      <div class="jumbotron">
        <h1 lang="en">Advantages for Merchants</h1>
        <h1 lang="de">Vorteile f&uuml;r Verk&auml;fer</h1>
        <!-- p><a class="btn btn-lg btn-success" href="#" role="button">Get started today</a></p -->
      </div>

      <!-- Example row of columns -->
      <div class="row">
        <div class="col-lg-4">
          <h2 lang="en">Fast</h2>
          <h2 lang="de">Schnell</h2>
          <h2 lang="fr">Vite</h2>
          <p lang="en">Processing transactions with Taler is fast, allowing you to confirm the transaction with
             your customer virtually immediately.  Your customers will appreciate that they do not have
             to type in credit card information and play the "verified by" game.  By making payments
             significantly more convenient for your customers, you may be able to use Taler
             for small transactions that would not work with credit card payments due to the mental
             overhead for customers.</p>
          <p lang="de">Julian</p>
          <p lang="fr">Cecile</p>
        </div>
        <div class="col-lg-4">
          <h2 lang="en">Secure</h2>
          <h2 lang="de">Sicher</h2>
          <h2 lang="fr">Secure</h2>
          <p lang="en">You never learn sensitive customer information. You need to ensure that your website
             provides the correct account information for your business, and that you correctly
             validate the payment confirmations from the Taler mint.  As a result, you will have
             cryptographic proof of payment for the specific contracts you entered with your
             customers, and cryptographically signed confirmations from the Taler mint about the
             deposits. Taler does not require you to undergo any particular security audits,
             processes or procedures, as you never handle sensitive customer information.
             Your systems will have cryptographically signed contracts which you can use in
             court in case of disputes.</p>
          <p lang="de">Julian</p>
          <p lang="fr">Cecile</p>
        </div>
        <div class="col-lg-4">
          <h2 lang="en">Free Software</h2>
          <h2 lang="de">Freie Software</h2>
          <h2 lang="fr">Cecile</h2>
          <p lang="en">Taler is free software, and you can use the liberally-licensed reference code as
             a starting point to integrate Taler into your services. To use Taler, you do not
             need to pay license fees, and the free software development model will ensure that
             you can select from many competent developers to help you with your integration.</p>
          <p lang="de">Julian</p>
          <p lang="fr">Cecile</p>
        </div>
      </div>
      <div class="row">
        <div class="col-lg-4">
          <h2 lang="en">Low Fees</h2>
          <h2 lang="de">Niedrige Geb&uuml;hren</h2>
          <h2 lang="fr">Low Fees</h2>
          <p lang="en">Taler is designed to minimize the work the Mint needs to perform.  Combined with
             Taler's strong security which prevents fraud, mints can operate with very
             low overhead and thus low transaction fees.  Given Taler's free software mint
             reference implementation, competition among mints will ensure fair, low
             transaction fees for merchants.</p>
          <p lang="de">Julian</p>
          <p lang="fr">Cecile</p>
        </div>
        <div class="col-lg-4">
          <h2 lang="en">Flexible</h2>
          <h2 lang="de">Flexibel</h2>
          <h2 lang="fr">Flexible</h2>
          <p lang="en">Taler can be used for different currencies (such as Euros or US Dollars) and
             different payment models limited only by what the mint supports in its
             interactions.</p>
          <p lang="de">Julian</p>
          <p lang="fr">Cecile</p>
        </div>
        <div class="col-lg-4">
          <h2 lang="en">Ethical</h2>
          <h2 lang="de">Ethisch</h2>
          <h2 lang="fr">Cecile</h2>
          <p lang="en">Taler does not support tax evasion or money laundering, and is
             also not a pyramid scheme or speculative investment.  Taler's
             protocols are efficient and do not waste energy. Taler encourages
             competition by providing an open standard and free software
             reference implementations.</p>
          <p lang="de">Julian</p>
          <p lang="fr">Cecile</p>
        </div>
      </div>

      <!--# include file="common/footer.inc" -->
    </div> <!-- /container -->
  </body>
</html>