The invoice templates scaffolded by getpeppr init pointed at a fictional
German recipient, so the canonical init → validate → convert → send flow was
guaranteed to fail on a sandbox account. The templates and the README example
now target the getpeppr sandbox test receiver (9925:BE0314595348). This fixed
the recipient side of the scaffold. The generated tax lines still assumed a
sender VAT number until CLI 0.8.4; upgrade to the latest CLI for a first send
that works on a fresh sandbox account.
The console helps too: in sandbox, when a send fails because the recipient is not the test receiver, the invoice status banner now shows a hint pointing at the cause instead of a bare failure.
See the CLI guide to get started.