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“立即购买”按钮会触发 webhook 吗?在销售数字商品的网站中使用“立即购买”按钮与完全集成的支付系统相比有什么缺点?
PayPal 按钮触发称为 IPN(即时付款通知)的 webhook。您可以定义一个控制器来处理此请求并更新您的数据库。
您在网站上放置的按钮可以包含将由 IPN 发回的自定义字段(以及默认发送的所有信息,例如价格等),从而更容易识别付款(例如客户在您的应用程序中)。
我可以稍后详细说明并添加一些代码。不幸的是,我现在正在使用手机。
我无法与其他方法进行比较,因为我只使用了 PayPal 按钮和 IPN,但让它工作起来很容易。
https://developer.paypal.com/api/nvp-soap/ipn/IPNIntro/