0
我已經集成了一個經常性支付部在我的網站:貝寶定期付款狀態爲「已過期」
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="charset" value="utf-8">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="cmd" value="_xclick-subscriptions">
<input type="hidden" name="item_name" value="Total Connect">
<input type="hidden" name="item_number" value="6">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="a3" value="0.59">
<input type="hidden" name="p3" value="1">
<input type="hidden" name="t3" value="M"> <!-- Set recurring payments until canceled. -->
<input type="hidden" name="custom" value="1385616401:1:6:b09c926d4df9a5f17221e56cbe688297">
<input type="hidden" name="return" value="http://119.18.51.11/freelancecoach/thank-you">
<input type="hidden" name="cancel_return" value="">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="notify_url" value="http://119.18.51.11/freelancecoach/paymentreturn/paypalexpress">
<input type="hidden" name="src" value="0"><!-- Display the payment button. -->
<input type="image" name="submit" border="0" src="https://www.paypal.com/en_US/i/btn/btn_subscribe_LG.gif" alt="PayPal - The safer, easier way to pay online">
<img alt="" border="0" width="1" height="1" src="https://www.paypal.com/en_US/i/scr/pixel.gif">
</form>
但問題是,支付寶付款資料後付款已過期。 我還有一封郵件:
您成功取消了以下PayPal定期付款配置文件。我們將不再向買方開賬單。如果您沒有要求取消此項服務,請撥打免費電話1-888-221-1161聯繫貝寶客戶支持。
此外,我已經檢查了我用來支付包裹的PayPal賬戶,並且我看到這個定期付款的狀態是「已過期」。
我的要求是訂閱PayPal賬戶,直到賬戶持有人取消訂閱爲止。沒有過期日期。
非常感謝你:) – Preethy