PayPal IPN to 2 URLs?

by benz1
3 replies
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
#ipn #paypal #php #script #urls
  • Profile picture of the author Mark Brian
    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.
    Signature

    {{ DiscussionBoard.errors[136130].message }}
  • Profile picture of the author benz1
    Great, thanks.

    Benz1
    {{ DiscussionBoard.errors[136136].message }}
  • Profile picture of the author Emilian
    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.
    {{ DiscussionBoard.errors[140053].message }}

Trending Topics