0

我有以下形式從我的生產服務器貝寶IPN不會被解僱

<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="[email protected]" 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"> 

發送到PayPal的沙盒當我測試的IPN採用IPN模擬器,它工作正常,但是當我做測試費,沒有IPN被解僱。請告知我在這裏做錯了什麼。

回答

1

訂閱將不會從notify_url工作。您必須在PayPal帳戶配置文件中設置IPN才能觸發基於訂閱的IPN。

+0

我不這麼認爲。 notify_url的優先級高於Paypal帳戶配置文件中設置的優先級。任何說明你所說的話的鏈接? – Nitesh

+0

對於大多數IPN來說,是的。不過,訂閱可能會影響配置文件。 –

+0

你確定嗎?在沙箱中排隊等待一天後,IPN再次開始射擊。仍然不確定你說的是真的。你能分享一些描述這個的鏈接嗎? – Nitesh