Multi payment gateway integration solution

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vahankh
Forum Newbie
Posts: 1
Joined: Mon Dec 23, 2013 11:34 am

Multi payment gateway integration solution

Post by vahankh »

Hi guys,

I'm working on shopping cart which can contain products from different merchants. I want to be able to process customer payment and transfer merchants' split to their account. Each merchant can have account in different payment gateway service provider, like Stripe, Moneris, Authorize.net etc.
Instead of integrating with each of them I would like to have one service which will provide me integration with all of them, so I will care only integration with one platform.

Can you advise me any multi payment gateways integration solution?
I found one like opengateway, but they look like doesn't have proper contact method, except forum, and they don't respond fast enough. The speed of customer service is important when working with payment integration.

Thanks in advance.
Post Reply