Merchant account options for Ruby On Rails ecommerce site
I am looking for a payment processing solution for my Rails e-commerce site, here are my requirements.
- Simple Rails integration, e.g through activemerchant plugin.
- Operates in the UK.
- Payments can be taken on my site (not redirected to third party) 开发者_运维百科
- Preferably no/low monthly cost, and therefore higher transaction percentage for when site first goes live.
Thanks
http://activemerchant.rubyforge.org/ lists the available UK gateways (covering your points 1 & 2)
Point 3 is why I'm posting though. It's likely that hosting the payment page yourself will mean you're going to need to be PCI-DSS compliant, which will be worth looking into if you aren't already aware of it. In short - you may want to reconsider!
Point 4 I can't personally help with. You'd need to query the providers individually to weigh up costs/benefits.
The no/low cost requirement is going to be tricky. Keep in mind, with billing transactions, you absolutely get what you pay for.
I'd recommend that you look at Braintree (http://www.braintreepaymentsolutions.com/), which has a developer API (http://www.braintreepaymentsolutions.com/gateway/api) and a port of Active Merchant specified to their use (http://github.com/braintreeps/active_merchant).
I'm not sure if they operate in the UK, but they'd be worth investigating.
精彩评论