Invoice format specifications
Invoicey supports exporting invoice data in multiple formats for integration with accounting software and ERP systems.
CSV export
Comma-separated values with columns: invoice_number, issue_date, due_date, client_name, client_email, client_address, currency, subtotal, vat_amount, total, status, and line_item details. UTF-8 encoding. Headers in first row.
JSON structure
Structured JSON with nested objects for invoice metadata, client, line_items (description, quantity, unit_price, amount, vat_rate, vat_amount), totals (subtotal, vat_total, total), and payment terms.
XML (planned)
XML schema for invoice data exchange. Planned for future release to support UBL and other standard formats for e-invoicing compliance in specific jurisdictions.
Pro and Pro+ plans include advanced exports. Contact support for custom format requirements.