Skip to main content

E-Invoicing Guide

Additional Properties

This information can optionally be sent with the invoice in addition to the standard data.

note

Details on the UBL attributes can be found at peppol.eu

AttributeDescriptionExampleCountry Support
ESR.DueDateDue date of payment. Only to be specified if it differs from terms of payment."2024-08-15"
[BE]Flag Belgium
[DE]Flag Germany
[IT]Flag Italy
ESR.PaymentTermsTerms of the payment. Only to be specified if it differs from the terms of payment in the configuration."30 days net"
[BE]Flag Belgium
[DE]Flag Germany
ESR.Delivery.DThe date on which the supply of goods or services was delivered"2024-07-08"
[BE]Flag Belgium
[DE]Flag Germany
[PL]Flag Poland
ESR.Delivery.AdrThe address where the delivery was made
[BE]Flag Belgium
[DE]Flag Germany
ESR.Delivery.Adr2The address extension where the delivery was made
[BE]Flag Belgium
[DE]Flag Germany
ESR.Delivery.CityThe city where the delivery was made
[BE]Flag Belgium
[DE]Flag Germany
ESR.Delivery.ZipThe postcode where the delivery was made
[BE]Flag Belgium
[DE]Flag Germany
ESR.Delivery.CtryThe country code where the delivery was made
[BE]Flag Belgium
[DE]Flag Germany
ESR.Ctm.BuyerReferenceAn identifier assigned by the buyer used for internal routing purposes. An invoice must have buyer reference or purchase order reference (BT-13).
[BE]Flag Belgium
[DE]Flag Germany
ESR.OrderReference
[BE]Flag Belgium
[DE]Flag Germany
ESR.Pos.OrderLineReference
[BE]Flag Belgium
[DE]Flag Germany
Example Request
{"Tra":
{"ESR":
{"DD": "IT", "DDto": "WSRLPXY", "DueDate": "2024-08-15",
"Ctm": {"TaxId": "IT02348690211", "Nam": "The Buyercompany S.p.A", "Adr": "Via Roma 1", "Zip": "12345", "City": "Milano (MI)"},
"PosA": {
"Pos": { "PN": "1", "Dsc": "Esempio di prodotto", "TaxG": "B", "Amt": "1.00"}},
"PayA": {
"Pay": { "Dsc": "Contanti", "PayG": "cash", "Amt": "1.00"}}
},
}
}