#pitcherojbh
1 messages · Page 1 of 1 (latest)
Hello! Not sure I understand:
charge monthly for x amount of week?
That was a bad typo sorry, not enough coffee
charge monthly for x amount of months?
Sure, np. So you want tthe subscription to run for X months and then cancel automatically?
yes
One problem I have ran into is if the subscription goes over 12 months I get an error
I am trying to set a 20 month subscription
Yeah the interval you once is 1 month. You won't set the recurring limit on the Price itself. You'd likely want to look at a schedule: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#installment-plans
So that will have to be at time of purchase, not when the product is created?
Yes
Is there nothing we can do so it works at product creation?
This will be a big infrastructure change
There is not, all you set on the Price is the interval duration that it bills on
Ok thank you