Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List, create, upload, decline, batch, and pay HEVN invoices.
hevn invoice list hevn invoice list --yaml
hevn bills hevn bills --yaml
hevn invoice get <invoice-id> hevn invoice get --invoice-id <invoice-id> --yaml
hevn invoice get <invoice-id> --public
hevn invoice new
hevn invoice new \ --contractor-email vendor@example.com \ --contractor-name Vendor \ --client-email you@example.com \ --client-name "Your Company" \ --item "Consulting:1:100" \ --due-date 2026-06-01
--item
hevn invoice new \ --contractor-email vendor@example.com \ --item "Design:2:150" \ --item '{"name":"Review","quantity":1,"price":75}'
hevn invoice new \ --contractor-email vendor@example.com \ --items '[{"name":"Consulting","quantity":1,"price":"100"}]'
hevn invoice upload-incoming \ --path ./invoice.pdf \ --contractor-email vendor@example.com \ --items '[{"name":"Consulting","quantity":1,"price":"100"}]'
hevn invoice new \ --contract-id <contract-id> \ --period-start 2026-06-01 \ --add-item "Extra support:1:250"
hevn invoice batch \ --contract '{"contractId":"<contract-id>","period":0,"memo":"May payroll","items":[{"name":"Monthly services","quantity":1,"price":"5000"}]}' \ --yaml
hevn invoice batch \ --contracts-json '[{"contractId":"<contract-id>","period":0,"items":[{"name":"Services","quantity":1,"price":"5000"}]}]'
hevn invoice decline --invoice-id <invoice-id> --yes --yaml
hevn transfer --invoice-id <invoice-id> --memo "Invoice payment"
Was this page helpful?