#Vaibhav
1 messages · Page 1 of 1 (latest)
in my prices yearly and monthly is mixed
as the error message says, Checkout doesn't support that today
then how can we do that? if i have services that some are monthly charged some are yearly chaged and some are one time then how can I create all of those in one checkout?
you can't.
I would suggest either changing the business model so customers can only subscribe to products with the same interval, or you'd have to use Checkout multiple times to create multiple different Subscription sub_xxx objects
there's a few other complicated workarounds like you could calculate the amount of all the first periods of the subscriptions, do one large payment for all those, and then create the multiple subscriptions in the backend(using a trial period to skip their first payments), but I wouldn't suggest that