#Jayy

1 messages ยท Page 1 of 1 (latest)

warm swiftBOT
versed prawn
#

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

woeful sundial
#

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?

versed prawn
#

i think the way i would go about it is not to use Stripe Checkout in that way

#

then use the PaymentMethod to create the subscriptions in your backend

woeful sundial
#

Alright! just finished trying it out. That would make things SOOOOO much easier for us lol

#

Thanks Alex!

versed prawn
#

glad that it worked for you, feel free to reach out again if you have other questions ๐Ÿ˜„

woeful sundial
#

Will do! have a good one ๐Ÿ˜„