#letscode
1 messages · Page 1 of 1 (latest)
Hello! So basically you want to know how many times someone has made a payment for a given Subscription?
If so you could list the Invoices associated with the Subscription: https://stripe.com/docs/api/invoices/list#list_invoices-subscription
Watch out for things like $0 Invoices though, if you're only looking for actual payments.
Will that work for you?