自动定期计费真的是自动化的吗?

发布于 2024-08-11 20:52:58 字数 167 浏览 3 评论 0原文

“使用 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 技术交流群。

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

发布评论

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

评论(1

心如荒岛 2024-08-18 20:52:58

这取决于您使用的支付网关以及它们是否支持重复计费。如果您需要它,那么我建议您找到一个可以的,而不是处理存储账单(尤其是信用卡)详细信息的问题。

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.

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