#0-euro-scheinede_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1225913546714517575
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
HI ๐
We focus on helping developers coding integrations with Stripe APIs here.
You can review Stripe fees by examining the Balance Transactions for your Stripe Account but I don' t think that is what you are looking for.
So there is no way to download the PDF of Stripe's invoice via API call?
Yes, is that what you are trying to do?
It wasn't clear from the question
You can use the List API to get all your Invoice objects https://docs.stripe.com/api/invoices/list and, for each Invoice object returned, make an HTTP request to the hosted_invoice_url. This will return the PDF as a file in the response.
https://docs.stripe.com/api/invoices/object#invoice_object-hosted_invoice_url
I was referring to these invoices here
Oh, no those are not accessible via the API
Ah okay, that's unfortunate, but thank you very much for your help anyway!