Not getting VERIFIED message
-
Hi,
I am using Version 1.1.0I am using Paypal IPN simulator to send a simulated transaction to the plugin.
I do get the initial transaction message in the plugin.
According to:
https://developer.paypal.com/docs/classic/ipn/integration-guide/IPNSimulator/If your IPN listener receives the test message, you know the listener is properly installed on your web server. If your listener responds correctly to such a message, your listener should next receive a VERIFIED response message.
I am not seeing the VERIFIED response message in the plugin.
I went to your page: PayPal IPN Not Working? Here’s How to Test and Troubleshoot – and under Step 2 – PayPal IPN Simulator, it says:
PayPal provides their IPN simulator which is essentially the same thing we put together in step 1 here. The only difference is that this time the data is coming from PayPal’s sandbox server. As such, it will validate correctly with PayPal and the IPN would come back as verified if you have your IPN script configured correctly, so that’s a good thing to test for at this point. Just remember that your IPN script needs to validate against PayPal’s sandbox at this point, not their live server, so update your script accordingly.
I do not see a way to update a script accordingly – sorry if I misunderstand, but i am under the impression I do not need to write a script to support the plugin – I do not see a way to do that for the plugin (is there a setting for this) and if I could, I have no idea how to write this script, what it should do, etc.
Paypal also says:
You have to change the code in your listener to post your response to the Sandbox URL at https://ipnpb.sandbox.paypal.com/cgi-bin/webscr, instead of the live URL https://ipnpb.paypal.com/cgi-bin/webscr.
Is there a way to do this in the plugin? I do not see a field for this under Settings……
Please help. Thanks ahead of time ??
- The topic ‘Not getting VERIFIED message’ is closed to new replies.