WSO sellers, how do you get around the 1 paypal IPN URL

8 replies
The title says it all, how do I get around only being able to set 1 IPN URL in my paypal account for multiple products?


Thanks
#ipn #paypal #sellers #url #wso
  • Profile picture of the author david carr
    Your shopping cart software should handle all that for you, you only need to put 1 in paypal and then any other products you sell on websites the shopping cart will sort it out.

    Regards
    Dave
    Signature

    {{ DiscussionBoard.errors[5118679].message }}
  • Profile picture of the author Tim_Carter
    Most scripts now are smart enough to use ipn in the button code. So as long as you have ipn turned on it will work.

    Don't confuse ipn with the download page. I have dozens of scripts using ipn from my Paypal business account.
    {{ DiscussionBoard.errors[5118790].message }}
  • Profile picture of the author rusty1027
    When you set up IPN you designate one listener address that is used by default for all transactions - however, you can override it on a button or link.

    You can manually set the IPN listener for any button or link using the "notify_url" parameter.

    Here's an example using an input parameter on a button.
    <input type="hidden" name="notify_url" value="http://path_to_your_listener" />

    That's it. So as you can see, you can have a different custom IPN listener for every button and link if you want.

    {{ DiscussionBoard.errors[5121555].message }}
    • Profile picture of the author CPA Andrew
      Originally Posted by rusty1027 View Post

      When you set up IPN you designate one listener address that is used by default for all transactions - however, you can override it on a button or link.

      You can manually set the IPN listener for any button or link using the "notify_url" parameter.

      Here's an example using an input parameter on a button.
      <input type="hidden" name="notify_url" value="http://path_to_your_listener" />

      That's it. So as you can see, you can have a different custom IPN listener for every button and link if you want.

      Cheers, this work also, tried it multiple times.
      {{ DiscussionBoard.errors[5122218].message }}
  • Profile picture of the author Coby
    Also when using Warrior Plus this is handled for you by W+
    {{ DiscussionBoard.errors[5122035].message }}
    • Profile picture of the author rusty1027
      Originally Posted by Coby View Post

      Also when using Warrior Plus this is handled for you by W+
      Ahh - good point Coby! Within WarriorPlus is you're using their WSO program - you can designate a specific IPN listener in your WSO setup.
      {{ DiscussionBoard.errors[5122088].message }}
  • Profile picture of the author WildFireBuzz
    Greetings,

    So I just submitted a help ticket on this very issue...And although I see that my question may actually have been answered above, I still need a bit of clarification.

    Can I actually use a different IPN URL as opposed to http://www.warriorplus.com/buy/ipn.php and Warrior pluse will still work?

    In other words, I want to install a script on my server that needs use of a specific IpN URL, if I get that working fine, will that still allow WSO plus to communicate properly?

    Thanks in advance for the clarification.

    Regards,

    Ash
    {{ DiscussionBoard.errors[5179822].message }}

Trending Topics