Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的项目(App.net)中使用 Stripe 支付网关。我想实现自动定期付款(在特定日期每月自动向客户收费)。
我该如何实施?Stripe 是否支持定期付款?
Stripe 确实支持定期付款。您可以在Stripe 的 Billing quickstart中找到有关实施它们的详细信息。
Stripe 确实通过其计费引擎支持订阅。您可以实现一个订阅,它有一个产品和一个计划。该计划将概述向客户收费的频率(每周、每月、每年或自定义)。您还可以实施3D 安全付款以减少欺诈并提高付款保留率。我已经设置了下面的链接。