Paypal IPN 通知
Paypal IPN 通知有时会失败吗? 100%有效吗?
我现在有问题..大多数时候它都可以工作,但我现在,它因为现在的原因而停止工作。
我需要它 100% 工作,以便我可以在数据库中添加有关该交易的记录。并知道它是否失败。
有人有同样的经历吗?
Are there times that Paypal IPN notifications fails?
Does it work 100%?
I have problem right now.. Most of the time it works but I just now, it stop working for now reason.
I need it to work 100% so that I can add a record on my database about the transaction. And know if it fails or not.
Does anyone has the same experience?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
paypal 始终会返回 IPN。但有些情况下可能会延迟几天。所以我们不能 100% 依赖 IPN。因此更好的方法是同时使用 IPN 和 PDT。如果数据未使用 IPN 更新,我们可以检查它并使用 PDT 更新我们的数据库。
Always paypal will return the IPN. But some occasions it might delay for even days. So we cant't rely on IPN 100%. So better way to do it will be to use both IPN and PDT together. If the data is not updated using IPN we can check it an use PDT to update our database.