#JackS
1 messages · Page 1 of 1 (latest)
hi! to be clear, by default subscriptions just recur forever, I suppose you are using a SubscriptionSchedule to implement an installment plan?
Yes we are using a subscription schedule
in either case the answer is mainly that you can use https://stripe.com/docs/api/invoices/list?lang=node#list_invoices-customer to count the invoices for a customer
what is the best way to filter all the invoices for specific subscription, in case they have more than one subscription for different things with us
at the link above you can see there's a subscription filter on that List endpoint too