Poland B2B: Invoice Type Code
Poland has specific requirements for the Invoice Type Code.
Use the InvoiceTypeCode element to specify this information. You must use the values listed in this topic.
Elements
Name (Technical Name) | Cardinality | Description |
---|---|---|
Invoice Type Code (Invoice\InvoiceTypeCode ) | 0..1 | A code signifying the type of the Invoice. |
Restrictions
You must use one of the following values:
UNCL1001 | Name | Description |
---|---|---|
380 | Invoice | An invoice documenting the sale of goods or services between a seller and buyer. |
384 | Correction Invoice | A correction invoice is issued by suppliers to correct errors in a previously issued e-invoice, apply discounts, or account for returns. See Note 1 below. |
386 | Advanced Payment Invoice | An advance payment invoice records a full or partial payment received before the delivery of goods or services. This invoice type is currently not supported. |
389 | Self-billing Invoice | A self-billing invoice represents an agreement between a supplier and buyer where the buyer generates the invoice and sends it to the supplier alongside the payment. |
751 | Invoice information for accounting purposes | A document that contains accounting information. It can represent an invoice whose taxes have already been reported to authorities through another system (such as a cash register). |
Notes
- A correction invoice is issued by suppliers to correct errors in a previously issued e-invoice, apply discounts, or account for returns. From a structural perspective, the Polish B2B system offers two distinct methods for issuing correction invoices.
- Provide Original and Corrected line.
A correction invoice includes two versions of the same line item: the original incorrect line showing negated amounts, prices, and quantities that need correction, and the corrected line containing the updated amounts, prices, and quantities. The invoice total reflects the difference between the original and corrected invoice. - Provide one delta line. This option is currently not supported.
In this case, the invoice line displays the differences in amounts, prices, and quantities between the original incorrect data and the corrected data. Negative values indicate prices that were initially too high or goods that were returned. Positive values indicate prices that were initially too low.
- Provide Original and Corrected line.
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cbc:InvoiceTypeCode>VRBL:PL:380</cbc:InvoiceTypeCode>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 2 days ago