2017-09-04 08:39:43 +00:00
==== PayPal
2021-03-22 13:20:23 +00:00
.Procedure
. Click *Identity Providers* in the menu.
2023-11-20 21:26:11 +00:00
. From the *Add provider* list, select *PayPal*.
2021-03-22 13:20:23 +00:00
+
2021-06-17 14:39:30 +00:00
.Add identity provider
2022-10-05 18:43:15 +00:00
image:images/paypal-add-identity-provider.png[Add Identity Provider]
2021-03-22 13:20:23 +00:00
+
. Copy the value of *Redirect URI* to your clipboard.
. In a separate browser tab, open the https://developer.paypal.com/developer/applications[PayPal Developer applications area].
.. Click *Create App* to create a PayPal app.
2023-11-20 21:26:11 +00:00
.. Note the *Client ID* and *Client Secret*. Click the *Show* link to view the secret.
2023-11-06 11:32:36 +00:00
.. Ensure *Log in with PayPal* is checked.
.. Under Log in with PayPal click on *Advanced Settings*.
2024-05-03 12:41:16 +00:00
.. Set the value of the *Return URL* field to the value of *Redirect URI* from {project_name}. Note that the URL can not contain `localhost`. If you want to use {project_name} locally, replace the `localhost` in the *Return URL* by `127.0.0.1` and then access {project_name} using `127.0.0.1` in the browser instead of `localhost`.
2023-11-06 11:32:36 +00:00
.. Ensure *Full Name* and *Email* fields are checked.
.. Click *Save* and then *Save Changes*.
. In {project_name}, paste the value of the `Client ID` into the *Client ID* field.
. In {project_name}, paste the value of the `Secret key 1` into the *Client Secret* field.
2022-10-05 18:43:15 +00:00
2022-07-26 15:50:24 +00:00
. Click *Add*.
2022-10-05 18:43:15 +00:00
2022-07-26 15:50:24 +00:00