#daniellliang
1 messages · Page 1 of 1 (latest)
When creating Checkout Session you can disable the adjustable quantity:
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-adjustable_quantity-enabled
hi @green axle Thanks for responding.
Q1: How to pass through quantity from Pricing Table to Checkout? (e.g if Customer has 3 users to buy for, how/where do we send thru this
instructions for Stripe Pre-built Checkout?)
Q2: How to prevent customer to adjust this QTY on Stripe pre-build checkout?
--
if cannot, then doesn't make sense for a Saas business to use Stripe Pricing Table + pre-built Checkout right?
Please don't use mentions, I'm with you.
Q1: no that's not possible. You didn't mentind pricing table at the begining. You should be using Stripe APIs for this.
Q2: if you are using Pricing table you can't do such customization.