#Borba
1 messages · Page 1 of 1 (latest)
Hi what's your end goal? You just want to keep track of who is subscribed to your product in your system?
Yep, I need to know when Stripe considers a New subscriber
It's when the subscription is active or trialing: https://stripe.com/docs/api/subscriptions/object#subscription_object-status
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That would be considered an active subscriber
Which you can track in your system with webhooks: https://stripe.com/docs/billing/subscriptions/webhooks
Ah then look at active subscriptions
When I look on the dashboard at New subscribers it shows 41 but if do this query I get 15
So, New Subscribers don't need to do a payment to be considered as a New subscriber?
I want to know what are my new subscribers
New subscribers in that graph are the people who've made a subscription payment for the first time in the time period mentioned
Why is it different when I filter it on the customers tab?
Are the time frames different? What time frame is the above graph on?
You're only filtering one day on the customers tab
Same date, on the dashboard I'm looking at one date as well
Yes we set to 1 day
Not sure then. We generally assist developers with api integrations in this server. This question would be better suited for support: https://support.stripe.com
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.