Thanks.
What payment gateway do you use?
1–7 of 7 posts
Re: What payment gateway do you use?
#2Riding the rails for http://www.revzilla.com
Yes, I would recommend it. Use the handy ActiveMerchant plugin. Do you have any special requirements? What is your expected transaction volume?
Re: What payment gateway do you use?
#3Authorize.NET (gateway) -> Paymentech (processor) Riding the rails for http://www.revzilla.com Yes, I would recommend it. Use the handy ActiveMerchant plugin. Do you have any special requirements? What is your expected transaction volume?
Nicely designed site, btw.
Re: What payment gateway do you use?
#4Recommended: Google Payments
Tepid: Paypal, FirePay
Not Recommended: Authorize.NET, TotalTrans, 2Checkout.com
Paypal was the only one I'd done using Rails (the rest with PHP). It was a pain in the ass, but it was also 2005 and Rails was at version 0.13. There is probably a gem or plugin for it now (I implemented it by posting and parsing raw POST requests).
Re: What payment gateway do you use?
#5I've used many different payment processors both for my own ventures and for my day jobs. Recommended: Google Payments Tepid: Paypal, FirePay Not Recommended: Authorize.NET, TotalTrans, 2Checkout.com Paypal was the only one I'd done using Rails (the rest with PHP). It was a pain in the ass, but it was also 2005 and Rails was at version 0.13. There is probably a gem or plugin for it now (I implemented it by posting an…
API support for Authorize.net is excellent, though...that's the only reason I use it. Some weekend I'm going to convert to Google Checkout or something else.