#johnpyp
1 messages · Page 1 of 1 (latest)
Subscription Schedule API can be used which the first year (first phase with iteration: 1) will be charged, then apply coupon for second and third (second phase with `iteration: 2`` year: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#upgrade-downgrade-coupons
It can't be done with Checkout Session unfortunately
Only direct API integration with Subscription Schedule API is possible
Got it, btw do you know if Scale is required for subscription schedule api?
I noticed it was required in the UI for creating a subscription with a schedule
Where do you see Scale?
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 🤔
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
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
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 withsubscriptionmode, then use Subscription Schedule API to schedule the next two yearly billing cycles with 100% off coupon