简体   繁体   English

Paypal IPN没有被解雇

[英]Paypal IPN not being fired

I have the below form sent to Paypal's sandbox from my production Server 我将以下表格从生产服务器发送到Paypal的沙箱

<form method="post" action="https://www.sandbox.paypal.com/cgi-bin/webscr" name="paypalFOrm">
<input type="hidden" value="_xclick-subscriptions" name="cmd">
<input type="hidden" value="a.user@gmail.com" name="business">
<input type="hidden" value="A Subscription" name="item_name">
<input type="hidden" value="10" name="item_number">
<input type="hidden" value="USD" name="currency_code">
<input type="hidden" value="1" name="no_note">
<input type="hidden" value="10" name="a3">
<input type="hidden" value="1" name="p3">
<input type="hidden" value="M" name="t3">
<input type="hidden" value="http://a.com/ThankYou.aspx?from=pc" name="return">
<input type="hidden" value="http://a.com/IPN.aspx" name="notify_url">
<input type="hidden" value="1" name="src">
<input type="image" alt="" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribe_SM.gif" name="submit">
<img border="0" width="1" height="1" alt="" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif">

When I test the IPN using IPN simulator, it works fine however when I make test payments, no IPN is fired. 当我使用IPN模拟器测试IPN时,它工作正常,但是当我进行测试付款时,不会触发任何IPN。 Please advise if I am doing something wrong here. 请告知我在这里做错了什么。

Subscriptions won't work from notify_url. 订阅无法通过notify_url进行。 You'll have to setup IPN in the PayPal account profile to trigger subscription based IPNs. 您必须在PayPal帐户配置文件中设置IPN才能触发基于订阅的IPN。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM