{% extends "pretixcontrol/help/base.html" %} {% block title %}Payment fee calculation{% endblock %} {% block inner %}

Payment fee calculation

If you configure a fee for a payment method, there are two possible ways for us to calculate this. Let's assume that your payment provider, e.g. PayPal, charges you 5 % fees and you want to charge your users the same 5 %, such that for a ticket with a list price of 100 € you will get your full 100 €.

{% endblock %}