订阅付款处理
在我的网站上寻找有关使用哪种服务来实现以下功能的建议:
- 我想出售 4 个级别的订阅,每个级别按月计费
- 客户应该能够随时取消订阅
- 客户应该能够随时升级和降级他们的订阅
我想降低成本,直到我有足够的订阅者。
我查看过 Paypal,但不知道如何满足要求#3。在他们的社区论坛上发帖没有得到回应。
我也位于加拿大,这似乎限制了我的选择。
我目前正在查看 www.preedly.com 和 www.chargify.com,但它们似乎需要商家帐户,因此我最终要向 2 个服务提供商付款。
我的网站是用 PHP 编写的,因此需要一个 PHP 友好的解决方案。
最后一件事,我找不到一种方法让 Paypal 告诉我新的订阅到期日期(在成功处理交易之后),以便我更新我的客户表并锁定那些尚未付款的人。
Looking for some advice on which service to use to implement the following on my site:
- I would like to sell 4 levels of subscriptions each to be billed on a monthly basis
- The customer should be able to cancel their subscription at any time
- The customer should be able to upgrade and downgrade their subscription at any time
I would like to keep the cost down until I have enough subscribers.
I have looked at Paypal but could not figure out how I can do requirements #3. Posting to their community forums yielded no response.
I am also located in Canada which seems to limit the options available to me.
I am currently looking at www.preedly.com and www.chargify.com but they seem to require a merchant account so I'd end up paying 2 service providers.
My site is written in PHP so a PHP-friendly solution is needed.
One last thing, I could not find a way to get Paypal to tell me the new subscription expiry date (following the successful processing of a transation) in order for me to update my customer table and lock out those who have not paid.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想考虑获得一个美国的商家帐户(我曾经在一家商家帐户提供商工作,我们能够成功地为加拿大企业建立商家帐户。不过,IIRC 它需要克服一些障碍)。如果您可以获得美国商家帐户,则可以使用Authorize.Net 的自动定期计费 (ARB) API。它允许您创建订阅并相应地修改它们(更新和删除)。
You may want to look into gettings a US based merchant account (I used to work for a merchant account provider and we were able to successfully establish merchant account for Canadian businesses. IIRC it required some hoops to be jumped through, though). If you can get a US merchant account you then can use Authorize.Net's Automated Recurring Billg (ARB) API. It allows you to create subscriptions and modify them accordingly (upadting and deleting).