Hello,
I would like to charge my customers a plan per month based on the # of users (so # potentially different each month).
I created a metered product in Stripe to support that (= dynamic quantity) but while testing it with the Bubble Stripe Plugin, I had an error “Stripe error: Checkout does not support plans with usage_type=metered in subscription_data[items][0].”
- Is it because the plugin does not support that or because I miss something?
2.If I need to use the stripe.js, is it still possible to use the standard checkout (same as the one from the bubble plugin)?
- I tested (stripe.js) the “update subscription” but it seems the “prorate” parameter does not work or I do something wrong… whether it’s Yes or No, as soon as I add/remove another quantity, I can see that the quantity is updated with the prorate enabled. Am I the only one?
Thank you very much for your help!