Paypal listener and negative response

minikat 18 Jun, 2014
Hi all,

I would like to know if the Paypal redirect (full) work fine with negative response from paypal, for me it doesn't work.

Making some test with paypal test account (sandbox), the Paypal listener work fine with a postivie response and on "verified", but ..
If I follow the paypal intructions for testing negative response, with specifics values used for the amount (like 131.22 for transaction declined) the email action placed in first on the On ipn event still work, but neither the On invalid and On error conditions seems to be called.

Does anyone has tested negative responses successfully? if yes what way?
[attachment=0]screenshot.jpg[/attachment]

Thanks in advance.
Eric
GreyHead 20 Jun, 2014
HI Eric,

Looking at the action code as far as I can see 'Error' is only triggered if neither cURL nor FSock (the two remote methods) are available. 'Verified' is triggered if 'VERIFIED' is found in the result string from PayPal and 'INVALID' is triggered if the result string is 'INVALID'.

If you add a debugger then you should be able to see exactly what value is being returned.

Bob
This topic is locked and no more replies can be posted.