“Buy Now”按鈕示例代碼

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="[email protected]"> 用來收款的PayPal賬戶
<input type="hidden" name="item_name" value="item_name"> 商品名字
<input type="hidden" name="amount" value="000.00"> 商品價格
<input type="hidden" name="currency_code" value="USD"> 貨币種類
<input type="hidden" name="lc" value="US"> 客戶所在國家
<input type="hidden" name="return" value="http://www.yoursite.com/thanks.html">客戶付款完成後傳回位址
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but23.gif"
border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">
</form>