Ireland (Peppol): Receiver

Configure the Technical Receiver for your Ireland 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.

Element

PathCardinalityUsageExample Value
Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/RoutingDetails/Receiver1..1MGENERIC_PEPPOL_UBL_IE_1p0

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>
            <vrbl:Receiver>GENERIC_PEPPOL_UBL_IE_1p0</vrbl:Receiver>
          </vrbl:RoutingDetails>
        </vrbl:InvoiceExtension>
      </cec:ExtensionContent>
    </cec:UBLExtension>
  </cec:UBLExtensions>
</ubl:Invoice>

Did this page help you?