Get Voucher
lexware_get_voucherFetch a bookkeeping voucher by ID from Lexware, with retries on 404 to handle indexing delays and a fallback processing status.
Instructions
Retrieve a bookkeeping voucher by ID from Lexware. The voucherStatus field in the response is normalized to its canonical lowercase form. Known values: unchecked, open, paid, paidoff, voided, transferred, sepadebit. Retries up to 3 times (1 s / 2 s / 4 s) on 404 to absorb the indexing delay after an upload; if the voucher is still missing, returns { voucherId, status: "processing", message } rather than an error. Other failures are reported as errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Voucher UUID |