我不得不在我的網站上支付person.i中一個PayPal整合找到了一個簡單的代碼如何整合貝寶在網站
<form action="https://www.paypal.com/cgi-bin/webscr" method="POST">
To pay with PayPal now please click on the PayPal icon below:
<input type="hidden" name="cmd" value="_xclick"><br>
<input type="hidden" name="business" value="[email protected]"><br>
<input type="hidden" name="item_name" value="Order #{$order_id}"><br>
<input type="hidden" name="amount" value="{$order_amount}"><br>
<input type="hidden" name="currency_code" value="{$currency_iso_3}"><br>
<input type="image" name="submit" src="http://images.paypal.com/images/x-click-but01.gif" alt="Pay with PayPal"><br>
< /form>
這是安全的支付?
我在這裏回答了這個問題:http://stackoverflow.com/a/11404356/279147我知道這是2年後,但也許其他人到達這裏會看到它。 – 2012-07-22 14:56:37