#m_checkout-portal
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1440744772774924362
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you share the API request ID of an example where the minimum is not being enforced?
req_8mKgFa3zSlcPET
yes
I'm looking at the billing portal configuration associated with the request you shared and I can see it has a min_quantity of 6 set in subscription_update.products
Do you have a billing portal link you can share?
Looks like it's asking me to enter login credentials. No worries, I believe I'm able to replicate the issue. Can you confirm that the issue is you're seeing a minimum quantity of 1 instead of 6 when you select the subscription? However, the maximum quantity caps at 10?
yes
Ok, was the customer subscribed to the product already? I ask because, if you have multiple products and the customer is subscribed to another product, when they navigate to the billing portal the minimum quantity will be set for the products that you set it on.
okay idk if this will be a detail too, say the pricing is 2.99 for premium + 6 seats as default. then increasing the quantity above 6 translates into extra seats. adding an additional seat will cost 0.99. so, anything > 6 = 2.99 + (0.99 * n)
idk if that'll work...
yes, the customer was subscribed to the product and also, at checkout when they are buying, the quantity starts from 1 and not 6 either.
Ok, that's why. This feature is specific to the billing portal and will not apply on active subscriptions.
Which is why you're not seeing the minimum quantity at checkout.
eh ๐ please any workaround (:
Yes, you can make line item quantities adjustable during checkout [0].
[0] https://docs.corp.stripe.com/payments/checkout/adjustable-quantity
TYSM!!!!!!!!
No problem. We're happy to help!
m_checkout-portal