# PayPal - How to set the Paypal IPN URL

When integrating QLM with Paypal, you must configure the Paypal IPN to connect to the QLM License Server. The IPN can either be configured globally and apply to all transactions or it can be configured per button.

#### Global IPN Configuration

To configure the Paypal IPN to point to the QLM License Server.

* Log in to your PayPal account
* In the Settings menu, select **Account Settings**
* In the **Notifications** section, locate the **Instant payment notifications** section
* Click **Update**
* Click **Choose IPN Settings**
* In the **Notification URL** field, enter (update the URL to point to your QLM License Server): <https://qlm3.net/qlmdemo/qlmLicenseServer/qlmpaypalipn.aspx>
* Check the option Receive IPN messages (Enabled)
* Click Save

#### Per Button IPN Configuration

* Log in to your PayPal account
* In the Settings menu, select **Account Settings**
* In the **Website payments** section, locate the **PayPal button** section
* Click **Update**
* Click **Buy Now**&#x20;
* Configure the **Buy Now** options as needed
* Expand **Step3: Customize advanced features**
* Check the **Add advanced variables** checkbox (see the screenshot below)
* Add the following in the advanced section (update the URL to point to your QLM License Server) and enter a new line containing the following&#x20;
  * address\_override=1&#x20;
  * notify\_url=<https://qlm3.net/qlmdemo/qlmLicenseServer/qlmpaypalipn.aspx>
* Click **Create Button**

![mceclip1.png](https://support.soraco.co/hc/article_attachments/360081074911/mceclip1.png)


---

# 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://docs.soraco.co/docs/3rd-party-integration/paypal/paypal-how-to-set-the-paypal-ipn-url.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.
