简体   繁体   English

特定订阅项目的免费试用,而订阅未在条带中试用

[英]Free trail for a specific subscription item while subscription is not on trial in stripe

I have one active subscription.我有一份有效的订阅。 Now I want to add new subscription item to that subscription but that on free trial while other items on that subscription are active.现在我想向该订阅添加新的订阅项目,但在免费试用期间,而该订阅上的其他项目处于活动状态。

How do I achieve this thing.我如何实现这件事。

I read the documentation where we can set trail_end for subscription but there is no field for subscription item.我阅读了我们可以为订阅设置trail_end的文档,但没有订阅项目的字段。

Any help must be appreciated.必须感谢任何帮助。

In stripe panel in that plan I have added trial period but than also in invoice it deduct the price.在该计划的条纹面板中,我添加了试用期,但在发票中也扣除了价格。

In a same Subscription, you can't have a single Subscription item with trial, and others Subscription items that don't.在同一个订阅中,您不能有一个订阅项目有试用,而其他订阅项目没有。 Trial is for the whole Subscription itself.试用适用于整个订阅本身。

If you go to the stipe panel read the legacy in add free trail.如果您 go 到 stipe 面板,请阅读 add free trail 中的 legacy。

setting a default trial period per price is no longer recommended and is incompatible with checkout and quotes.不再建议按价格设置默认试用期,并且与结帐和报价不兼容。 free trial can be set per subscription or quote instead可以按订阅或报价设置免费试用

Also you can read this.你也可以阅读这个。 https://www.reddit.com/r/stripe/comments/p4ruk9/no_free_trial_options_for_stripe_checkout_js/ https://www.reddit.com/r/stripe/comments/p4ruk9/no_free_trial_options_for_stripe_checkout_js/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM