#simp_api
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/1336583812485746729
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
.
Sure. Are you using Stripe Checkout?
nope im using PaymentIntent
Okie, you can just specify the trial_end or trial_period_days parameter when create a Subscription. More at https://docs.stripe.com/billing/subscriptions/trials?how=api
but i did not created subscription on stripe
i already set value of subscription in my backend
through backend passing price to stripe payment intent and getting the payment and activating subscription from my backend
and on frontend part using Stripe Web Elements for payments
So you only use Stripe PaymentIntent, and not using Stripe Subscription?
right
Then you are managing your subscription model, and it's up to you to implement the trial ๐
No PaymentIntent doesn't have that paramter. It's purely an "intent" to charge an amount
Free trial is a concept with subscription, and you would want to manage it
ok so what if i switch to subscription
what will be key steps to shift on it
You mean to shift to using Stripe Subscription API?
right
Just follow our official Doc, shouldn't be a huge lift
can you share any guide for the same