#pispros_subscription-events
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/1255209173948432525
đ Have more to share? Add details, code, screenshots, videos, etc. below.
@flint fable I recommend reading https://docs.stripe.com/billing/subscriptions/webhooks
pispros_subscription-events
Hello, yes i've been reading it
Hello! I'm taking over and catching up...
Do you have a specific question I can help you with?
Yes, which event should be considered for successfully charged auto renewals and how to handle to it ? Is there an attribute like (paid: true)
There are several different Events you can listen for to determine when you've been paid, all of which are listed at the docs link provided earlier. Which one(s) you choose to listen for depend on your specific needs.
Yes, 1.when can i specifically know that its an automated renewal and 2. i guess i can make a request with than to checked if client account has already been charged
Have you looked into listening for invoice.paid Events?