#oli-wan_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/1408066669884211211
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
I the response from Stripe I see things like:
description: "Remaining time on Professional (with 30.0% off) after 21 Aug 2025",
so you want to know the amount of the 30% off?
if so, that information would be in discount_amount, but that only works for non-prorated items, as explained here https://docs.stripe.com/billing/subscriptions/prorations#prorations-and-discounts
ok, thank you
is there a reason why the discount_amount is not supplied when there is a proration?
I don't know why, but that's how it works
ok ๐
thanks for the answer, I guess I'll try to work around that!