skicomau
Active member
I have a business paypal account and have been using an IPN for another program for some time. No problems money processes through regularly not a problem.
Paypal only allows one IPN so I will need to look at a switching php and there seems to be a good one at github so that should be OK. Before I set that up however I do some testing.
Via the paypal developer site you can test an IPN, so I drop in the IPN for my forums:
http://forums.ski.com.au/xf/payment_callback.php
If I hit that from a browser I get "Request not validated" which makes sense. If I use the paypal IPN simulator:
https://developer.paypal.com/webapps/developer/applications/ipn_simulator
I get
"We're sorry, we could not send an IPN."
No hints, help or suggestions, just sorry. I have done quite a bit of google searching and can't seem to find a common issue here.
I am on linux and as I said I have another program using an IPN with no problem. Any ideas on how I could work out what the actual problem is?
Paypal only allows one IPN so I will need to look at a switching php and there seems to be a good one at github so that should be OK. Before I set that up however I do some testing.
Via the paypal developer site you can test an IPN, so I drop in the IPN for my forums:
http://forums.ski.com.au/xf/payment_callback.php
If I hit that from a browser I get "Request not validated" which makes sense. If I use the paypal IPN simulator:
https://developer.paypal.com/webapps/developer/applications/ipn_simulator
I get
"We're sorry, we could not send an IPN."
No hints, help or suggestions, just sorry. I have done quite a bit of google searching and can't seem to find a common issue here.
I am on linux and as I said I have another program using an IPN with no problem. Any ideas on how I could work out what the actual problem is?