自动定期计费真的是自动化的吗?
“使用 cron 作业在 Rails 应用程序中滚动您自己的定期计费、付款时间的日期字段以及每个人支付的金额”
我刚刚在 SO 中看到此条目,想知道自动定期计费是否真的是自动化的。我是否必须创建一个脚本来检查是否已经是向某人计费的正确时间,向他们计费然后记录交易......或者我应该让支付网关这样做吗?
"roll your own recurring billing in your rails app with a cron job, a date field for when they are paid through, and amount each person is paying"
I just saw this entry here in SO and wonder if Automated Recurring Billing is really automated. Do I have to create a script that checks if it is already the right time to bill someone, bill them and then record transactions...or should I let the payment gateway do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于您使用的支付网关以及它们是否支持重复计费。如果您需要它,那么我建议您找到一个可以的,而不是处理存储账单(尤其是信用卡)详细信息的问题。
It depends on the payment gateway you are using and if they support repeat billing. If you need it, then I suggest you find one that does, rather than deal with the issue of storing billing (esp. credit card) details.