#r0zator
1 messages · Page 1 of 1 (latest)
hi! well the billing cycle is defined by the recurring field on the Price price_xxx object you pass to the subscription. So you'd need to use/create multiple Prices and pass those.
Ah ok so basically I have to define how many periods I can have, add for each period a price (basically it's going to be the same price, just billed on a different period) and when creating the subscribe to fw the correct price id (based on the period), no?
yep