# Generating PayPal NVP Credentials

{% hint style="danger" %}
PayPal has recently made some changes and do not allow you to get NVP credentials for personal accounts anymore. One option is to upgrade to a business account, create credentials and call PayPal to downgrade. Any credentials you create, will continue to work.
{% endhint %}

Please follow these steps:

* Log in to [PayPal](https://www.paypal.com/).
* Navigate to **Account -> Settings**
*

```
<figure><img src="/files/4rIVralHjs3yT6zQidij" alt=""><figcaption></figcaption></figure>
```

* Select **Account access** on the left navigation and click on **Update** link under **API access**
* Scroll down to the bottom and click on the link: Continue with out-of-use NVP/SOAP credentials
*

```
<figure><img src="/files/4P9tXGjVuzuJ2oniRvKA" alt=""><figcaption></figcaption></figure>
```

* Select Direct radio button and enter: "Using old library" as the reason
*

```
<figure><img src="/files/iKqP3Rz5W6KlWE3GkXF0" alt=""><figcaption></figcaption></figure>
```

* Click on **Continue with deprecated credentials**
* On the next screen you will get **API username**, **API password** and **Signature**
*

```
<figure><img src="/files/myt3gXCeBMTxNnxPm5XC" alt=""><figcaption></figcaption></figure>
```

* Enter these values into Streams Manager and click **Test** button to ensure they work. Ensure there are no leading or trailing spaces
* Click the **Save** in Streams Manager


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://streamsmanager.gitbook.io/streams-manager/configuration/settings/payment-gateways/paypal-settings/generating-paypal-nvp-credentials.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
