Search code examples
paypalpaypal-ipn

Enable Paypal IPN Listener on developer account


I have a simple question. I need to setup an IPN Listener on my Developer Paypal account, but could not find where to configure it?! The documentation is old and the website changed?!

https://developer.paypal.com/ --> where to setup IPN-Listener?!

Thanks,

Adam


Solution

  • what you'll want to do is go to sandbox.paypal.com and login with the business email and password you created from the developer.paypal.com account. Then do follow these steps:

    1. Hover over Name - Top Right
    2. Account Settings
    3. Instant Payment Notification
    4. Click Update
    5. Click Choose IPN settings button
    6. Enter IPN URL
    7. Select recieve IPN messages radio button
    8. Click Save

    Hope this helps