diff --git a/docs/_images/integrations/builtin/credentials/paypal/using-oauth.gif b/docs/_images/integrations/builtin/credentials/paypal/using-oauth.gif deleted file mode 100644 index 25ae2e79c..000000000 Binary files a/docs/_images/integrations/builtin/credentials/paypal/using-oauth.gif and /dev/null differ diff --git a/docs/_images/integrations/builtin/credentials/phantombuster/using-api.gif b/docs/_images/integrations/builtin/credentials/phantombuster/using-api.gif deleted file mode 100644 index e0fd64fdb..000000000 Binary files a/docs/_images/integrations/builtin/credentials/phantombuster/using-api.gif and /dev/null differ diff --git a/docs/integrations/builtin/credentials/paypal.md b/docs/integrations/builtin/credentials/paypal.md index d381c2e68..5987a8825 100644 --- a/docs/integrations/builtin/credentials/paypal.md +++ b/docs/integrations/builtin/credentials/paypal.md @@ -6,25 +6,31 @@ contentType: integration # PayPal credentials -You can use these credentials to authenticate the following nodes with PayPal. +You can use these credentials to authenticate the following nodes: - [PayPal](/integrations/builtin/app-nodes/n8n-nodes-base.paypal/) - [PayPal Trigger](/integrations/builtin/trigger-nodes/n8n-nodes-base.paypaltrigger/) ## Prerequisites -Create a [PayPal](https://paypal.com/) account. +Create a [PayPal developer](https://developer.paypal.com/home){:target=_blank .external-link} account. -## Using OAuth +## Supported authentication methods -1. Access your [PayPal dashboard](https://developer.paypal.com/developer/applications/). -2. Click on *Log in to Dashboard*. -3. Enter your PayPal account credentials. -4. In the section 'REST API apps', click on *Create app*. -5. Enter a name for your app in *App Name* and click on *Create App*. -6. Return to n8n and enter the Client ID and Client Secret in your PayPal API credentials. -7. Choose the environment: sandbox or live. +- API client and secret - +## Related resources + +Refer to [Paypal's API documentation](https://developer.paypal.com/api/rest/){:target=_blank .external-link} for more information about the service. + +## Using API client and secret + +To configure this credential, you'll need: + +- A **Client ID**: Generated when you create an app. +- A **Secret**: Generated when you create an app. +- An **Environment**: Select **Live** or **Sandbox**. + +To generate the **Client ID** and **Secret**, log in to your Paypal [developer dashboard](https://developer.paypal.com/dashboard/). Select **Apps & Credentials > Rest API apps > Create app**. Refer to [Get client ID and client secret](https://developer.paypal.com/api/rest/#link-getclientidandclientsecret){:target=_blank .external-link} for more information. diff --git a/docs/integrations/builtin/credentials/peekalink.md b/docs/integrations/builtin/credentials/peekalink.md index 73afac530..3b40c0035 100644 --- a/docs/integrations/builtin/credentials/peekalink.md +++ b/docs/integrations/builtin/credentials/peekalink.md @@ -6,25 +6,24 @@ contentType: integration # Peekalink credentials -You can use these credentials to authenticate the following nodes with Peekalink. +You can use these credentials to authenticate the following nodes: - [Peekalink](/integrations/builtin/app-nodes/n8n-nodes-base.peekalink/) ## Prerequisites -Create a [Peekalink](https://www.peekalink.io/) account. +Create a [Peekalink](https://www.peekalink.io/){:target=_blank .external-link} account. -## Using API Key +## Supported authentication methods -1. Open your [Peekalink](https://www.peekalink.io/app/overview) dashboard. -2. Copy the API key displayed under the ***Your API Key*** section. -3. Enter a name for your credentials in the ***Credentials Name*** field in the 'Peekalink API' credentials in n8n. -4. Paste the API key in the ***API Key*** field in the 'Peekalink API' credentials in n8n. -5. Click on the ***Create*** button to create your credentials. +- API key -The following video demonstrates the steps mentioned above. +## Related resources -