日期:2014-05-17  浏览次数:20493 次

paypal支付接口??
哥哥姐姐们有做过哩吗?
本人E文水平太差啦.
有没有实例让小弟看一下.
无须购物车模式.只要能单件购买就OK?
分不是问题.
小弟在这里先谢过大家啦

------解决方案--------------------
http://paypaltech.com/
------解决方案--------------------
<form action= "https://www.paypal.com/cgi-bin/webscr " method= "post ">
<input type= "hidden " name= "cmd " value= "_xclick ">
<input type= "hidden " name= "business " value= "billing@getacoder.com ">
<input type= "hidden " name= "item_name " value= "Deposit ">
<input type= "hidden " name= "no_note " value= "1 ">
<input type= "hidden " name= "currency_code " value= "USD ">
<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>
------解决方案--------------------
<form action= "https://www.paypal.com/cgi-bin/webscr " method= "post ">
<input type= "image " src= "https://www.paypal.com/en_US/i/btn/x-click-but22.gif " border= "0 " name= "submit " alt= "Make payments with PayPal - it 's fast, free and secure! ">
<img alt= " " border= "0 " src= "https://www.paypal.com/en_US/i/scr/pixel.gif " width= "1 " height= "1 ">
<input type= "hidden " name= "add " value= "1 ">
<input type= "hidden " name= "cmd " value= "_cart ">
<input type= "hidden " name= "business " value= "你在PAYPAL注册用于交易的EMAIL ">
<input type= "hidden " name= "item_name " value= "购物车名称 ">
<input type= "hidden " name= "item_number " value= "这个相当于商品名称 ">
<input type= "hidden " name= "amount " value= "价钱 ">
<input type= "hidden " name= "no_shipping " value= "2 ">
<input type= "hidden " name= "no_note " value= "1 ">
<input type= "hidden " name= "currency_code " value= "好像是货币代码 ">
<input type= "hidden " name= "lc " value= "好像是国家代码 ">
<input type= "hidden " name= "bn " value= "PP-ShopCartBF ">
</form>

这样应该可以了。