#Miroslav
1 messages · Page 1 of 1 (latest)
Hello Miroslav, 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.
• Miroslav, 36 minutes ago, 15 messages
hi! I suppose you could create a 100% off coupon with duration:forever and pass that to https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-discounts-coupon
Thanks, let me try that. Will that be mapped on the customer or that specific subscription?
the subscription
you could attach the coupon to an existing customer and pass that though, if that's what you need
Can I apply the coupon in the same API call when I create the Customer?
yes, that's what I'm doing in the screenshot.