From 0259b2e5b945a132405ae7d2509dd8cdcb257922 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 2 Mar 2018 22:55:37 +0100 Subject: [PATCH] Update paypal documentation --- doc/user/payments/paypal.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/user/payments/paypal.rst b/doc/user/payments/paypal.rst index e3e8ea7edb..23d250d2ed 100644 --- a/doc/user/payments/paypal.rst +++ b/doc/user/payments/paypal.rst @@ -12,6 +12,12 @@ If you look into pretix' settings, you are required to fill in two keys: Unfortunately, it is not straightforward how to get those keys from PayPal's website. In order to do so, you need to go to `developer.paypal.com`_ to link the account to your pretix event. + +.. warning:: + + Unfortunately, PayPal tries to confuse you by having multiple APIs with different keys. You really need to + go to https://developer.paypal.com for the API we use, not to your normal account settings! + Click on "Log In" in the top-right corner and log in with your PayPal account. .. image:: img/paypal2.png @@ -46,8 +52,8 @@ webhooks. To create one, scroll a bit down and click "Add Webhook". .. image:: img/paypal7.png :class: screenshot -Then, enter the webhook URL that you find on the pretix settings page. It should look similar to the one in the -screenshot but contain your event name. Tick the box "All events" and save. +Then, enter the webhook URL that you find on the pretix settings page. If you use pretix Hosted, this is always ``https://pretix.eu/_paypal/webhook/``. +Tick the box "All events" and save. .. image:: img/paypal8.png :class: screenshot