Multiple Paypal IPN

by 3 replies
5
I am running a membership site and my payment gateway is Paypal. The membership site payment requirement is to enable Paypal IPN. I understand that paypal only have 1 IPN available.

If I were to run multiple membership sites, how can I have multiple IPN in one single paypal account? Any idea?
#programming #ipn #multiple #paypal
  • If you're on Website Payments Standard, set the notify_url NVP in your button code. If you don't know how to do this, you'll need to get in touch with the author of your membership site software.
  • Notify_url is the answer. That overides the standard IPN from your account which when Notify_url isnt set or doesnt work fills in the gaps.

    Hope that helps.

    Chris
  • Thanks guys, I now understand how it works.

Next Topics on Trending Feed

  • 5

    I am running a membership site and my payment gateway is Paypal. The membership site payment requirement is to enable Paypal IPN. I understand that paypal only have 1 IPN available. If I were to run multiple membership sites, how can I have multiple IPN in one single paypal account? Any idea?