gpt4 book ai didi

stripe-payments - Stripe trial_end 为空,即使它是在计划中设置的

转载 作者:行者123 更新时间:2023-12-04 10:52:49 25 4
gpt4 key购买 nike

我正在测试 strip 订阅并将我现有计划的试用期更新为 strip UI 中的 30 天。

enter image description here

我正在通过 API 创建我的订阅,而不是指定试用期,因为我假设在计划中这样做就足够了。

在回复中 trial_endnull .客户会立即收到费用。

strip 文档提到设置 trial_end它在代码中:

(async () => {
const subscription = await stripe.subscriptions.create({
customer: 'cus_4f7dA79c5ae81a',
items: [{plan: 'plan_CY80adF7pOi3Da2'}],
trial_end: 1577270452,
});
})();

在 UI 中设置试用期有什么意义?

最佳答案

当您想使用计划中的试用期时,您需要设置 trial_from_plan创建订阅时的属性。
来自 Subscription/Create 上的 Stripe 文档:

trial_from_plan (optional)

  • Indicates if a plan’s trial_period_days should be applied to the subscription. Setting trial_end per subscription is preferred, andthis defaults to false. Setting this flag to true together withtrial_end is not allowed.

关于stripe-payments - Stripe trial_end 为空,即使它是在计划中设置的,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59390928/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com