How to set two IPN notifications?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am setting up a website that uses two payment applications. Each of them has a different IPN notification URL, however PayPal only allows one IPN url in the settings. How do I handle two different IPNs?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good day @AJdesigns,
Thank you for posting to the PayPal community.
IPN (Instant Payment Notification) feature is a payment notification service.
If you have 2 different IPN server URLs, I would suggest to please contact your website developer and pass the 2 different IPN listener server URLs as "notify_url" in your website payment API request calls to PayPal system.
"Dynamically Setting the Notification URL" to define unique payments from your websites.
Detailed guide link - https://developer.paypal.com/docs/api-basics/notifications/ipn/IPNSetup/?mark=dynamicall#dynamically...
For example : If a merchant have one PayPal account and two different websites managed under same PayPal account. They can get the payment notifications of two websites by passing unique "notify_url" from particular websites API request calls.
Website 1 : IPN notify_url = https://website1.com
Website 2 : IPN Notify_url = https://website2.com
Note : The notify_url passed in your website API request call will override the IPN URL mentioned in your PayPal account.
If your still facing any issues, please create a MTS ticket via - https://www.paypal-support.com/s/?language=en_US with the detail information and error details.
Sincerely,
Chiranjeevi
PayPal/Braintree MTS
If this post or any other was helpful, please enrich the community by giving kudos or accepting it as a solution.

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- PayPal Complete Payments Error Notification in PayPal Reporting
- Pay Now button "Label for Customer Notes" not passed in the notification or email. in PayPal Payments Standard
- This organization can't accept donations right now. in PayPal Payments Standard
- I am not receiving the six-digit code required for login via sandbox in REST APIs
- IPN Notification Settings - something wrong in Sandbox Environment