Issue a tax_invoice_receipt, tax_invoice, receipt, or credit_note for one of your merchants. Synchronous: returns the issued document with sequential number assigned.
clientId)AccountingDocument as a draftdocumentNumber, computes the document hash, posts double-entry journal entries (Cash / Revenue / VAT Payable), writes customer-ledger entriesdocument.finalized webhook event to your subscriberswaitForPdf is false, ~2.3 s when true.
partnerExternalRef. Send the same value twice — you get the same document back with created: false. Safe to retry forever (no Redis TTL, deduplicated at the DB level).Double-entry journal posted
| Account | Debit | Credit |
|---|---|---|
| 1100 Cash / A.R. | 84.37 | — |
| 4000 Revenue | — | 71.50 |
| 2200 VAT Payable | — | 12.87 |
journal_entries. Available in your merchant’s chart of accounts.Customer ledger entries written
PDF rendered and uploaded
Email sent to end customer
Webhook fired to your endpoint
document.finalized event, signed with HMAC-SHA256 (X-Vuz-Signature). See Webhooks.Partner's internal order/document ID. Unique within the merchant. Used for idempotency.
"TG-ORDER-887234"
Document type to issue
order, delivery_note, agent_delivery_note, return_note, tax_invoice, consolidated_invoice, tax_invoice_receipt, credit_note, reservation_invoice, agent_invoice, receipt, donation_receipt, cash_withdrawal, bank_deposit, purchase_order, purchase_delivery_note, purchase_return, purchase_tax_invoice, purchase_credit_note, opening_balance, inventory_in, inventory_out, warehouse_transfer, inventory_adjustment, production_in, production_out, quote, deal_bill, work_order "tax_invoice_receipt"
Line items
Existing client UUID. Provide either clientId OR inline client.
"550e8400-e29b-41d4-a716-446655440000"
Inline client — used when client doesn't exist yet. Auto-creates one. Provide either clientId OR client.
Issue date (ISO 8601). Defaults to today in IL timezone.
"2026-05-13"
Payment info — required for receipt and tax_invoice_receipt
Free-text note shown on the document
"תודה שהזמנת דרך TOGO"
Reference to the document being credited (REQUIRED for credit_note)
When true, the API will wait synchronously until the PDF is generated (typically +2-4 sec) and return the PDF URL in the response. When false (default), the response returns immediately and the PDF is generated async — VUZ delivers it to the end customer regardless.