#smartge3k-subscriptions
1 messages · Page 1 of 1 (latest)
Hello! You either need to listen for the customer.subscription.updated event to be notified when the Subscription transitions it's status to active or you need to listen for invoice.paid events to know when the first invoice has been paid
If I check the status of subscription, that its incomplete, then once payment is succeded, i will have to listen to the invoice.paymet_succeeded., but for the subsequent payments every month it will still trigger this event and I might keep sending keys everytime
and subscription.updated event could be triggered for any small change made to the subscription
So you ONLY care about when the Subscription first becomes active?
yes
How are you collecting payment for the Subscription?