如何为我的网站收取每月定期订阅费?
我的公司正在使用 PayPal 和 Google Checkout 设置在线结算。 我正在寻找为我的网站收取每月定期服务费的最佳方式。 我的网站是基于订阅的,我每月收取 X 美元的费用。 我想每月向客户的信用卡收取该月费。 该网站的订阅者在注册时就知道这是一项持续的每月服务费。
我正在寻找最快、最简单、最好、最可靠的方式来收取经常性费用。 我希望月费只显示在他们的信用卡月结单上,就像我使用的许多服务(如 Slicehost)一样。
My business is setting up online billing using PayPal and Google checkout. I'm looking for the best way to charge a recurring monthly service fee for my website. My site is subscription based and I charge X amount of dollars per month. I want to bill the customer's credit card each month for that monthly fee. The subscriber to the site knows that it is an ongoing monthly service charge when they sign up.
I'm looking for the quickest, easiest, best, most reliable way to charge this recurring fee.
I'd prefer to have the monthly fee just show up on their monthly credit card statement like it does on mine for many services I use like Slicehost.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Google Checkout 目前不支持定期结算,但在其 上支持功能建议页面。
PayPal 支持手动或通过其 API 进行定期付款。
我强烈建议使用 PayPal 的 API,因为它简单、文档齐全,并且您可以使用 PayPal 的开发者网站。
Google Checkout doesn't currently support recurring billing, but it is on their Feature Suggestions page.
PayPal supports Recurring Payments either manually or through their API.
I'd highly recommend using PayPal's API, as it's straightforward, well documented, and you can easily test everything out on your non-production sites by using PayPal's Developer Site.
Goole Checkout 现在在 Beta 模式下支持“定期费用和订阅”。
有关详细信息,请访问 Google 网站
Goole Checkout now supports "Recurring charges and subscriptions" in beta mode
There's more info at Google's site
注意:Google Checkout 现在支持定期付款——他们刚刚实现了!
NOTE: Google checkout now DOES support recurring payments -- they just implemented it!