可以为商业帐户编辑用户网站首选项启用返回网址,但如果我想将钱转移到paypal上的个人帐户,则返回网址无法正常工作
请建议
重定向到paypal的HTML代码
<html>
<head><title>Processing Payment...</title></head>
<div id="loading_image" style="position:absolute; left:600px; top:300px;">
<img src="themes/theme1/images/waiting.gif" /> Redirecting to Paypal.
</div><form method="post" name="paypal_form" action="https://www.sandbox.paypal.com/cgi-bin/webscr">
<input type="hidden" name="rm" value="2"/>
<input type="hidden" name="cmd" value="_xclick"/>
<input type="hidden" name="business" value="email"/>
<input type="hidden" name="success_url" value="http://url/admin/transactions/index/successfull"/>
<input type="hidden" name="cancel_return" value="http://url/admin/transactions/index/failed"/>
<input type="hidden" name="notify_url" value="http://url/quotes/paypal_ipn"/>
<input type="hidden" name="custom" value="3|4|1|3"/>
<input type="hidden" name="item_name" value="Payment for Job Completion"/>
<input type="hidden" name="amount" value="11.4"/>
</form>
</body></html>
答案 0 :(得分:0)
paypal中没有任何返回网址成功回复你必须将success_url变量发送给paypal才能回复