> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Receipts and invoices in WooCommerce

> How to generate legally valid receipts and invoices for WooCommerce orders paid through Dintero.

Dintero Checkout provides a payment confirmation comparable to a card terminal receipt. It is not a legally binding tax invoice. WooCommerce, as the point of sale, is responsible for generating itemized invoices that comply with local tax law.

## What a legal invoice must include

* A unique, sequential, non-editable invoice number
* Seller details: company name, address, and VAT or organization number
* Customer billing address
* Tax breakdown: net price, VAT percentage, VAT amount, and total
* Transaction date or delivery date

<Note>
  Tax requirements vary by country. Check with an accountant for the rules in your market.
</Note>

## Recommended plugins

<CardGroup cols={3}>
  <Card title="PDF Invoices & Packing Slips" icon="file-pdf" href="https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/">
    The most widely used option. Automated PDFs with sequential numbering and customizable templates. Free.
  </Card>

  <Card title="WooCommerce PDF Invoices (Premium)" icon="file-invoice" href="https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-premium/">
    Adds credit notes, proforma invoices, and multi-currency layout support.
  </Card>

  <Card title="Germanized for WooCommerce" icon="shield-check" href="https://wordpress.org/plugins/woocommerce-germanized/">
    Built for strict compliance markets such as Germany, Norway, and the EU.
  </Card>
</CardGroup>

<Tip>
  Start with **PDF Invoices & Packing Slips** if you are unsure which to use. It covers the legal requirements for most markets and is free to install.
</Tip>
