PHP整合PayPal支付
网络编程 2021-07-05 09:09www.168986.cn编程入门
PayPal作为全球运用最广的在线支付工具,一直被很多外贸B2C网站纳为首选支付工具。不过对于自主开发网站的商户来说,PayPal接口的集成经常遇到很多问题,今天Lance就在这里给大家分享一下php项目中PayPal接口的集成方法。
简单整理一下PHP项目整合PayPal支付功能。
一、表单的构建
<form method="post" name="form" action="https://.paypal./cgi-bin/webscr"> <input type="hidden" name="rm" value="2"/> <input type="hidden" name="cmd" value="_xclick"/> <input type="hidden" name="business" value="商家账号"/> <input type="hidden" name="return" value="返回网址"/> <input type="hidden" name="cancel_return" value="取消返回网址"/> <input type="hidden" name="notify_url" value="用于接收PayPal发送的即时付款通知的URL,必须是有效的URL"/> <input type="hidden" name="item_name" value="物品名称"/> <input type="hidden" name="item_number" value="可用于跟踪购买或捐赠的传递变量,在付款完成时传回给您"/> <input type="hidden" name="amount" value="物品的价格(购物车中所有物品的总价格"/> <input type="hidden" name="currency_code" value="币种"/> </form>
二、IPN验证部分
<?php class paypal { var $ipn_data = array(); // array contains the POST values for IPN var $fields = array(); // 提交给Paypal的表单参数,例item_name=iPhone 6,quantity=1,amount=499,currency_code=USD等所有表单信息, // 在调用验证IPN之前事先需要初始化好 var $paypal_url = 'https://.paypal./cgi-bin/webscr';//sandboxhttps://.sandbox.paypal./cgi-bin/webscr function validate_ipn() {//验证IPN // parse the paypal URL $url_par=parse_url($this->paypal_url); // generate the post string from the _POST vars aswell as load the // _POST vars into an arry so we can play with them from the calling // script. $post_str = ''; foreach ($_POST as $field=>$value) { $this->ipn_data["$field"] = $value; $post_str .= $field.'='.urlencode(stripslashes($value)).'&'; } $post_str.="cmd=_notify-validate"; // append ipn mand // open the connection to paypal $fp = fsockopen($url_par[host],"80",$errnum,$errstr,30); if(!$fp) { // could not open the connection. return false; } else { // Post the data back to paypal fputs($fp, "POST ".$url_par[path]." HTTP/1.1\r\n"); fputs($fp, "Host: ".$url_par[host]."\r\n"); fputs($fp, "Content-type: application/x--form-urlencoded\r\n"); fputs($fp, "Content-length: ".strlen($post_str)."\r\n"); fputs($fp, "Connection: close\r\n\r\n"); fputs($fp, $post_str . "\r\n\r\n"); // loop through the response from the server and append to variable while(!feof($fp)) { $this->validate_ipn_response .= fgets($fp, 1024); } fclose($fp); // close connection } if (eregi("VERIFIED",$this->validate_ipn_response)) { return true; } else { return false; } } } ?>
以上所述就是本文的全部内容了,希望大家能够喜欢。
上一篇:php简单smarty入门程序实例
下一篇:php 在线导入mysql大数据程序
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程