#allianceRes
1 messages · Page 1 of 1 (latest)
Yes, you can listen to customer.subscription.updated event
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
so this event can tell me when stripe change the status of the subscription, for example from incomplete to canceled or from trialling to past_due?
Because I don't want to manage invoice status or payment status, all I want to know is the live status of each subscription.
Yes this event is fired whenever a subscription changes