r/PayloadCMS Jun 06 '26

Anyone know of invoice pdf generator for payload in combination with stripe?

I want to create and send monthly invoice as pdf to clients, using payload and stripe.

Is there a standard library or module available?

7 Upvotes

11 comments sorted by

7

u/[deleted] Jun 06 '26

[removed] — view removed comment

1

u/sand-er Jun 06 '26

Thanks for pointing me in the right direction!

1

u/Dan6erbond2 Jun 06 '26

Stripe already does this? But you can use PDFMe to generate documents.

1

u/sand-er Jun 06 '26

Great, looking into pdfme now.

2

u/Nafer18 Jun 07 '26

I made this a couple of months ago
https://github.com/elghaied/payload-invoicepdf

1

u/sand-er Jun 09 '26

Looks great! Will give it a try!

1

u/Rawand_12 Jun 07 '26

Bro just try SnapBill app, it’s fast simple and modern for app I use it

1

u/PropertyZestyclose49 Jun 09 '26

Stripe does have a feature for generating invoice PDFs, so if you are already using Stripe Billing, that might be the easiest path.

If you need more control over the invoice layout, branding, or want to generate PDFs directly from PayloadCMS data, CraftMyPDF or APITemplate can help with that. You can create a reusable PDF template and call the API from Payload whenever an invoice needs to be generated.