문제

Possible Duplicate:
Credit card payment gateway in PHP?

I am looking for a solid credit card solution and we are not interested in PayPal. I am currently unsure about the volume of transactions. Someone suggested merchantone but after looking at some reviews i have my apprehensions. Idealling something around a ~2% transaction charge, with some monthly fees.

What do you guys suggest, we need a flexible API which we can utilize easily with PHP. Any recommendations will be helpful.

도움이 되었습니까?

해결책

The Authorize.Net payment gateway API is by far the easiest to use. They provide sample code and there are good classes and tutorials out there, too.

To use Authorize.Net you would need a separate merchant account. There are lots of providers out there and their rates and fees will vary. But all of them work with Authorize.Net. Your merchant account provider can set you up with them or you can choose from any of their resellers to get an account.

다른 팁

I've done custom integrations with PayPal's PayFlow pro, Firstdata (used to be LinkPoint), and authorize.net... and would have to say authorize.net was by far the best to work with. Their API is heaps less complicated than FirstData's (in my opinion), and they generally have better support.

How about Authorize.net?

http://www.authorize.net/

Or google checkout?

http://checkout.google.com

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top