Receiver ID

Use the Receiver ID to specify the system that receives the Documents.

Use the Receiver (Extn) Extension and one of the listed Receivers for the country or scenario you are implementing.

This element is mandatory.

Elements

ElementDescription
UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/RoutingDetails/ ReceiverThe Receiver's ID. This needs to specify the Receiver for the country. A list of all Receivers is provided in the next section.
UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/RoutingDetails/ ReceiverDetailsDetails about the Receiver. See ReceiverDetails.

List of Receivers

The following table lists the available Receivers. In most but not all countries, the same Receiver is used for B2G and B2B Documents. Some countries, like Germany, use different Receivers for different scenarios. For example, in Germany, different Receivers are used for PEPPOL and SMTP:

CountryB2BB2G
Belgium: ReceiverGENERIC_PEPPOL_UBL_BE_1p0p0GENERIC_PEPPOL_UBL_BE_1p0p0
Croatia: ReceiverNot supported.GENERIC_PEPPOL_UBL_HR_1p0p0
Denmark: ReceiverGENERIC_PEPPOL_UBL_DK_1p0p0GENERIC_PEPPOL_UBL_DK_1p0p0
Estonia: ReceiverNot supported.GENERIC_PEPPOL_UBL_EE_1p0p0
Finland: ReceiverNot supported.GENERIC_PEPPOL_UBL_FI_1p0p0
France: ReceiverNot supported.GENERIC_PEPPOL_UBL_FR_1p0p0
Germany: Receivers (PEPPOLGENERIC_PEPPOL_CII_DE_XRECHNUNG_3p0p1 GENERIC_PEPPOL_UBL_DE_XRECHNUNG_3p0p1GENERIC_PEPPOL_CII_DE_XRECHNUNG_3p0p1 GENERIC_PEPPOL_UBL_DE_XRECHNUNG_3p0p1
Germany: Receivers (SMTP)GENERIC_SMTP_CII_DE_XRECHNUNG_3p0p1 GENERIC_SMTP_UBL_DE_XRECHNUNG_3p0p1GENERIC_SMTP_CII_DE_XRECHNUNG_3p0p1 GENERIC_SMTP_UBL_DE_XRECHNUNG_3p0p1
Greece: ReceiverGENERIC_PEPPOL_UBL_GR_1p0p0GENERIC_PEPPOL_UBL_GR_1p0p0
Italy: ReceiverGENERIC_IT_FatturaPA_1p2p2GENERIC_IT_FatturaPA_1p2p2
Japan: ReceiverGENERIC_PEPPOL_UBL_JP_1p0p0GENERIC_PEPPOL_UBL_JP_1p0p0
Lithuania: ReceiverNot supported.GENERIC_PEPPOL_UBL_LT_1p0p0
Malaysia: ReceiverGENERIC_MY_MYINVOIS_1p0p0GENERIC_MY_MYINVOIS_1p0p0
Netherlands: ReceiverNot supported.GENERIC_PEPPOL_UBL_NL_1p0p0
Portugal: ReceiverNot supportedGENERIC_FE-AP_UBL_CIUS-PT_2p1p1
Romania: ReceiverGENERIC_RO_EFACTURA_1p0p9GENERIC_RO_EFACTURA_1p0p9
Saudi Arabia: ReceiverGENERIC_SA_EINVOIC_1p2p0GENERIC_SA_EINVOIC_1p2p0
Serbia: ReceiverNot supported.GENERIC_PEPPOL_UBL_RS_1p0p0
Slovakia: ReceiverNot supported.GENERIC_IS-EFA_UBL_SK_1p0p0
Slovenia: ReceiverNot supportedGENERIC_PEPPOL_UBL_SI_1p0p0
Spain: ReceiverGENERIC_PEPPOL_UBL_ES_1p0p0GENERIC_PEPPOL_UBL_ES_1p0p0
Sweden: ReceiverNot supported.GENERIC_PEPPOL_UBL_SE_1p0p0
UK: ReceiverNot supportedGENERIC_PEPPOL_UBL_GB_1p0p0

Example

The following example specifies the Malaysian receiver, GENERIC_MY_MYINVOIS_1p0p0:

	<cec:UBLExtensions>
		<cec:UBLExtension>
			<cec:ExtensionContent>
				<vrbl:InvoiceExtension>
					<verbl:RoutingDetails>
						<vrbl:Sender>ERP_EU_25</vrbl:Sender>
						<vrbl:Receiver>GENERIC_MY_MYINVOIS_1p0p0</vrbl:Receiver>
					</vrbl:RoutingDetails>
				</vrbl:InvoiceExtension>
			</cec:ExtensionContent>
		</cec:UBLExtension>
	</cec:UBLExtensions>