France (Flux 2 UBL EXT-CTC-FR): Invoice Subtype Code

CIUS-FR identifies the business process context in which the operation takes place. It enables the Buyer to process the Invoice appropriately.

It defines the underlying process and is used in France to code both certain processes and the fact that the invoice is for Goods, Services, or Mixed, that is, composed of sales lines for Goods and sales lines for Services that are independent of each other and not ancillary to each other.

This characteristic is coded by the first letter of the invoicing framework B, S, or M.

Elements

Name (Path)CardinalityDescription
Invoice Subtype Code (/Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/InvoiceSubtypeCode)0..1The subtype of the invoice. For KSeF FA(3) only used for in case of Correction Invoices.

Restrictions

CodeDescription
FR:B1Submission of a goods invoice
FR:S1Submission of a service invoice
FR:M1Submission of a dual invoice (delivery of goods and services that are not ancillary)
FR:B2Submission of a goods invoice that was already paid
FR:S2Submission of a service invoice that was already paid
FR:M2Submission of a dual invoice that was already paid
FR:S3Submission of a subcontract payment request with direct payment (B2G only, restriction not verifiable)
FR:B4Submission of a final goods invoice (after advance payment)
FR:S4Submission of a final service invoice (after advance payment)
FR:M4Submission of a final dual invoice (after advance payment)
FR:S5Submission of a service invoice by a subcontractor
FR:S6Submission of a service invoice by a joint contractor
FR:B7Filing of a goods invoice which has been the subject of e-reporting (VAT already collected)
FR:S7Filing of a service invoice which has been the subject of e-reporting (VAT already collected)
FR:B8Filing of a multi-vendor goods invoice
FR:S8Filing of a multi-vendor service invoice
FR:M8Filing of a double multi-vendor invoice, containing unit invoices which are not all Sx or Bx.

If the billing framework is one of the following:
FR:B4 | Submission of a final goods invoice (after advance payment)
FR:S4 | Submission of a final service invoice (after advance payment)
FR:M4 | Submission of a final dual invoice (after advance payment)

Then, the invoice type cannot be:

  • Down payment invoice (386)
  • Self-invoiced down payment invoice (500)
  • Down payment invoice credit note (503)"

Example

<Invoice>
    <UBLExtensions>
        <UBLExtension>
            <ExtensionContent>
                <InvoiceExtension>
                    <!-- code omitted for clarity -->
                    <InvoiceSubtypeCode>PL:KOR</InvoiceSubtypeCode>
                    <!-- code omitted for clarity -->
                </InvoiceExtension>
            </ExtensionContent>
        </UBLExtension>
    </UBLExtensions>    
    <!-- code omitted for clarity -->
    <InvoiceTypeCode>384</InvoiceTypeCode>
</Invoice>