Does PayPal refund IPN after the payment status has changed from pending completion / rejection?

I've done some cleaning up but can't seem to find a definitive answer for this!

I get "VERIFIED" and "Pending" so I can put my orders from "placed" to "unfinished", but you need full / failed so I can go to "paid" and "canceled".

Someone has something definitive, or is it a game of waiting until test payments are complete (not using an isolated area).

+3


source to share


2 answers


If the payment is in Pending status, you get a different IPN when the payment is cleared, failed, or denied.

Also, here are some good things to check once you get Payment_staus = completed



  • Make sure "txn_id" is not a duplicate to prevent fraud from reusing an old completed transaction.
  • Please confirm that "receiver_email" is the email address registered with your PayPal account to prevent the payment from being sent to the scammer's account
  • Check other transaction details such as the item number and confirm that the price has not been changed.
+4


source


You get another IPN (not 'resend'), same txn_id, with pay_status = 'Completed'.



0


source







All Articles