#xmrcivicboix
1 messages · Page 1 of 1 (latest)
I wish I could help, but this chat is focused on developers and API integration questions. Our support team will be able to assist you better than I can: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
yes via the API
im currently iterating through the invoices api
i'm looking for invoice.billing_reason === 'subscription_update' && invoice.subscription.canceled_at)
I'm not sure I understand. Do you know how to calculate churn already? If so, what do you need from the API in order to calculate it?
basically is that the right way to determine churn?
is to look at those criteria mentioned above?
That seems like a way to do it, yes.
ok