#oftysterista_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ 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.
- oftysterista_api, 22 minutes ago, 46 messages
- oftysterista_api, 1 day ago, 14 messages
- oftysterista_api, 2 days ago, 26 messages
- oftysterista_api, 2 days ago, 13 messages
- oftysterista_api, 2 days ago, 88 messages
- oftysterista_api, 6 days ago, 42 messages
hello
are u here?
What is this free feature? Is this a trial?
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.
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
For users who do not have our system certificate, they have to pay and there is a 1-year trial.
If you have a definite period of trial, you can set the trial period on a subscription: https://docs.stripe.com/billing/subscriptions/trials
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?
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 settingtrial_endtonow: https://docs.stripe.com/api/subscriptions/update#update_subscription-trial_end
for this one i am not talking about the trial. what i mean directly charge is
for example
i have 2 price
price-1 = $0/month
price-2=$10/month
const date= 15 april 2025
user start create the subscription using price-1 in 1 april 2025, but at 15 april 2025 the plan have to be upgraded to price-2. so in 15 april it will be charge$10?