#tyler_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/1351290302501228546
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello there
You can do this when creating a Subscription directly, but not via Stripe Checkout I believe
Howdy
Interesting - we were drawn to Stripe for the ability to not have to code checkout ourselves
Is there a reason for the limitation?
Not sure what the limitation is... might just have never been prioritized to be built with Checkout.
I can submit feedback internally about it.
But right now this sort of configuration is only possible if you create the Subscription using the Subscriptions API
You would use Stripe Elements to collect it, yes: https://docs.stripe.com/payments/accept-a-payment-deferred?platform=web&type=subscription
Ok, thanks.
Yeah, reaching out would be great.
I think we will get to that point, but not right now.
I tried to start using elements, but seems like a lot of it is behind beta flags.
Nothing that you need here should involve betas, no.
Oh, is that different than https://docs.stripe.com/checkout/custom/quickstart
Thanks - will also give that a shot
One more question.
We have two subscription types:
- A yearly subscription for pre-paid user seats
- A monthly metered usage for any user not covered by a pre-paid yearly seat
My understanding is that you can't mix intervals on a single subscription. Is it normal to just create two subscriptions for the user, one for each of these cases. Not all users will have a yearly subscription.
Yep that is the normal thing to do
Ok, thanks. Just want to make sure I am going about this the right way.
๐