#wiiim
1 messages · Page 1 of 1 (latest)
Hey, is there a way to download the Invoice PDF data via API?
What issues are you having?
Sure, you can access the download via the hosted_invoice_url: https://stripe.com/docs/api/invoices/object#invoice_object-hosted_invoice_url
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But this is for manual use only right?
Would I need to make a GET Request to "invoice_pdf" in order to download it programmatically?
Yep, should work too