So as per this documentation IPN for mass pay https://developer.paypal.com/webapps/developer/docs/classic/ipn/integration-guide/IPNandPDTVariables/#id091EB070DUI
we can get the payment_status = denied if that is case do we still get information about individual items or we do not get any information about individual item.
If we get information about the individual item what is the value of status_x
and if the transaction is denied is there any transaction fess applied.
I have requirement that if the mass pay is denied I need to mark the individual item as denied.If the payment_status is completed or processed I use the unique_id_x value to map to entries in my database or want do so in case f denied
Also the documentation mentions reason_code is set only if status = Failed
there is not explicit variable named status ;there is status_x or payment_status which one of it is ?
if the it is status_x : then should it not be reason_code_x for each item individually if it is payment_status : but we do not have payment_status as Failed.