【问题标题】:Not getting IPN response to listener in PayPal Sandbox在 PayPal Sandbox 中没有收到对侦听器的 IPN 响应
【发布时间】:2015-06-11 20:34:10
【问题描述】:

我在 PayPal 沙盒按钮中创建了一个递归支付按钮。但是在付款后从PayPal支付返回测试账户时,IPN响应没有返回。在查看IPN历史时,显示IPN消息已经生成。

ipn_POST_data 在侦听器中为空。

简单的订阅按钮也是如此。

【问题讨论】:

    标签: paypal paypal-ipn


    【解决方案1】:

    我得到了答案

    我们需要将变量 'rm' 设置为 2。

    <input type="hidden" name="rm" value="2">
    
    0 – all shopping cart payments use the GET method
    1 – the buyer's browser is redirected to the return URL by using the GET method, but no payment variables are included
    2 – the buyer's browser is redirected to the return URL by using the POST method, and all payment variables are included
    

    默认情况下,rm 的值为 0。

    谢谢...

    【讨论】:

      猜你喜欢
      • 2012-05-20
      • 1970-01-01
      • 2021-12-31
      • 2014-02-26
      • 2016-04-13
      • 2016-05-18
      • 2019-06-22
      • 2020-06-04
      • 2015-02-11
      相关资源
      最近更新 更多