#alexelba
1 messages · Page 1 of 1 (latest)
Hello alexelba, 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.
• alexelba, 0 days ago, 9 messages
Hello! I wish I could help, but this chat is focused on developers and technical questions. Our support team will be able to assist you with Dashboard questions better than I can: https://support.stripe.com/contact/email
I am looking thru api too
I can do volume price
but can not figure out how to set in api
as well
What exactly do you want to do?
Like what do you mean by volume price?
Have you read through this page? https://stripe.com/docs/products-prices/pricing-models
I have base price lets say Monthly coaching 60 or 600 yearly . Additional 1 o 1 $20 per month per class, and you can choose how many additional 1 o 1 per month you want
To me that sounds like an additional Product with a $20 per month Price that you add to the existing Subscription.
So the Subscription would be for the $60/month base Price + the $20/month add-on Price, with the quantity of the latter whatever they want.
yes, but I want clients to be able to add $20 per month during checkout session
if I just add the product it will be fixed
and they have to get it
maybe I am missing something, but sounds like I need to build UI to do my side and can not use checkout session
Ah, you want to use Checkout.
I see.
Sounds like you want cross-sells? https://stripe.com/docs/payments/checkout/cross-sells
probably 🙂 let me check
when doing cross sales, or stripe checkout session is there way to set minimum product quantity
I don't think so. If you need that you would have to build your own payment form/flow.
We don't have an API, this is something you would configure in the Dashboard.
These are the docs for Subscription upsells, which is the closest thing to what you're asking about I think: https://stripe.com/docs/payments/checkout/upsells
thanks
Will this do the trick ? https://stripe.com/docs/api/prices/object#price_object-custom_unit_amount-minimum
Possibly. I recommend you give it a try in test mode and see if it works the way you expect.