#shreyanshcactusglobal_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/1306896347873546245
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! I think what you want is actually : https://docs.stripe.com/billing/subscriptions/pending-updates - maybe take a look and see if that works for you?
Hey i also want to allow for discount on upgrade so there's a limitation that i can't use promo code when i update subscription with [payment_behavior: pending_if_incomplete]
ah, that's pretty unfortunate. gimme a while to test something out
hrm, so i think what you would want to do is update the subscription back to the previous price but with payment_behaviour:'default_incomplete' then void the newly generated invoice
try it out with test clocks to see if it works
No this wouldn't work, What this did is: created a credit note from higher priced pack. (Althought the payment wasn't completd and the invoice had been marked as void).
This is the behaviour i'm struggling with. Not sure why does this creates a credit note for the charge that wasn't successful. (Eg: charge for the higher pack)
You can have a look at this test customer: cus_RDmLmu0FT63AZp
is anyone still connected? @dusk veldt @rich sand
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.