How to connect Alipay in php

(*-*)浩
Release: 2023-02-25 17:14:01
Original
2286 people have browsed it

First import Alipay's PHP SDK, download address, download mobile payment (SDK & DEMO download) in the Alipay Document Center, unzip and open the server demo->readme.txt

How to connect Alipay in php

I kept it (recommended learning:PHP video tutorial)

How to connect Alipay in php

Renamed to

How to connect Alipay in php

Add namespaces to these five files respectively

How to connect Alipay in php

Change the namespaces of these four files to

How to connect Alipay in php

Alipay.class.php

 "create_direct_pay_by_user", "partner" => trim(alipay_config['seller_id']), "payment_type" => notify_url, "return_url" => out_trade_no, "subject" => total_fee, "body" => show_url, "anti_phishing_key" => exter_invoke_ip, "_input_charset" => trim(strtolower(alipaySubmit = new lib\AlipaySubmit(html_text = parameter,"get", "确认"); echo $html_text; } }
Copy after login

Configure parameters in the config.php configuration file

Then create a new controller TextController. class.php

 baseurl.'/index.php/Home/Text/returnurl.html', 'total'=> s = new Alipays\Alipay(); args); } // 同步跳转 public function returnurl(){ alipayNotify = new Alipays\lib\AlipayNotify(verify_result = verify_result) {//验证成功 //商户订单号 _GET['out_trade_no']; //支付宝交易号 _GET['trade_no']; //交易状态 _GET['trade_status']; if(_GET['trade_status'] == 'TRADE_SUCCESS') { //交易成功 }else { echo "trade_status=".alipay_config = C('alipay'); //计算得出通知验证结果 alipay_config); alipayNotify->verifyNotify(); if(out_trade_no = trade_no = trade_status = _POST['trade_status'] == 'TRADE_FINISHED'||$_POST['trade_status'] == 'TRADE_SUCCESS') { //交易成功 } echo "success"; //请不要修改或删除 } else { //验证失败 echo "fail"; //调试用,写文本函数记录程序运行情况是否正常 //logResult("这里写入想要调试的代码变量值,或其他运行的结果记录"); } } }
Copy after login

Then

How to connect Alipay in phpThis will successfully complete the simple payment function

The above is the detailed content of How to connect Alipay in php. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!