Stripe records payments but does not ship bulk EU-ready invoice PDFs from your export. Dashboard → Payments → Export CSV, run one command, print each HTML to PDF. Same workflow SaaS founders pay subscription tools for — one-time EUR 9, no account after purchase.
Stripe Dashboard → Payments → Export (top right) → pick date range and columns → download CSV.
python3 stripe_batch.py stripe-sample.csv -o ./invoices/ --seller-name "Your Co"
Name, address, VAT number — applied to every invoice in the batch.
Open each HTML in a browser → Print → Save as PDF. Zip and send to your accountant.
Clone of paid Stripe CSV converters (e.g. csv2invoice.com at €10/month). One-time CLI pack, same export → bulk invoice shape.