> For the complete documentation index, see [llms.txt](https://docs.docbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.docbits.com/administration-and-setup/settings/global-settings/document-types/edi/supported-electronic-documents/austria-ebinterface-6-1.md).

# AUSTRIA EBINTERFACE 6.1

| Property             | Value                |
| -------------------- | -------------------- |
| **Country / Region** | Austria              |
| **Document Types**   | Invoice, Credit Note |
| **Format**           | XML                  |
| **Standard**         | ebInterface 6.1      |
| **Locale**           | `de_AT`              |

ebInterface 6.1 is the latest version of the Austrian e-invoicing standard. It includes updated validation rules, improved support for credit notes, and enhanced compatibility with the Peppol network for cross-border invoicing. The namespace is `http://www.ebinterface.at/schema/6p1/`.

## Support Status

| Component        | Status      |
| ---------------- | ----------- |
| Preview          | ✅ Supported |
| Field Extraction | ✅ Supported |
| Transformation   | ✅ Supported |

## Default Preview

<figure><img src="/files/DmMeO2tXg5xwAKFpkAeH" alt="Austria ebInterface 6.1 invoice preview in DocBits"><figcaption><p>Default DocBits preview for an AUSTRIA EBINTERFACE 6.1 invoice</p></figcaption></figure>

## Field Mapping

### Header Fields

| DocBits Field          | Source XML Element                                                           | Notes                               |
| ---------------------- | ---------------------------------------------------------------------------- | ----------------------------------- |
| `invoice_id`           | `eb:InvoiceNumber`                                                           | Invoice number                      |
| `invoice_date`         | `eb:InvoiceDate`                                                             | ISO 8601 date                       |
| `due_date`             | `eb:PaymentConditions/eb:DueDate`                                            | Payment due date                    |
| `delivery_date`        | `eb:Delivery/eb:Date`                                                        | Delivery date                       |
| `currency`             | `@eb:InvoiceCurrency`                                                        | Root attribute, always `EUR` for AT |
| `total_amount`         | `eb:TotalGrossAmount`                                                        | Gross total incl. VAT               |
| `net_amount`           | `eb:Tax/eb:VAT/eb:VATItem/eb:TaxedAmount`                                    | Net taxable base                    |
| `tax_amount`           | `eb:Tax/eb:VAT/eb:VATItem/eb:Amount`                                         | VAT amount                          |
| `purchase_order`       | `eb:OrderReference/eb:OrderID`                                               | Purchase order reference            |
| `payment_terms`        | `eb:PaymentConditions/eb:Comment`                                            | Free-text payment terms             |
| `supplier_name`        | `eb:Biller/eb:Address/eb:Name`                                               | Biller company name                 |
| `supplier_tax_id`      | `eb:Biller/eb:VATIdentificationNumber`                                       | Austrian UID (e.g. ATU12345678)     |
| `supplier_street`      | `eb:Biller/eb:Address/eb:Street`                                             | Biller street address               |
| `supplier_city`        | `eb:Biller/eb:Address/eb:Town`                                               | Biller city                         |
| `supplier_postal_code` | `eb:Biller/eb:Address/eb:ZIP`                                                | Biller postal code                  |
| `supplier_country`     | `eb:Biller/eb:Address/eb:Country/@eb:CountryCode`                            | ISO country code                    |
| `supplier_email`       | `eb:Biller/eb:Address/eb:Email`                                              | Biller email address                |
| `supplier_iban`        | `eb:PaymentMethod/eb:UniversalBankTransaction/eb:BeneficiaryAccount/eb:IBAN` | Biller IBAN                         |
| `customer_name`        | `eb:InvoiceRecipient/eb:Address/eb:Name`                                     | Recipient company name              |
| `customer_tax_id`      | `eb:InvoiceRecipient/eb:VATIdentificationNumber`                             | Recipient UID                       |
| `customer_street`      | `eb:InvoiceRecipient/eb:Address/eb:Street`                                   | Recipient street                    |
| `customer_city`        | `eb:InvoiceRecipient/eb:Address/eb:Town`                                     | Recipient city                      |
| `customer_postal_code` | `eb:InvoiceRecipient/eb:Address/eb:ZIP`                                      | Recipient postal code               |
| `customer_country`     | `eb:InvoiceRecipient/eb:Address/eb:Country/@eb:CountryCode`                  | ISO country code                    |
| `iban`                 | `eb:PaymentMethod/eb:UniversalBankTransaction/eb:BeneficiaryAccount/eb:IBAN` | Payment IBAN                        |
| `bic`                  | `eb:PaymentMethod/eb:UniversalBankTransaction/eb:BeneficiaryAccount/eb:BIC`  | Payment BIC/SWIFT                   |

### Line Item Table (`INVOICE_TABLE`)

Row path: `eb:Details/eb:ItemList/eb:ListLineItem`

| Column        | Source XML Element                 | Notes                          |
| ------------- | ---------------------------------- | ------------------------------ |
| `POSITION`    | Sequential index                   | 1-based line number            |
| `DESCRIPTION` | `eb:Description`                   | Product/service description    |
| `QUANTITY`    | `eb:Quantity`                      | Numeric quantity               |
| `UNIT`        | `eb:Quantity/@eb:Unit`             | Unit code (e.g. `STK` = piece) |
| `UNIT_PRICE`  | `eb:UnitPrice`                     | Unit price excl. VAT           |
| `VAT_RATE`    | `eb:VAT/eb:VATItem/eb:VATRate`     | VAT rate in %                  |
| `VAT`         | `eb:VAT/eb:VATItem/eb:TaxedAmount` | VAT amount per line            |
| `NET_AMOUNT`  | `eb:LineItemAmount`                | Line total excl. VAT           |

## Classification Rule

DocBits detects AUSTRIA EBINTERFACE 6.1 documents by the namespace string:

```
http://www.ebinterface.at/schema/6p1/
```

## Related

* [Supported Electronic Documents](/administration-and-setup/settings/global-settings/document-types/edi/supported-electronic-documents.md)
* [Austria ebInterface](/administration-and-setup/settings/global-settings/document-types/edi/supported-electronic-documents/austria-ebinterface.md)
* [Austria ebInterface 6.0](/administration-and-setup/settings/global-settings/document-types/edi/supported-electronic-documents/austria-ebinterface-6-0.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.docbits.com/administration-and-setup/settings/global-settings/document-types/edi/supported-electronic-documents/austria-ebinterface-6-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
