#karuppasamy
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- karuppasamy, 15 hours ago, 32 messages
above link not related to this
Setting the default of the quantity is not supported currently in the pricing table
Can I suggest you writing to Support https://support.stripe.com/contact with the feedback, so that they can share with the product team?
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
ok then how can i achieve this requirement? any other option have?
With pricing table, I'm afraid not possible to preset the quantity.
The only possible way is to create Checkout Session directly with quantity set: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-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.
ok thanks
hi
How can I help?
can i do with this Quantity transformation
What do you mean by quantity transformation? It will only work if you create Checkout Session directly without using pricing table
This is direct integration with Subscription, not via pricing table or Checkout Session, i.e. the UI should be implemented in your own integration instead of the one in the screenshot you shared earlier
It can be done if you manage the UI yourself and create subscription directly via API