开发者

Merchant account options for Ruby On Rails ecommerce site

开发者 https://www.devze.com 2023-01-08 21:13 出处:网络
I am looking for a payment processing solution for my Rails e-commerce site, here are my requirements.

I am looking for a payment processing solution for my Rails e-commerce site, here are my requirements.

  1. Simple Rails integration, e.g through activemerchant plugin.
  2. Operates in the UK.
  3. Payments can be taken on my site (not redirected to third party)
  4. 开发者_运维百科
  5. 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消