寻求:有关如何实施订阅/定期计费的建议

发布于 2024-08-16 04:45:45 字数 1086 浏览 4 评论 0原文

我想为基于 PHP/MySQL 的网站建立高级订阅服务。该网站基于 Wordpress,但高度定制,我不一定要寻找插件解决方案。为了过于简单化,我需要查询登录用户的订阅级别(付费或免费)并相应地定制呈现的内容。

我正在寻找有关如何实施计费/付款后端的建议。我知道一种选择是使用 paypal API,但我想知道是否还有我应该考虑的替代方案。我注意到许多使用 PayPal 的网站的一件事是,从原始网站到 PayPal 网站再返回的方式,体验非常脱节。这只是这些网站实现集成的方式吗?还是从用户体验的角度来看,有比 PayPal 更好的选择吗?

另外...

  1. 您是否使用过任何工具/库/服务来使这变得更容易?
  2. 您对这个主题有什么一般建议吗?陷阱、指示等。

最后,我们还不是一家大公司,因此能够与我们一起扩展的解决方案将是理想的选择。

更新:在了解了大量不同选项后,我们决定使用 Braintree。决定因素是:

  1. 我们可以轻松获得完整的 PCI 合规性并仍然控制 用户体验完全与 他们透明的重定向

  2. 他们保证您的可移植性 来自其保险库的客户数据(非常 很少有供应商这样做)

  3. 他们删除了 需要设置您自己的付款方式 网关和商家帐户

我在这里写了一篇详细的评论:http:// expletiveinserted.com/2011/03/18/comparing-recurring- payment-solutions/

我还将我们的解决方案候选名单的成本比较列表放在这里:http://expletiveinserted.com/recurring- payment-cost-calculator/

I would like to set up a premium subscription service for a PHP/MySQL based site. The site is Wordpress based, but highly customized and I'm not looking for a plugin solution necessarily. To oversimplify, I need to query the signed in user's subscription level (paid or free) and tailor the content that gets presented accordingly.

I'm looking for suggestions on how to implement the back end for billing/payments. I know one option is to use the paypal API, but I was wondering whether there are alternatives that I should also be considering. One thing I have noticed with many sites using paypal is that the experience is quite disjointed in the way one gets passed from the original site to the paypal site and back again. Is this just the way these sites have implemented the integration or are there better options than paypal from a UX point of view?

Also...

  1. Have you used any tools / libraries / services that made this easier?
  2. Do you have any advice on this topic in general? Gotchas, pointers, etc.

Finally, we're not a large corporation (yet), so a solution that could scale with us would be ideal.

UPDATE: After learning an enormous amount about the different options, we decided to use Braintree. Deciding factors were:

  1. We could easily get full PCI
    compliance and still control the
    user experience completely with
    their transparent redirect

  2. They guarantee portability of your
    customer data from their vault (very
    few vendors do this)

  3. They remove
    the need to set up your own payment
    gateway and merchant account

I wrote a detailed review here: http://expletiveinserted.com/2011/03/18/comparing-recurring-payment-solutions/

I also put the cost comparison list for our shortlist of solutions here: http://expletiveinserted.com/recurring-payment-cost-calculator/

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

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

发布评论

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

评论(1

几度春秋 2024-08-23 04:45:45

每个支付网关都是不同的,无论您决定使用哪一个,都会提供有关如何与其提供的各种功能集成的完整说明。

PayPal 当然是唯一一家不受任何政府机构监管的公司,而且巧合的是,它也是唯一一家通过盲目抢劫来赚钱的公司。如果你仔细观察,应该不难找到数千个恐怖故事。

Every payment gateway is different, and whichever one you decide to go with will provide complete instructions on how to integrate with the various features they offer.

PayPal is of course the only one that is not regulated by any governmental body, and coincidentally enough, the only one that makes their money by robbing people blind. Shouldn't be too hard to find thousands of horror stories if you look.

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