PayPal IPN to 2 URLs?

by 3 replies
4
Does anyone have a solution for sending a PayPal IPN to 2 different URLs, one back to the shopping cart to complete the transaction and the other to a custom system to trigger another process?

Is there a way to route the IPN from one system to another or put a script on a page that forwards it to the 2 systems? I'm thing that the way IPN works with the double confirmation may stop this.

Thanks,
Benz1
#programming #ipn #paypal #php #script #urls
  • Yes you can customize your script to do any other processes you want. So it's still one IPN script. You can just add more functionality to it (for example to trigger that other system), it all just up to your or your programmers creativity.
  • Great, thanks.

    Benz1
  • Yes, you can.

    You'd have to write that functionality in your IPN script to notify your own scripts on success and pass along the variables to the second/third script.
    • [ 1 ] Thanks

Next Topics on Trending Feed

  • 4

    Does anyone have a solution for sending a PayPal IPN to 2 different URLs, one back to the shopping cart to complete the transaction and the other to a custom system to trigger another process? Is there a way to route the IPN from one system to another or put a script on a page that forwards it to the 2 systems? I'm thing that the way IPN works with the double confirmation may stop this.