#daydreamix
1 messages · Page 1 of 1 (latest)
You mean making the quantity adjustable? https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-adjustable_quantity
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Adding it here:
So when customers go to this page they can add a quantity of <product>
Ok, try the param that I posted earlier.
am I adding this param to the url?
No, you add it when creating a checkout session. Do you know how to programmatically create a checkout session? Or are you using the no-code integration payment link?
The no-code integration payment link
Got it. You can find the same configuration in the payment link creation page.
Ohh ok great.