#Jayy
1 messages ยท Page 1 of 1 (latest)
hello! you're going to need to charge your customers in separate subscriptions - you can't have the prices with different billing intervals in the same subscriptions
there isn't really an easy way to work around it. If you want it in the same subscription, you would need to add an invoice each month (adhoc) to the subscription's invoice which would be quite a lot of work to implement
so let's say i have a yearly sub of $100, and a monthly subscription of $20. so that's a total of $120
the only way for me to do it would be creating a payment session for $120. when it succeeds i create a subscription for each individually that should charge in 1 year / 1 month depending on the price plan?
i think the way i would go about it is not to use Stripe Checkout in that way
i would collect a payment method upfront from the customer - https://stripe.com/docs/payments/save-and-reuse
then use the PaymentMethod to create the subscriptions in your backend
Alright! just finished trying it out. That would make things SOOOOO much easier for us lol
Thanks Alex!
glad that it worked for you, feel free to reach out again if you have other questions ๐
Will do! have a good one ๐