invoice.numberSOURCE REQUIREDInvoice number
The source system must provide this value.
- Entity
- Invoice
- Type
- string
- Cardinality
- 1
- Canonical
- required
- Introduced
- 2.1.0
- Used by
- Transactions · Mappings · Validation
- Country impact
- Country-neutral core
"INV-2026-00125"
invoice.issueDateSOURCE REQUIREDInvoice issue date
The source system must provide this value.
- Entity
- Invoice
- Type
- date · YYYY-MM-DD
- Cardinality
- 1
- Canonical
- required
- Introduced
- 2.1.0
- Used by
- Transactions · Mappings · Validation
- Country impact
- Country-neutral core
"2026-09-22"
invoice.currencySOURCE REQUIREDInvoice currency
The source system must provide this value.
- Entity
- Invoice
- Type
- string · ISO-4217
- Cardinality
- 1
- Canonical
- required
- Introduced
- 2.1.0
- Used by
- Transactions · Mappings · Validation
- Country impact
- Country-neutral core
"EUR"
buyer.legalNameSOURCE REQUIREDBuyer legal name
The source system must provide this value.
- Entity
- Organization
- Type
- string
- Cardinality
- 1
- Canonical
- required
- Introduced
- 2.1.0
- Used by
- Transactions · Mappings · Validation
- Country impact
- Country-neutral core
"ACME France"
buyer.identifiersSOURCE REQUIREDBuyer identifiers
The source system must provide this value.
- Entity
- Identifier
- Type
- array
- Cardinality
- 1..n
- Canonical
- required
- Introduced
- 2.1.0
- Used by
- Transactions · Mappings · Validation
- Country impact
- Country-neutral core
[
{
"scheme": "SIREN",
"value": "123456789"
}
]routing.electronicAddressREGULATORY PROVIDER RESOLVEDRecipient electronic address
An authorized provider resolves and proves this value.
- Entity
- BusinessEndpoint
- Type
- object
- Cardinality
- 0..1
- Canonical
- conditional
- Introduced
- 2.1.0
- Used by
- Routing · Country Packs · Providers
- Country impact
- Dynamic — e.g. France BT-49
{
"schemeId": "0225",
"value": "12345678900012"
}monetaryTotals.netAmountSOURCE REQUIREDNet amount
The source system must provide this value.
- Entity
- Invoice
- Type
- decimal
- Cardinality
- 1
- Canonical
- required
- Introduced
- 2.1.0
- Used by
- Transactions · Mappings · Validation
- Country impact
- Country-neutral core
1000
monetaryTotals.taxAmountSOURCE REQUIREDTax amount
The source system must provide this value.
- Entity
- Invoice
- Type
- decimal
- Cardinality
- 1
- Canonical
- required
- Introduced
- 2.1.0
- Used by
- Transactions · Mappings · Validation
- Country impact
- Country-neutral core
200
monetaryTotals.grossAmountSOURCE REQUIREDGross amount
The source system must provide this value.
- Entity
- Invoice
- Type
- decimal
- Cardinality
- 1
- Canonical
- required
- Introduced
- 2.1.0
- Used by
- Transactions · Mappings · Validation
- Country impact
- Country-neutral core
1200