I have created metered usage products in Stripe and can successfully create a workflow to create a new subscription when a user selects the applicable plan. The problem I am having is that when I define the “quantity” of the metered plan as “1” I get the following error message when I run the workflow.
If I set the quantity to zero then everything works perfectly, but the customer will not be billed anything as the usage quantity is zero. I have tried to then create an action to update the quantity of the existing subscription, but can’t seem to get it to work.
Has anyone been able to successfully set up and use Stripe’s metered plan products with Bubble? If so how did you overcome this issue?
I am currently using the native bubble Stripe plugin and not the Stripe.js plugin.
Thanks