mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
update documentation
This commit is contained in:
13
website/dist/docs/payments/index.html
vendored
13
website/dist/docs/payments/index.html
vendored
@@ -18,15 +18,14 @@
|
||||
<div id="docPage">
|
||||
<div id="doc-container">
|
||||
<h1>Payments</h1>
|
||||
<p>Including many payment methods can help the user choose the one that fits them best, but can also be overwhelming and a pain to set up. So please try to use as few different payment gateways as possible. Our recommendation is either <em>Stripe</em> or <em>adyen</em> as they are the most flexible.</p>
|
||||
<p>Including many payment methods can help the user choose the one that fits them best, but can also be overwhelming and a pain to set up. So please try to use as few different payment gateways as possible. Officially, libreevent supports <em>Stripe</em> and <em>Payrexx</em>. More payment gateways might come in the future as a plugin which can be installed by following our guide <a href="/docs/plugins/install#payments">here</a></p>
|
||||
<h2>Advantages / Disadvantages of each payment gateway</h2>
|
||||
<h3>Stripe</h3>
|
||||
<p>Stripe is one of the most well known payment gateways out there, but is also fairly expensive, but easy to set up.
|
||||
See <a href="https://stripe.com/en-gb/pricing">here</a> for pricing information and sign up <a href="https://dashboard.stripe.com/register">here</a></p>
|
||||
<h3>adyen</h3>
|
||||
<p>Adyen is used by small and huge businesses alike, but you have to email their support team for account creation, which is easy to do, but takes longer to complete. adyen is fairly cheap, "<em>only</em>" charging 0.10$ per transaction plus payment method costs. Detailed pricing information can be found <a href="https://www.adyen.com/pricing">here</a> and you may sign up <a href="https://www.adyen.com/contact/sales">here</a></p>
|
||||
<h3>payrexx</h3>
|
||||
<p>https://www.payrexx.com/en/pricing/</p>
|
||||
<p>Payrexx is a Swiss, lesser known payment gateway and it is not ideal for you if you expect to have a low sales volume, as their basic plan costs you EUR 15 a month. If your sales volume is fairly high, it may be worth it as their per-transaction fees are quite a bit lower than Stripe's and they offer more payment options.
|
||||
See payrexx <a href="https://www.payrexx.com/en/pricing/">pricing here</a> and sign up <a href="https://signup.payrexx.com">here</a>. You can find a full list of supported payment methods <a href="https://payrexx.com/en/paymentmethods">here</a></p>
|
||||
<h3>Stripe</h3>
|
||||
<p>Stripe is one of the most well known payment gateways out there and it is really easy to get started. See all their payment methods <a href="https://stripe.com/en-ch/payments/payment-methods">here</a>. If you choose to use Stripe, you may follow their guides on how to set up more payment options <a href="https://stripe.com/docs/payments/payment-methods/overview">here</a>
|
||||
See <a href="https://stripe.com/en-gb/pricing">here</a> for pricing information and sign up <a href="https://dashboard.stripe.com/register">here</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user