E-invoice Transactions

Track e-invoice submission attempts and their delivery status. A transaction is created automatically when an invoice is sent via POST /invoices/{id}/send_einvoice and records the format used, sender/receiver routing IDs, delivery confirmation, and any failure details. Transactions are read-only.

Attributes

created_at string
Response Parameter `filter`

Timestamp when the record was created.

delivered_at string
Response

Timestamp when the e-invoice was successfully delivered to the recipient.

failed_at string
Response

Timestamp when the e-invoice delivery failed. Null if the transaction has not failed.

failed_reason string
Response

Human-readable description of why the e-invoice delivery failed.

fiscalization_failed_at string
Response

Timestamp when the fiscalization (tax authority clearance) step failed.

fiscalization_failed_reason string
Response

Human-readable description of why the fiscalization step failed.

format_id integer
Response Enum

Numeric identifier for the e-invoice format used in this transaction (e.g., 1 = PEPPOL BIS 3.0, 2 = XRechnung, 3 = FACe, 4 = Fiskalizacija, 5 = KSeF).

Enum Values (6 values)

  • 1
    Peppol BIS Billing 3.0
  • 2
    Xrechnung
  • 3
    FACe/FACeB2B
  • 4
    Fiskalizacija 2.0
  • 5
    Krajowy System e-Faktur 2.0
  • 6
    Verifactu
invoice invoice
Response

The invoice that was sent as an e-invoice.

invoice_id integer
Parameter `filter`

ID of the invoice that was sent as an e-invoice.

receiver_routing_id string
Response

The recipient's e-invoicing routing identifier (e.g., PEPPOL ID, SDI code, or FACe code).

sender person
Response

The person who initiated the e-invoice submission.

sender_routing_id string
Response

The sender's e-invoicing routing identifier.

tax_cleared_at string
Response

Timestamp when the e-invoice was cleared by the tax authority (applicable for fiscalization-required formats).

updated_at string
Response

Timestamp when the record was last updated.

Examples

Loading example

Operations

No operations found in this group