United States (DBNA): Seller Scheme Identifier

Configure the Seller scheme identifier for your United States documents.

The identification of the scheme identifier of the Seller identifier. For bank assigned creditor identifier, the value must be "SEPA". In case of the US, the values provided in the CCI V1.2.1 list are allowed.

Elements

PathCardinalityUsageExample ValueFormatFinal Format Path
Invoice/AccountingSupplierParty/Party/PartyIdentification/ID/@schemeID0..1OEINCode/Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyIdentification/cbc:ID/@schemeID

Details

The following codes are allowed:

CodeDescription
0060Dun & Bradstreet D-U-N-S Number (default)
0088Global Location Number (GS1)
0199Legal Entity Identifier (ISO 17442)
9959Employer Identification Number
VRBL:US:SSNSocial Security Number (rare for B2B, but listed)

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cac:AccountingSupplierParty>
    <!-- ... omitted for readability -->
    <cac:Party>
      <!-- ... omitted for readability -->
      <cac:PartyIdentification>
        <cbc:ID schemeID="0060">123456789</cbc:ID>
      </cac:PartyIdentification>
    </cac:Party>
  </cac:AccountingSupplierParty>
</ubl:Invoice>

Did this page help you?