#moustache2371
1 messages · Page 1 of 1 (latest)
Hello moustache2371, 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.
• moustache2371, 8 minutes ago, 5 messages
Apologies, the server is very busy and I lost track of your thread.
Thinking of what you can do in that scenario now....
I think the easiest way to do this would be creating a Coupon for the amount you want to discount and then providing its ID to the discounts.coupon parameter when creating the session https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-discounts-coupon
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Unfortunately Checkout doesn't have non-coupon ways of applying a discount at the moment, so this method with one extra API call would be the lightest way to apply these discounts
Is that helpful here?