#johnpyp

1 messages · Page 1 of 1 (latest)

sly quartzBOT
barren tundra
#

It can't be done with Checkout Session unfortunately

#

Only direct API integration with Subscription Schedule API is possible

lucid spade
#

I noticed it was required in the UI for creating a subscription with a schedule

barren tundra
#

Where do you see Scale?

lucid spade
#

Also, do you think it would be better to just use checkout session to grab a setup intent, or would it be better to have them buy a normal year subscription and then right after convert it into a subscription schedule?

I've only been looking at the subscription apis so I'm not sure what the implications would be for going the more "free form" route of a setup intent 🤔

barren tundra
#

Ah I see! Scale is one type of billing plan. This channel is for technical integration questions and I don't have any expertise about what Scale plan include. I'd recommend checking with Support https://support.stripe.com/contact

#

Also, do you think it would be better to just use checkout session to grab a setup intent, or would it be better to have them buy a normal year subscription and then right after convert it into a subscription schedule?

I've only been looking at the subscription apis so I'm not sure what the implications would be for going the more "free form" route of a setup intent
One way I can think of is to create a yearly subscription with Checkout Session with subscription mode, then use Subscription Schedule API to schedule the next two yearly billing cycles with 100% off coupon

lucid spade
#

Ok yeah that sounds like the most simple option

#

Thanks!