I’ve been using the official Stripe plugin and it’s been working well with “standard pricing” products i.e. the simplest ones a fixed fee multiplied by a quanitity. Refer to the screenshot.
However, I’m trying to use a monthly recurring subscription with tiers i.e. a “graduated price”. Refer to the screenshot.
When I try to setup the Create payment intent action, and replace the Price Id from the standard pricing to the graduated price configuration and run a test, the plugin returns an error relating to quantity (I think). Refer to screenshot. Note, I’ve tried multiple different quantities from variables to hard coding but it doesn’t work.
Thanks - I haven’t tried filling in the customer as I don’t have a customer Id at this point. This is a new shopping cart, unless I’m missing something here. It’s working without a customer when not using tiered pricing.