2

imn 提交此表单以发送用户进行定期付款注册

      <form name='_xclick' id='_xclick' action='https://www.paypal.com/cgi-bin/webscr' method='post'>
        <input type='hidden' name='cmd' value='_xclick-subscriptions'>
        <input type='hidden' name='business' value='xxxxx@gmail.com'>
        <input type='hidden' name='currency_code' value='EUR'>
        <input type='hidden' name='no_shipping' value='1'>
        <input type='hidden' name='a3' value='90.00'>
        <input type='hidden' name='p3' value='1'>
        <input type='hidden' name='t3' value='M'>
        <input type='hidden' name='custom' value='customerId=F5C311'>
        <input type='hidden' name='src' value='1'>
        <input type='hidden' name='sra' value='1'>
        <input type='hidden' name='item_name' value='xxxxx'>
        <input type='hidden' name='cancel_return' value='http://www.xxxxxx.com/package-success?pplstatus=0&amp;customerId=F5C311'>
        <input type='hidden' name='return' value='http://www.xxxxxx.com/package-success?pplstatus=1&amp;customerId=F5C311'>
        <input type='hidden' name='notify_url' value='http://www.xxxxxx.com/package-success?pplstatus=IPN&amp;pplstatus=0&amp;customerId=F5C311'>
        <input type='hidden' name='rm' value='2'>
      </form>
    <script>document.forms['_xclick'].submit();</script>

由于某种神秘的原因,当我检查 PayPal IPN 历史记录时,通知 URL 为空,当然,我的系统上没有处理付款(附加 PayPal 消息信息)。消息传递已启用,并且作为 URL 我写了http://www.xxxxxxx.com/?pplstatus=IPN

贝宝 IPN 消息信息

我在这里做错了什么?

4

2 回答 2

1

这是我们目前正在努力解决的已知问题。IPN 消息仍将正常发送,但 IPN 历史记录页面可能无法反映正确的状态/notify_url 详细信息。

编辑:截至 29/04 已解决此问题。如果您遇到任何进一步的问题,请告诉我。

于 2013-04-22T12:27:47.993 回答
-1

我有类似的问题,我在这里描述过:

https://stackoverflow.com/questions/16174275/why-paypal-does-not-call-my-notify-url-but-on-sandbox-everything-works

但是我的状态是 Retrying 并且我的 IPN 没有被调用。我真的不知道发生了什么事。

于 2013-04-23T18:37:57.133 回答