#.rjcustodio
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- .rjcustodio, 3 days ago, 9 messages
- .rjcustodio, 5 days ago, 12 messages
List Invoices API with customer filter can be used to retrieve the invoices on a customer: https://stripe.com/docs/api/invoices/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
This will only JSON response, but not in PDF or CSV
it's okay. we will cover converting it to pdf. we just want to get all the invoice per customer, date filtered and status filtered
The above API should achieve what you need