Suggestions for gateway please

微笑、不失礼 提交于 2020-01-16 18:16:49

问题


I almost completed my first shopping cart with Codeigniter(PHP/MySQL).

I want to connect to payment systems. I've never developed a shopping cart before. I do not have any intention to develop my own gateway and I don't have any knowledge and skills to do it.

Could anyone give me suggestions about the best way to connect my shopping cart to payment system please?

I live in Norway, so google checkout does not work for me. It is only for UK and USA.

I need some directions and guidance what I should do.

Thanks in advance.


回答1:


Don't hard-code for one solution; they could change prices or policies at any time, making your business difficult. Instead, use a payment gateway abstraction library, such as this one:

http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/



来源:https://stackoverflow.com/questions/1698004/suggestions-for-gateway-please

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!