#admiral-checkout-trial

1 messages ยท Page 1 of 1 (latest)

crimson stormBOT
abstract talon
#

@odd oasis hello, I'm happy to help! Can you give me an example Subscription id sub_12345 for me to look at?

#

admiral-checkout-trial

odd oasis
#

sub_1NVFySCmp8xvPA29ftKc7A7U

#

so let me explain you briefly, we're offering our customers promocodes which gives them 1 year subscription, after it expires, we wanna give them the option of pay at checkout and renew for another year, with 1 day free trial.

#

however, when I set trial_period_days to 1, stripe automatically ends subscription within a day and cancels it.

abstract talon
odd oasis
#

I know, but I didn't get convinced, I am sure that I set cancel_at_period_end to false, even you can see its value in subscription.

abstract talon
#

I mean that Subscription is active and was not canceled so what's the problem?

odd oasis
#

it is active but it will cancel in one day, not a year, I want 1 day free trial followed by a year subscription.

abstract talon
#

Why do you say it will cancel in one day?

odd oasis
#

sorry maybe I need to change my question, my question is after 1 year, the subscription will be cancelled ?

#

so after 1 day free trial, 1 year subsacription will be billed, and after that, it get cancelled? because we set "cancel_at_period_end" to false?

#

subscription shouldn't auto renew end of the year

#

this is what I want

abstract talon
#

๐Ÿ˜…

#

The Subscription will renew forever.

#

If you don't want that, you have to write custom code to make sure it cancels after one year. As the developer you control all of this

odd oasis
#

so there is no way to set it in stripe in way that we have 1 day free trial, followed by a year subscription and set auto renew to false right?

abstract talon
#

There is, but you need to write custom code for it yourself

odd oasis
#

and would you please tell me the attributes I can use to end it after a year using SubscriptionSchedules?

abstract talon
#

and you do that after Checkout completes and creates the Subscription

odd oasis
#

thanks a lot, and thanks for bearing with me

#

have a great day ๐Ÿ™‚

abstract talon
#

Are you testing now?

#

Would be a lot easier if you did this in real time and I can help if it doesn't work

odd oasis
#

I'm not allowed to use real time unfortunately, I have limited access as my role defines in this company.

abstract talon
#

Gotcha! I recommend working with our support team if you have follow up questions in that case instead of Discord. You can contact them at https://support.stripe.com/contact/ and that way you can reply on the email thread as you make progress

odd oasis
#

keep that in mind for sure ๐Ÿ™‚ thanks for everything ๐Ÿ™‚