環迅ecshop,thinkphp,shopnc在線支付接口,支付插件(payment plugin含源碼)
最近應一個客戶的要求,給他的一個ecshop網站開發環迅在線支付接口和代付接口。
環迅(http://www.ips.com.cn/)有自己的收銀臺,集成了各類銀行,也是不錯。
環迅支付成立16年以來,為60萬商戶2400萬用戶提供成熟的支付體系與服務,其全場景應用支付與企業資金信息管理平臺廣泛的應用于百姓民生、教育培訓、酒店旅游、企業資金管理與結算、互聯網網貸、產業鏈金融、消費金融等領域;同時,根據細分的行業需求,提供針對不同產業的訂制化解決方案與服務。
2016年8月12日,中國人民銀行發出公告,根據《非金融機構支付服務管理辦法》、《中國人民銀行關于〈支付業務許可證〉續展工作的通知》,人行對27家非銀行支付機構《支付業務許可證》續展申請作出決定,支付寶、銀聯、環迅支付等27家第三方支付機構牌照順利續展,其《支付業務許可證》有效期為5年(至2021年5月2日)。
主要說一下環迅的代付接口。目前各大支付平臺已經禁止了對私直接出款,所以都引入了一個分賬系統。
在分賬系統中,上次小B賬戶的身份證和手機號等信息,先從環迅平臺通過易收付提現到小B賬戶,然后小B賬戶就可以提現了。
這也是對國家政策的一個規避。但是也無疑增加了資金流轉的難度。
環迅支持H5,APP,網銀快捷等支付接口。文檔還算比較齊全。
//構造要請求的參數數組
$parameter = array(
"Version" => $ipspay_config['Version'],
"MerCode" => $ipspay_config['MerCode'],
"Account" => $ipspay_config['Account'],
"MerCert" => $ipspay_config['MerCert'],
"PostUrl" => $ipspay_config['PostUrl'],
"S2Snotify_url" => $ipspay_config['S2Snotify_url'],
"Return_url" => $ipspay_config['return_url'],
"CurrencyType" => $ipspay_config['Ccy'],
"Lang" => $ipspay_config['Lang'],
"Return_url" => $ipspay_config['return_url'],
"OrderEncodeType"=>$ipspay_config['OrderEncodeType'],
"RetType"=>$ipspay_config['RetType'],
"MerBillNo" => $inMerBillNo,
"MerName" => $inMerName,
"MsgId" => $ipspay_config['MsgId'],
"PayType" => $selPayType,
"FailUrl" => $inFailUrl,
"Date" => $inDate,
"ReqDate" => date("YmdHis"),
"Amount" => $inAmount,
"Attach" => $inAttach,
"RetEncodeType" => $selRetEncodeType,
"BillEXP" => $inBillEXP,
"GoodsName" => $inGoodsName,
"BankCode" => $inBankCode,
"IsCredit" => $selIsCredit,
"ProductType" => $selProductType
);
//建立請求
$ipspaySubmit = new IpsPaySubmit($ipspay_config);
$html_text = $ipspaySubmit->buildRequestForm($parameter);
echo $html_text;
以上是部分代碼。
最后注意,環迅目前只提供Java,PHP,和C#版本的demo,還是比較豐富。
還有其他接口:
銀盛支付接口:
http://www.writebusinessplanrcs.com/tech/2dev/287.html
彩虹支付接口
http://www.writebusinessplanrcs.com/tech/cms/285.html
國付寶支付接口:
http://www.writebusinessplanrcs.com/tech/cms/289.html
更多接口來自:
http://www.writebusinessplanrcs.com/s/onlinepay/
大家如果有需要開發這個接口的可以用QQ跟我交流:捌零肆柒伍貳零零玖(804752009) 注明支付接口。
7*24在線**技術支持服務! 期待與您的合作!
相關推薦
- 首信易ecshop,thinkphp,shopnc在線支付接口,支付插件(p
- 愛農ecshop,thinkphp,shopnc在線支付接口,支付插件(pay
- 杉德ecshop,thinkphp,shopnc在線支付接口,支付插件(pay
- 匯潮ecshop,thinkphp,shopnc在線支付接口,支付插件(pay
- 九派ecshop,thinkphp,shopnc在線支付接口,支付插件(pay
- 商銀信ecshop,thinkphp,shopnc在線支付接口,支付插件(p
- 天下支付ecshop,thinkphp,shopnc在線支付接口,支付插件
- 摩寶支付ecshop,thinkphp,shopnc在線支付接口,支付插件
- 易寶支付ecshop,thinkphp,shopnc在線支付接口,支付插件
- 威富通支付ecshop,thinkphp,shopnc在線支付接口,支付插