天下支付ecshop,thinkphp,shopnc在線支付接口,支付插件(payment plugin含源碼)
二次開(kāi)發(fā) admin 發(fā)布時(shí)間:2017-12-10 08:23:30 瀏覽: 次
最近應(yīng)一個(gè)客戶(hù)的要求,給他的一個(gè)ecshop網(wǎng)站開(kāi)發(fā)天下支付(www.tfb8.com)在線支付接口和代付接口。
天下有自己的收銀臺(tái),集成了各類(lèi)銀行,也是不錯(cuò)。
但是天下支付對(duì)接的時(shí)候很是麻煩,先要在測(cè)試環(huán)境下測(cè)試,有專(zhuān)門(mén)的測(cè)試商戶(hù)號(hào),測(cè)試通過(guò)需要把測(cè)試
參數(shù)和提交的返回結(jié)果發(fā)給他們的技術(shù)支持,天下支付的技術(shù)驗(yàn)證通過(guò)的才會(huì)正式開(kāi)通。
其他的接口,比如代付API接口也需要發(fā)送測(cè)試參數(shù)才會(huì)開(kāi)通?;旧线€是比較正規(guī)。
$reqHandler->setParameter ( "spid", $spid );
$reqHandler->setParameter ( "sp_userid", '101347613' );
$reqHandler->setParameter ( "spbillno", date('YmdHis').rand(10,99) );
$reqHandler->setParameter ( "money", intval($_POST['order_amount'])*100 );
$reqHandler->setParameter ( "cur_type", '1' );
$reqHandler->setParameter ( "notify_url", 'http://xxx.com/payNotifyUrl.php' );
$reqHandler->setParameter ( "return_url", 'http://xxx.com/payNotifyUrl.php');
$reqHandler->setParameter ( "errpage_url", '' );
$reqHandler->setParameter ( "memo", "memo" );
$reqHandler->setParameter ( "expire_time", '' );
$reqHandler->setParameter ( "attach", 'attach' );
$reqHandler->setParameter ( "card_type", "1" );
$reqHandler->setParameter ( "bank_segment", '6666' );
$reqHandler->setParameter ( "user_type", "1" );
$reqHandler->setParameter ( "channel", $channel );
$reqHandler->setParameter ( "encode_type", $encode_type );
$reqHandler->setParameter ( "risk_ctrl", "" );
以上是部分代碼。
最后注意,天下支付目前只提供Java,PHP,和C#版本的demo,還是比較豐富。
還有其他接口:
銀盛支付接口:
彩虹支付接口
http://nsteels.com/tech/cms/285.html
國(guó)付寶支付接口:
http://nsteels.com/tech/cms/289.html
更多接口來(lái)自:
大家如果有需要開(kāi)發(fā)這個(gè)接口的可以用QQ跟我交流:捌零肆柒伍貳零零玖(804752009) 注明支付接口。
相關(guān)推薦
- 摩寶支付ecshop,thinkphp,shopnc在線支付接口,支付插件
- 易寶支付ecshop,thinkphp,shopnc在線支付接口,支付插件
- 威富通支付ecshop,thinkphp,shopnc在線支付接口,支付插
- 先鋒支付ecshop,shopex,shopnc在線支付接口,支付插件(p
- 易通支付ecshop,shopex,shopnc在線支付接口,支付插件(p
- 創(chuàng)瑞寶ecshop,shopex,shopnc在線支付接口,支付插件(pay
- 工商銀行在線支付接口,php語(yǔ)言,在ecshop,shopex等的wap
- 銀聯(lián)權(quán)益分銷(xiāo)平臺(tái)行業(yè)應(yīng)用接口開(kāi)發(fā)實(shí)例(php語(yǔ)言)
- 常見(jiàn)的第三方支付平臺(tái)代付接口(php源碼)
- 盛付通ecshop,shopex,shopnc在線支付接口,支付插件(含