How to set two IPN notifications?

AJdesigns
New Community Member

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?

Login to Me Too
1 REPLY 1

MTS_Chiranjeevi
Moderator
Moderator

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.

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.