#gus_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1377058147847508051
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
You can no longer attach a coupon/discount directly to the Customer object, once you have a coupon created you pass it along to the Subscription during creation or in an update.
https://docs.stripe.com/billing/subscriptions/coupons?dashboard-or-api=api#discount-subscriptions
ok so that means I need to first retrieve the customer subscriptions, then in an update to that subscription attach the coupon?
Correct.
The end goal was to support the application of multiple discounts, but it does cause some breaking changes that require reworking the way discounts are applied.
yeah I can tell, I will be trying what you suggested thx
Happy to help. Let us know if you have any follow-up questions.
That have seemed to work in my tests, thanks a lot!