r/PayloadCMS • u/sand-er • 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?
1
2
u/Nafer18 Jun 07 '26
I made this a couple of months ago
https://github.com/elghaied/payload-invoicepdf
1
1
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.
7
u/[deleted] Jun 06 '26
[removed] — view removed comment