在 localhost 中为 IPN 使用 Advance Rest API

Posted

技术标签:

【中文标题】在 localhost 中为 IPN 使用 Advance Rest API【英文标题】:Using Advance Rest API for IPN in localhost 【发布时间】:2018-02-03 02:30:16 【问题描述】:

我已经读到,在能够在 localhost magento 站点中测试 IPN 时,我可以在 google chrome 中使用 Advance Rest API,现在我已经下载了该应用程序并测试了一些值,但它显示响应为空..

如何正确测试?我在上图中做对了吗?谢谢你,

【问题讨论】:

【参考方案1】:

您无法在本地主机上测试 IPN,因为 IPN 是关于 PayPal 的服务器向您定义的 URL 发起服务器端 POST。

因此,您的 IPN 脚本必须可供外界访问(或者您可以使用诸如 ngrok.me/localtunnel.me 之类的隧道)

您可以使用 ngrok 在 localhost 上进行测试:- https://ngrok.com/ 只需在本地运行 ngrok,然后粘贴 ngrok 为您提供的测试 url(类似于http://1bc7d09d.ngrok.com/) 它为您的 localhost 提供了一条隧道。

更多信息请访问此网址:-Paypal Sandbox Test Tool IPN Simulator in Localhost

【讨论】:

以上是关于在 localhost 中为 IPN 使用 Advance Rest API的主要内容,如果未能解决你的问题,请参考以下文章

paypal 按钮/IPN 发票名称

当 PayPal 发送付款通知 (IPN)

在 PayPal Sandbox 中没有收到对侦听器的 IPN 响应

无法在 paypal 中配置 PDT 或 IPN

paypal ipn没有得到验证

未设置 PayPal IPN $_POST['txn_id']