magento中paypal express结账的ipn url是啥
Posted
技术标签:
【中文标题】magento中paypal express结账的ipn url是啥【英文标题】:What is the ipn url for the paypal express checkout in magentomagento中paypal express结账的ipn url是什么 【发布时间】:2014-04-19 07:25:06 【问题描述】:我在 magento 中使用 paypal express checkout 作为付款方式。
我已将 ipn url 设置为http://mymagentosite.com/paypal/ipn/
。
我收到来自贝宝的电子邮件
请检查您处理 PayPal 即时付款通知 (IPN) 的服务器。发送到以下 URL 的 IPN 失败:
http://mymagentosite.com/paypal/ipn/
我应该为我的网站设置的正确网址是什么?
请帮忙。
【问题讨论】:
【参考方案1】:应该是
YOUR_BASE_URL/index.php/paypal/ipn/index/
【讨论】:
我的 url 缺少 index.php 并且在最后 /index/ 这有什么不同吗? index.php 没有任何区别,但您必须添加 /index 因为它是贝宝开始其操作的控制器的操作 你也可以写 YOUR_BASE_URL/paypal/ipn/index/ 我会试试你的建议 大家好,我在末尾添加了索引操作,例如 BASE_URL//paypal/ipn/index,但我仍然收到来自 PayPal 的 IPN 错误消息,请您帮我解决这个问题.以上是关于magento中paypal express结账的ipn url是啥的主要内容,如果未能解决你的问题,请参考以下文章