#DanTheGoodman - subscription schedule

1 messages · Page 1 of 1 (latest)

devout barn
#

Hi there,

can I use the same price as a 1-month and set the iterations to 6?
Yes that's an option, but you can create a price with interval=month and interval_count=6 ; and create a schedule phase with iteration 1
The user will be billed 1 time
https://stripe.com/docs/api/prices/create#create_price-recurring-interval_count
Or does that just repeat that same schedule phase 6 times (bill them 6 times, once every month)
If you use 6 iterations and a price with an interval_count=1and interval=1, yes the user will be billed 6 times, once every month

willow yew
#

Ok, is there any way we can do it without creating another price?

devout barn
#

I don't see any other options than using 6 iterations with schedule phases if you want to use the same price

willow yew
#

yeah but we'd def want to charge them for 6 months at once

devout barn
#

So you need to create a new price for that with interval=month and interval_count=6

willow yew
#

alright thanks will do