#kirito
1 messages · Page 1 of 1 (latest)
Hi there! You could list all invoices and specify the status and subscription: https://stripe.com/docs/api/invoices/list
how to specify which subscription ?
I'm not sure I follow. Each subscription object is assigned an ID when created. If you want to filter for only that subscription's invoices, you'd list all invoices and pass the subscription ID in your request
but there is not Parameters that indicate where to put the id of the subscription
Hm, are we looking at the same docs? I see a few parameters including status and subscription: https://stripe.com/docs/api/invoices/list
Ah yes I found it thank you