#lil-nasty_api

1 messages ¡ Page 1 of 1 (latest)

royal kindleBOT
#

👋 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/1418362504911781918

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

bronze vessel
#

Hey @tired raven! I haven't had great luck finding good info on this flow. We have annual subs and want the ability in certain scenarios to cancel the user's subscription and then execute a prorated refund for the amount of unused time... this is easy to do via the dashboard, but doesn't seem simple via the API

tired raven
#

Stripe doesn't refund to the customer automatically when canceling or downgrading the subscription. I'd recommend checking this guide on how to refund to the customer for the scenario like this using API: https://support.stripe.com/questions/refunding-credit-balance-to-customer-after-subscription-downgrade-or-cancellation

bronze vessel
#

Seems tricky, but is what it is I suppose. Thanks for sharing.