#simp_api

1 messages ยท Page 1 of 1 (latest)

worldly falconBOT
#

๐Ÿ‘‹ 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.

unkempt sundial
#

.

normal musk
#

Sure. Are you using Stripe Checkout?

unkempt sundial
#

nope im using PaymentIntent

normal musk
unkempt sundial
#

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

normal musk
#

So you only use Stripe PaymentIntent, and not using Stripe Subscription?

unkempt sundial
#

right

normal musk
#

Then you are managing your subscription model, and it's up to you to implement the trial ๐Ÿ™‚

unkempt sundial
#

ok so can i do free trial with PaymentIntent

#

?

normal musk
#

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

unkempt sundial
#

ok so what if i switch to subscription

what will be key steps to shift on it

normal musk
#

You mean to shift to using Stripe Subscription API?

unkempt sundial
#

right

normal musk
#

Just follow our official Doc, shouldn't be a huge lift

unkempt sundial
#

can you share any guide for the same