#tyler_best-practices

1 messages ยท Page 1 of 1 (latest)

agile onyxBOT
#

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

rapid gulch
#

Hello there

#

You can do this when creating a Subscription directly, but not via Stripe Checkout I believe

jade granite
#

Howdy

#

Interesting - we were drawn to Stripe for the ability to not have to code checkout ourselves

#

Is there a reason for the limitation?

rapid gulch
#

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

jade granite
#

And to do that, I would need to collect payment myself, correct?

#

Even if it'

rapid gulch
jade granite
#

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.

rapid gulch
#

Nothing that you need here should involve betas, no.

jade granite
rapid gulch
#

Yes

#

That flow still uses Stripe Checkout

jade granite
#

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.

rapid gulch
#

Yep that is the normal thing to do

jade granite
#

Ok, thanks. Just want to make sure I am going about this the right way.

rapid gulch
#

๐Ÿ‘