United States (DBNA): Technical Receiver

Configure the Technical Receiver for your United States documents.

For outbound invoices, the unique receiver identifier is the ID of the tax authority or the network to which the invoice is being sent. In case of the US, the receiver that has to be used is: GENERIC_UBL_DBNA_USA_1p0.

Elements

PathCardinalityUsageExample ValueFormat
Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/RoutingDetails/Receiver1..1OGENERIC_UBL_DBNA_USA_1p0Text

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cec:UBLExtensions>
    <!-- ... omitted for readability -->
    <cec:UBLExtension>
      <!-- ... omitted for readability -->
      <cec:ExtensionContent>
        <!-- ... omitted for readability -->
        <vrbl:InvoiceExtension>
          <!-- ... omitted for readability -->
          <vrbl:RoutingDetails>
            <!-- ... omitted for readability -->
            <vrbl:Receiver>GENERIC_UBL_DBNA_USA_1p0</vrbl:Receiver>
          </vrbl:RoutingDetails>
        </vrbl:InvoiceExtension>
      </cec:ExtensionContent>
    </cec:UBLExtension>
  </cec:UBLExtensions>
</ubl:Invoice>

Did this page help you?