开发者

is there a multiple payment providers (paypal, ogone, ...) php module for use in a web app?

We are building an ecommerce app where we want our users to pick out a (any provider we can make compatible with our app) payment provider. Up to today, we only support paypal and we have implemented this rather manually.

We are looking for some sort of a module (free or commercial) to easily plugin in more payment providers to let customers accept payments through them. Our customers would use this to ac开发者_StackOverflowcept payments for sales in their web shops.

Any ideas on such "modules"? I know of the Zend_Payment module but that's not updated anymore or isn't out yet at all. We run PHP in the Zend Framework if that matters.


Try this one

http://phpclasses.100pour100net.com/package/5213-PHP-Accept-payments-with-Paypal-Authorize-net-and-2CO.html

It process several major payment gateways.


If you want to be able to offer multiple gateways you should look at http://Spreedlycore.com It's not PHP (Ruby) but essentially is a single API that connects to around 30 gateways.


I've recently been struggling with the same issue and finally decided to make it on my own. In result I've done a standalone Zend module with pluggable payment gateway methods. This solution is described here.


There is extensive developer documentation from many payment providers to assist in writing scripts to handle transaction requests. Usually these will involve sending some request to your payment gateway provider and providing a callback url where update information about the given transaction can be sent. It should not be difficult to develop an appropriate module for the occasion in Zend and a controllerAction to handle the callback functionality.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜