#Omer G
1 messages ยท Page 1 of 1 (latest)
you could instead choose not to allow them to change the quantity from the portal(https://stripe.com/docs/api/customer_portal/configurations/create#create_portal_configuration-features-subscription_update-default_allowed_updates) and have that being part of another process where your customer either send you the request and you update the quantity or via your application give them the ability to change the quantity where you have more control over the allowed quantities
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yeah, I considered it, I just hoped to save dev time by using the customer portal. It could be really helpful if Stripe add the option to set minimum/maximum quantities in the portal configuration