#DanTheGoodman - subscription schedule
1 messages · Page 1 of 1 (latest)
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 withinterval=monthandinterval_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 aninterval_count=1andinterval=1, yes the user will be billed 6 times, once every month
Ok, is there any way we can do it without creating another price?
I don't see any other options than using 6 iterations with schedule phases if you want to use the same price
yeah but we'd def want to charge them for 6 months at once
So you need to create a new price for that with interval=month and interval_count=6
alright thanks will do