【发布时间】:2014-03-29 10:05:43
【问题描述】:
我想设置paypal登录页面的部分,你可以输入你的信用卡信息是默认打开的。
<form target="_top" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="TU9GTJP2JCEKJ">
<input type="image" src="https://www.sandbox.paypal.com/en_US/i/btn/btn_buynow_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.sandbox.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
<input type="hidden" name="METHOD" value="SetExpressCheckout">
<input type="hidden" name="SOLUTIONTYPE" value="Sole">
<input type="hidden" name="LANDINGPAGE" value="Billing">
<input type="hidden" name="lc" value="US">
</form>
设置了必填参数我有一个企业账户,PayPal账户可选: 在, 名称=“解决方案类型”值=“鞋底” name="LANDINGPAGE" value="计费"
Paypal 登陆页面仍保持登录状态
【问题讨论】: