Hi there,
I’m creating a site to sell subscriptions to air filters. The customer chooses the sizes of the filters they need, the quality of the filters and the frequency of delivery. Then they checkout.
Each filter that they select is a sub-line item. Then, I used an API workflow to turn the sub-line items into line items (because stripe won’t allow you to have duplicate subscriptions so you need extract the quantity). This method is way too slow.
Ideally, I’d like to use a grouping to combine duplicate items and extract the quantity from there, but I can’t figure out how to get that into the Stripe checkout process.
Any help would be greatly appreciated!
Update, really hoping someone knows the answer to this:
I’m using the Stripe plugin from Bubble and I keep getting an error. I think the error is that that Subscription plan name is empty. The Stripe Items are correct, but there is no Stripe plan name. I tried creating a “Master Subscription” with a price of $0, but I got an error doing that too.
Does anybody know what I’m doing wrong here?
I’ve determine that the checkout works with Checkout v2, but not Checkout v3.
I’ve just run across this same thing.
My guess is that it’s a problem with the way the plug-in is written as it appears to be excluding a parameter. I reverted to v2 as you did and it works just fine. The downside is that you lose the important features that v3 brings.