# `Accrue.Emails.InvoicePaid`
[🔗](https://github.com/szTheory/accrue/blob/accrue-v0.3.0/lib/accrue/emails/invoice_paid.ex#L1)

Invoice paid confirmation (MAIL-08).

Sent when Stripe emits `invoice.paid`. Embeds `invoice_header/1`,
`line_items/1`, and `totals/1` components via `HtmlBridge` so the
email body mirrors the eventual PDF attachment one-to-one.

# `debug_mjml_template`

Returns the raw MJML template. Useful for debugging rendering issues.

# `render`

Safely render the MJML template using Phoenix.HTML

# `render_text`

```elixir
@spec render_text(map()) :: String.t()
```

# `subject`

```elixir
@spec subject(map()) :: String.t()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
