#cnguyen-billing-cycles
1 messages · Page 1 of 1 (latest)
I think like that :
customer > subscription list > for 1 subscription, invoice list.
There's no direct way to know this, you'd need to track that on your end. You could list invoices for that subscription to get an analog for this, assuming an invoice per billing cycle.
https://stripe.com/docs/api/invoices/list#list_invoices-subscription
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
OK I see. Thank you.
no problem!