Hiya,

I hope this is the right place to post this - any help would be appreciated!

I'm working with Zen Cart which doesn't support at the moment PayPal's Fraud Management Filters. I'm trying to detect when PayPal triggers the fraud management filters so that I can update the database.

At the moment i'm detecting for an ACK with SuccessWithWarning in the ipn_main_handler.php script with:

PHP Code:
if($_POST['ACK'] == "SuccessWithWarning") { } 
And a switch statement inside there to detect for the individual filters ie fraud_management_pending_filters_1

If anyone could let me know if i'm going the right way around or has any ideas or perhaps a better way of implementing this I would be really greatful.

Thanks for your time