Pending Paypal IPN

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-16 12:19:07

问题


Paypal IPN request to my callback Pending status.

In my workflow I only save the order after they pass all checking steps as: business email, mc_gross... and the status must be "Completed".

So when I receive a request from Paypal with Pending status, system will not save order into the database.

My question is will Paypal send another request after the order status change to Completed ?


回答1:


Yes, when a pending transaction updates to Completed (or Failed, or whatever) you will get an additional IPN with the updated details.



来源:https://stackoverflow.com/questions/17596325/pending-paypal-ipn

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!