#dai
1 messages ยท Page 1 of 1 (latest)
Good question. There are some ways to get this info but we don't have a built in way to query it. I can look in to what may be helpful for you
Can you tell me more about what info you are looking for? Is the incomplete->cancelled example something you actually want to see?
Hello! Yeah - for our use case, we're thinking about how might we understand customer checkout drop off with our custom checkout implementation.
I understand this example isn't wholistic (e.g. no existing subscription) but want to know what's available within Stripe ecosystem itself
Gotcha thank you for clarifying. I am looking in to how to tell if a cancelled subscription is that way because its first invoice stayed incomplete until expiration
Looks like we have a status specifically for this called incomplete_expired but that is for another Subscription configuration
I see - what I am getting a sense of is that the instrumentation itself is left largely up to the developers to implement ๐ (this is okay!) was curious for the potential to have already existed
๐ Hopping in here since Pompey has to head out soon
If you're looking for other "built-in" solutions that may be helpful I know we offer some Billing-related analytics through the Dashboard (https://dashboard.stripe.com/billing)
Revenue Recognition may also be helpful (https://stripe.com/docs/revenue-recognition) but we don't know a ton about it in this channel
Other than that, if you're looking for a way to track status transitions through the API one is to keep track of the customer.subscription.updated events and store those status changes on your end