#vasco_
1 messages · Page 1 of 1 (latest)
There's no way to retrieve a list directly. However, you can list all the invoices that are associated with the subscription
https://stripe.com/docs/api/invoices/list#list_invoices-subscription
and expand payment_intent param
https://stripe.com/docs/api/invoices/object#invoice_object-payment_intent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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 thank you