盛付通在gambio在线支付接口,支付插件(含源码)payment plugin
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了盛付通在gambio在线支付接口,支付插件(含源码)payment plugin相关的知识,希望对你有一定的参考价值。
Recently I developed a payment plugin(盛付通) for gambio platform.Of course,It can be used for other E-Commerce Platform.
If you need my help,contact me with E-mail:[email protected] or QQ:804752009
最近应一个客户的要求,给他的一个gambio商城开发盛付通支付在线支付接口。
这个gambio平台是德国一个公司开发的,在国外有一些市场占有率。跟国内的ecshop类似,但是没有ecshop成熟。
支付接口的对接也比ecshop要复杂很多。
function sft_ORIGIN(){
GLOBAL $order, $language;
$this->hgw = new heidelpayGW();
$this->pm = ‘cc‘;
$this->code = ‘hp‘.$this->pm;
$this->title_txt = MODULE_PAYMENT_HPCC_TEXT_TITLE;
$this->title = sprintf(HGW_LOGO, DIR_WS_CATALOG) . $this->title_txt;
$this->description = MODULE_PAYMENT_HPCC_TEXT_DESC.‘<br/><i>[‘.$this->hgw->version.‘]</i>‘.$this->hgw->modulConfButton;
$this->sort_order = MODULE_PAYMENT_HPCC_SORT_ORDER;
$this->enabled = ((MODULE_PAYMENT_HPCC_STATUS == ‘True‘) ? true : false);
$this->info = MODULE_PAYMENT_HPCC_TEXT_INFO;
$this->tmpOrders = true;
$this->hgw->actualPaymethod = strtoupper($this->pm);
$this->prefix = ‘MODULE_PAYMENT_HPCC_‘;
$this->getConf = $this->hgw->getConf;
if(is_object($order)){ $this->update_status(); }
}
以上是部分代码。
还有其他接口:
银盛支付接口:
http://www.0475seo.com/tech/2dev/287.html
彩虹支付接口
http://www.0475seo.com/tech/cms/285.html
国付宝支付接口:
http://www.0475seo.com/tech/cms/289.html
更多接口来自:
http://www.0475seo.com/s/onlinepay/
大家如果有需要开发这个接口的可以用QQ跟我交流:捌零肆柒伍贰零零玖(804752009) 注明支付接口。
以上是关于盛付通在gambio在线支付接口,支付插件(含源码)payment plugin的主要内容,如果未能解决你的问题,请参考以下文章
智汇付ecshop,shopex,shopnc在线支付接口,支付插件(含源码)
先锋支付ecshop,shopex,shopnc在线支付接口,支付插件(payment plugin含源码)
天下支付ecshop,thinkphp,shopnc在线支付接口,支付插件(payment plugin含源码)