#lulitello_55916
1 messages · Page 1 of 1 (latest)
HI 👋
We do not have an API for bulk Invoice downloads. You can use the List API https://stripe.com/docs/api/invoices/list to retrieve records of up to 100 invoices at a time and then use the invoice_pdf property https://stripe.com/docs/api/invoices/object#invoice_object-invoice_pdf to download the PDf file.
What is the overall goal you are trying to accomplish here?
I'm trying to download month by month all the invoices PDF, but till now I was only able to download one by one
We don't have an API for that. You would need to write a script to handle that using our APIs.
And for that I need a developer to create the API?
This server is for developers coding integrations with Stripe APIs so that is advice we can provide.
The Stripe APIs already exist, you don't need to create them. But you could write a script to hit the API and return a list of Invoices by their created date or due_date and then use the file path in the invoice_pdf property to download the files directly.
So I would need someone that write the script?
´Where should I add the script? I mean in stripe
This server is for software developers
We offer advice to people who write code
I think you would be better off reaching out to Support to see if there is another way we can help you with your request: https://support.stripe.com/contact
They may know of something in the Dashboard that I don't (we don't focus on the Dasbhoard here)