#johnny_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1246016400208695417
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi
I am trying to renew the subscription end date
Can you share a concrete example please of the use case ? e.g. User has Subscription A, will be paid at T1. Once paid I want to achieve this action B...
I have a user that has a Subscription (Subscription A) - which is renewed daily - I want to get the renewal (when it is paid/renewed) - to update the new end date of the subscription
Whenever a subscription is renewed, I want to get the new subscription end date
You want to track active Subscription in your integration/database then
You can follow this guide then:
https://docs.stripe.com/billing/subscriptions/webhooks#active-subscriptions
Thanks for the explanation