首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >notify_url在PayPal中不再有效

notify_url在PayPal中不再有效
EN

Stack Overflow用户
提问于 2013-01-29 03:00:40
回答 1查看 2.1K关注 0票数 2

我有以下付款表格:

代码语言:javascript
复制
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="online-store-paypal">
  <input type="hidden" name="cmd" value="_xclick">
  <input type="hidden" name="business" value="kae@kvsites.ie">
  <input type="hidden" name="item_name" value="Purchase made from www.kvsites.ie">
  <input type="hidden" name="item_number" value="6">
  <input type="hidden" name="amount" value="1.00">
  <input type="hidden" name="currency_code" value="EUR">
  <input type="hidden" name="no_shipping" value="1">
  <input type="hidden" name="no_note" value="1">
  <input type="hidden" value="http://www.kvsites.ie/contact-us/Login?onlinestore_iid=6" name="return">
  <input type="hidden" name="notify_url" value="http://www.kvsites.ie/ww.plugins/online-store/verify/paypal.php">
  <input type="hidden" name="bn" value="IC_Sample">
  <input type="image" style="width:68px;height:23px;" src="https://www.paypal.com/en_US/i/btn/x-click-but23.gif" name="submit" alt="Make payments with payPal - it's fast, free and secure!">
  <img width="1" height="1" alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif">
</form>

相关的代码行如下:

代码语言:javascript
复制
<input type="hidden" name="notify_url" value="http://www.kvsites.ie/ww.plugins/online-store/verify/paypal.php">

当我直接访问它时,它(显然)注册在我的web服务器的访问日志中。

然而,当我实际/使用/表单时,付款成功完成,但IPN不会出现在PayPal的IPN历史页面中,也不会出现在Apache的日志中。

这是几个月来完美工作的东西,直到最近才完全停止工作。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2013-01-29 03:20:19

Paypal IPN通知目前已关闭。See on Twitter

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/14569173

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档