Support Forums

Full Version: Paypal ipn
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello mates
Does anyone here know a working ipn script?
I have been trying from months to get a working. I have many and i tried the ipn simulator and it says that the ipn is working but for some reason it doen't work on my website.

Anyone can help me?
I'm not familiar with "ipn", what is this ?

Tell me and i may be able to help you.
Paypal IPN can be tricky especially to debug. Are you saying the sandbox version works?

https://www.sandbox.paypal.com/cgi-bin/w...ang.x=true

If you're testing it that's the best method. Does your live account have IPN enabled as well as being a confirmed verified account?
I have an IPN but forgot how I did everything :S

It's good Omni is actually active on the forum, some admin's just let the users get on with it lol
(05-11-2010, 10:32 PM)Omniscient Wrote: [ -> ]Paypal IPN can be tricky especially to debug. Are you saying the sandbox version works?

https://www.sandbox.paypal.com/cgi-bin/w...ang.x=true

If you're testing it that's the best method. Does your live account have IPN enabled as well as being a confirmed verified account?

yes this the simulator i am talking about.
I have fixed the problem. paypal http protocol were unable to find the variables used to updated the database. I was using cookies to store these info and paypal were unable to find them because of the domain path in the cookies.

I have fixed the problems now and the code works perfectly