Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

jwcd's avatar
Level 1

Stripe - Download Invoice that Stripe provides

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.

0 likes
2 replies
Snapey's avatar

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

jwcd's avatar
Level 1

Cool, thank you very much Snapey! I'll have a look at using that flow.

Please or to participate in this conversation.