这是我的标记
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick-subscriptions"/>
<input type="hidden" name="business" value="shubhangi254@gmail.com"/>
<input type="hidden" name="lc" value="US"/>
<input type="hidden" name="item_name" value="XYZ"/>
<input type="hidden" name="no_note" value="1"/>
<input type="hidden" name="src" value="1"/>
<input type="hidden" name="srt" value="3"/>
<input type="hidden" name="a3" value="10.00"/>
<input type="hidden" name="p3" value="1"/>
<input type="hidden" name="t3" value="M"/>
<input type="hidden" name="currency_code" value="USD"/>
<input type="hidden" name="bn" value="PP-SubscriptionsBF:btn_subscribeCC_LG.gif:NonHostedGuest"/>
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"/>
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"/>
</form>
有了它,它会重定向到paypal,但是当我使用沙盒测试帐户电子邮件登录时,会出现以下错误:
The link you have used to enter the PayPal system is invalid. Please review the link and try again.
有什么想法吗?
答案 0 :(得分:1)
shubhangi254@gmail.com不是沙盒帐户。这是一个用于访问https://developer.paypal.com/的开发者帐户
您还必须通过https://developer.paypal.com/&gt;创建测试买家/卖家帐户。测试帐户。
“business”的值将是Seller测试帐户的“电子邮件地址”。