Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在向我们的网站添加付款。我想要一种方法来更新我的数据库并在交易中通过 paypal api 捕获付款。有谁知道是否有任何方法可以做到这一点?也许是贝宝回调?
进行捕获,然后更新数据库。几分钟后,您将收到一条 IPN 消息,其中包含有关捕获的详细信息,您可以使用它来检查数据库是否已更新。但不要只依赖 IPN,根据我的经验,我可以说它不是 100% 可靠的。有时会发生我没有收到某些 IPN 的情况,或者它们被延迟了几个小时。