#dai

1 messages ยท Page 1 of 1 (latest)

limpid wolfBOT
fervent spade
#

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?

fallow garden
#

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

fervent spade
#

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

limpid wolfBOT
fallow garden
#

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

silk lotus
#

๐Ÿ‘‹ Hopping in here since Pompey has to head out soon

#

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