#jayvir_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/1304319180903813181
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- jayvir_api, 18 hours ago, 18 messages
subscription for fixed duration on fixed date
example:
today is 8th nov
set 15 of each month as billing date
deduct - $100 every month
start deduction from 15th Nov for 3 months
15 Nov 2024
15 dec 2024
15 jan 2025
it should auto cancel on 15 Jan 2025
Proration amount should not get deducted
need webhook logic as well when subscription is success or failure
how to implement in nodejs
@fallow umbra hope u got sense what i want to achieve
@fallow umbra ru their ?
Yes I’ll be with you shortly
So basically you want to schdule a subscription to automatically start at 14 Nov and end 3 months later
https://docs.stripe.com/billing/subscriptions/subscription-schedules/use-cases you can achieve it with subscription schedule
which webhook will trigger on suceess & failur @fallow umbra