#Anahit
1 messages · Page 1 of 1 (latest)
Hi
The max billing period of a Subscription in Stripe in One Year, so what you can do is to create a Subscription with price x$ for the first year, then you downgrade the subscription to another price of the same product with 0$
won't creating a recurring subscription with 0$ help?
Yes that' an option too, but you need to deal how to charge the customer for the Subscription itself, you can do it as a normal Payment
Ok so yuo just use recurring subscription with 0$
That's the only possible way I can see for now.
thank you.