#lyngall
1 messages · Page 1 of 1 (latest)
The count value is enough i don´t need all the data of each subscription or suscriber.
Stripe doesn't offer an API to retrieve the active subscriptions in a specific date. This has to be managed within your own system.
Thank you. Is there a way to access to the number of active subscriptions? because the number of active subscribers can be found at billing.
The number is not retrievable via API. It's only possible to use List Subscriptions API and iterate to count the total number: https://stripe.com/docs/api/subscriptions/list
But that would be only for today's date, right? via Dashboard the info abput the count of subscriptions exist?
But that would be only for today's date, right?
Yes
via Dashboard the info abput the count of subscriptions exist?
This is the Dashboard-only feature