工商银行在线支付接口,B2C签名infosec插件
电子商务 admin 发布时间:2019-07-21 20:05:58 浏览: 次
最近应一个客户的要求,给他的一个电商网站开发工商银行在线支付接口和代付接口。
工商银行的在线支付接口也经历了很多次的升级,签名方法主要有RSA和CA两种。
目前工行的总行网关都是采用CA签名认证,如果用CA签名认证,那么就要在服务器上部署工行自己开发的
签名动态库infosec。有Window和Linux 2个版本。根据自己的服务器的情况自由选择。
但是Window的infosec.dll动态库的部署坑比较多。大家注意啊。
$request = array(
"app_id" => '10000000000001340000',
"method" => 'POST',
"isNeedEncrypt" => false,
"serviceUrl" => 'https://gw.open.icbc.com.cn/ui/b2c/pay/transfer/V3',
"msg_id" => date('YmdHis').rand(100,999),
"charset" => 'UTF-8',
"sign_type" => 'CA',
"timestamp" => date('Y-m-d H:i:s'),
"notify_url" => 'http://test.baidu.cn/notify.php',
"ca" => '',
"interfaceName" => 'ICBC_WAPB_B2C',
"interfaceVersion" => '1.0.0.6',
"clientType" => '0',
"biz_content" => json_encode($biz_content)
);
以上是部分代码。
最后注意,工商银行目前只提供Java和Php版本的demo,还是缺少其他语言的。
相关推荐
- 瀚银ecshop,thinkphp,shopnc在线支付接口,支付插件(pay
- 现代金控ecshop,thinkphp,shopnc在线支付接口,支付插件
- 首信易ecshop,thinkphp,shopnc在线支付接口,支付插件(p
- 环迅ecshop,thinkphp,shopnc在线支付接口,支付插件(pay
- 爱农ecshop,thinkphp,shopnc在线支付接口,支付插件(pay
- 杉德ecshop,thinkphp,shopnc在线支付接口,支付插件(pay
- 汇潮ecshop,thinkphp,shopnc在线支付接口,支付插件(pay
- 九派ecshop,thinkphp,shopnc在线支付接口,支付插件(pay
- 商银信ecshop,thinkphp,shopnc在线支付接口,支付插件(p
- 天下支付ecshop,thinkphp,shopnc在线支付接口,支付插件