当今电子商务网站最好/最简单/最可靠的定期计费服务?

发布于 2024-08-15 08:59:16 字数 816 浏览 5 评论 0原文

我将在 Rails 上构建一个产品管理系统,允许管理员创建产品、捐赠和订阅,并允许用户购买产品、捐赠和订阅,价格范围为 1 - 50,000 美元。

到目前为止,我并没有真正享受 PayPal 的体验,因为文档不是那么好,而且很难做简单的事情,但它是使用最广泛的......还有 Google Checkout,TrustCommerce, BrainTree,和 Authorize.net,因此很难确定在这种情况下我应该使用什么。从 Rails Freemium github 项目中,它引导我找到了关于 Paypal 订阅蓝调...虽然它是从 2007 年开始,这表明使用 PayPal 很难处理订阅。

所以我的问题是,您建议使用什么来进行支付处理(特别是定期计费),以建立一个非常大且可靠且易于使用的电子商务系统?

I am going to build a product management system on rails that will allow the admins to create products, donations, and subscriptions, and allow users to buy products, donate, and subscribe, with a price range anywhere from $1 - $50,000.

I haven't really enjoyed my experience with PayPal so far as the documentation isn't that great and it's difficult to do simple things, but it's the most widely used... And there's Google Checkout, TrustCommerce, BrainTree, and Authorize.net, so it's difficult to determine what I should use in this case. From the Rails Freemium github project, it lead me to this article on the Paypal Subscription Blues... which, although it's from 2007, suggests subscriptions are difficult to handle with PayPal.

So my question is, what do you recommend to use for payment processing (in particular, recurrent billing) to make a very large and reliable, and hopefully easy to use, eCommerce system?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我早已燃尽 2024-08-22 08:59:16

PayPal 是一只 800 磅重的大猩猩。

但为什么不做多个呢?您的某些客户可能因某种原因无法使用 PayPal。

PayPal is the 800-pound gorilla.

But why not do more than one? Some of your customers might not be able to use PayPal for whatever reason.

自我难过 2024-08-22 08:59:16

您可能想要支持多个支付处理器。

如果我正确理解您的描述,您正在谈论构建类似 e-junkie.com 的东西。像这样的服务的主要销售因素之一(我注册 e-junkie 的主要原因)是它们支持多个支付处理器。如果客户已经拥有 Google Checkout 帐户,但您只支持 Paypal,这就会成为进入障碍。

You're probably going to want to support more than one payment processor.

If I understand your description correctly, you are talking about building something like e-junkie.com. One of the main selling factors for a service like this(the main reason I signed up for e-junkie) is that they support multiple payment processors. If the customer already has a Google Checkout account but you only support Paypal, that becomes a barrier to entry.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文