if you use webhooks from stripe, they will send you the url for the invoice
you can either download the file so that you have your own copy on your server or give the link to the client
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi all!
I wanted to see if anyone had experience with the Stripe integration wrt downloading the invoice that you can find on Stripe, not using the custom PDF that Laravel provides for invoices which differs from the one that Stripe generates. I understand this is all going through the API and that's the way it works, but I was wondering if there was a way to let customers use the same PDF that Stripe provides, without having 2 possible versions of an invoice.
Please or to participate in this conversation.