I was working on a shopping cart in paypal with php, but when paypal is sending payment_status = Pending, I never recieve a callback with completed even though the payment is saying complete on paypal itself (tested on sandbox and live environment).
(Pending Paypal IPN) As far as I can read here it should send another callback or is this changed between then and now?
If paypal is not sending any new callback, is there another way to check/recheck to see if that specific payment is complete?
Thanks in advance.