#oftysterista_best-practices

1 messages ¡ Page 1 of 1 (latest)

cedar mangoBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1354700588096688240

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

scarlet acorn
#

hello

scarlet acorn
#

are u here?

true wigeon
#

What is this free feature? Is this a trial?

scarlet acorn
#

as long as the user has a valid certificate in our system, it will be free.

#

For users who do not have our system certificate, they have to pay and there is a 1-year trial.

true wigeon
#

as long as the user has a valid certificate in our system, it will be free.
One way I can think of is to create a subscription with zero-dollar price. When you decide to charge the customer, then upgrade the subscription to the new price you would like to charge

scarlet acorn
#

the zero dollar price must be the same Stripe product? or it can also be another product so that later it can be upgraded

#

can i set a schedule to upgrade it? i have a datetime alreadry when the user will be start charged"

#

And if it has been upgraded can the user directly charge it at that time?

#

u still there?

true wigeon
#

the zero dollar price must be the same Stripe product? or it can also be another product so that later it can be upgraded
It can be different product to be upgraded later

can i set a schedule to upgrade it? i have a datetime alreadry when the user will be start charged"
Yes, you can! Subscription Schedule can be used here: https://docs.stripe.com/billing/subscriptions/subscription-schedules/use-cases#upgrading-subscriptions

And if it has been upgraded can the user directly charge it at that time?
Yes! It's possible to end trial immediately if the subscription is in trial by setting trial_end to now: https://docs.stripe.com/api/subscriptions/update#update_subscription-trial_end

Learn how to use subscription schedules.

scarlet acorn