France (Pymnt): Seller Legal Registration Identifier

You must provide the Seller Legal Registration Identifier in Payment Documents.

Declarant ID

The declarant's SIREN number (declarant ID) is mandatory data (9 numeric characters).

Elements

PathCardinalityUsageMandate Business TermFinal Format XPath
Statement/AccountingSupplierParty/Party/PartyLegalEntity/CompanyID1..1MTT-13/Report/ReportDocument/Issuer/Id

Example

<ubl:Statement>
  <!-- ... omitted for readability -->
  <cac:AccountingSupplierParty>
    <!-- ... omitted for readability -->
    <cac:Party>
      <!-- ... omitted for readability -->
      <cac:PartyLegalEntity>
        <cbc:CompanyID schemeID="0002">123456789</cbc:CompanyID>
      </cac:PartyLegalEntity>
    </cac:Party>
  </cac:AccountingSupplierParty>
</ubl:Statement>