I am getting back the IPN response from paypal. The payment_status is pending. How can I confirm, if the payment is completed?!
Edit #1
I am using sandbox as if now. So is is because of that, it is showing pending payment status?!
Edit #2
I am using this sandox now, which I dont know whether its beta or normal one. https://developer.paypal.com/us . Could any one tell me which version is this!?
You will receive a new IPN notification when the payment changes it’s status to complete.
Edit #1:
There are two sandboxes you can use. Normal and Beta. A few weeks back there were problems with IPN responses from the normal sandbox, so I tried using the beta sandbox and all IPN’s returned successfully, and not pending.
Edit #2: