United States (DBNA): Buyer Scheme Identifier

Configure the scheme identifier for the Buyer identifier.

The identification of the scheme identifier of the Buyer identifier. In case of the US, the values provided in the CCI V1.2.1 list are allowed.

Elements

PathCardinalityUsageExample ValueFormatFinal Format Path
Invoice/AccountingCustomerParty/Party/PartyIdentification/ID/@schemeID0..1M0088Code/Invoice/cac:AccountingCustomerParty/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:AccountingCustomerParty>
    <!-- ... omitted for readability -->
    <cac:Party>
      <!-- ... omitted for readability -->
      <cac:PartyIdentification>
        <cbc:ID schemeID="0060">987654321</cbc:ID>
      </cac:PartyIdentification>
    </cac:Party>
  </cac:AccountingCustomerParty>
</ubl:Invoice>

Did this page help you?