Hi,
I am using Paypal Redirect with Paypal Listener on the IPN event. I am currently testing in Paypal sandbox environment and everything works just fine. However, when I simulate IPN events from the Paypal side to do negative testing events like payment status "Denied" or "Failed", I don't see any of the Paypal Listener events (On Verified, On Invalid or On Error)getting triggered. I have Email and DB Save functions within each of them but nothing happens. However, If I put an Email event outside PayPal Listener but on On IPN, I get that working. However, I don't think I can trust and use that data unless as that many not be fully authenticated by Paypal. Is my understanding correct? Also, the main question is: how can I perform some negative testing and capture those transaction thru PayPal Listener? Thanks for your help?
I am using Paypal Redirect with Paypal Listener on the IPN event. I am currently testing in Paypal sandbox environment and everything works just fine. However, when I simulate IPN events from the Paypal side to do negative testing events like payment status "Denied" or "Failed", I don't see any of the Paypal Listener events (On Verified, On Invalid or On Error)getting triggered. I have Email and DB Save functions within each of them but nothing happens. However, If I put an Email event outside PayPal Listener but on On IPN, I get that working. However, I don't think I can trust and use that data unless as that many not be fully authenticated by Paypal. Is my understanding correct? Also, the main question is: how can I perform some negative testing and capture those transaction thru PayPal Listener? Thanks for your help?
Hi Zaheer,
Looking at the code for the Listener action there only seem to be two events triggered: 'Verified' and 'Invalid'.
As far as I can see there is no event triggered if PayPal returns a status other than VERIFIED or INVALID. I'm not certain about this, I may have misread the code.
Bob
Looking at the code for the Listener action there only seem to be two events triggered: 'Verified' and 'Invalid'.
As far as I can see there is no event triggered if PayPal returns a status other than VERIFIED or INVALID. I'm not certain about this, I may have misread the code.
Bob
This topic is locked and no more replies can be posted.