#.nicobzz
1 messages · Page 1 of 1 (latest)
Hello .nicobzz, we'll be with you shortly! 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.
• https://discord.com/channels/841573134531821608/1163489444653969418, 2 days ago, 7 messages
It's likely you want to listen to invoice.paid or customer.subscription.updated here
Both fire at the billing cycle
thank you, so customer.subscription.update also send an event when the subscription is paid again? or it only say that the subscription is active?
In fact the information that the subscription is still active may be sufficient, but I have to ask to the web site owner.
customer.subscription.updated indicates the subscription cycled
invoice.paid indicates the invoice was paid
You could leverage invoice.paid and use that to retrieve the subscription for the items
thanks