Paypal IPN: what if the buyer didn't click the return link after payment?

白昼怎懂夜的黑 提交于 2019-12-11 10:16:12

问题


From what I understand about integration with paypal - we rely on the IPN to process our the db injection like creating the order, recording the transaction into our db, etc.

In order to receive the IPN data from paypal requires the buyers to click the return link after his/ her payment.

But what if the buyer didn't click the return link after payment? The buyer will still see their cart with the items in it if they come straight back to our shopping site without clicking the return link, but they have already paid on paypal.

I can't think of any idea to solve this possibility that might happen, do you have any solution?


回答1:


In order to receive the IPN data from paypal requires the buyers to click the return link after his/ her payment.

Your assumption is wrong, PayPal sends you the IPN as soon as the payment is made.



来源:https://stackoverflow.com/questions/7699976/paypal-ipn-what-if-the-buyer-didnt-click-the-return-link-after-payment

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