mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
* [WIP] Implement automatic spell-check for docs fixes #663 The only thing unclear to me so far is how the output of `make spelling` should be checked - is there a possibility to check for a file (i.e. `_build/spelling/output.txt`) to be empty, and report a failed build otherwise? * fix typo in requirements.txt * add enchant library * travis should report errors, order spelling wordlist * change travis.yml to easier troubleshoot build issues * fixed more typos, added more words * add more words, fix more typos * added more words * added more words * revert changes to .travis.yml
17 lines
954 B
ReStructuredText
17 lines
954 B
ReStructuredText
Payment method overview
|
|
=======================
|
|
|
|
pretix allows you to accept payments using a variety of payment methods to fit the needs of very different events.
|
|
This page gives you a short overview over them and links to more detailed descriptions in some cases.
|
|
|
|
Payment methods are built as pretix plugins. For this reason, you might first need to enable a certain plugin at
|
|
"Settings" → "Plugins" in your event settings. Then, you can configure them in detail at "Settings" -> "Payment".
|
|
|
|
If you host pretix on your own server, you might need to install a plugin first for some of the payment methods listed
|
|
on this page as well as for additional ones.
|
|
|
|
To get an overview of the officially supported payment methods and their pros and cons, head to the `pretix website`_.
|
|
On these pages, you get more information on how to configure :ref:`stripe`, :ref:`paypal`, and :ref:`banktransfer`.
|
|
|
|
.. _pretix website: https://pretix.eu/about/en/payments
|