Spain (FacturaE): Routing Details

VRBL messages will be used to exchange electronic compliance documents.

VRBL messages will be used to exchange electronic compliance documents. In VRBL, the unique sender ID and receiver ID are provided in the following extension on the document level.

Elements

The following element is located at the /Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/RoutingDetails path:

Element Name (Technical Name)CardinalityDescription
Routing Details (RoutingDetails)1..1A group of elements providing information regarding the required routing details.

This group contains the following relative elements:

Element Name (Technical Name)CardinalityDescription
Unique Sender ID
RoutingDetails/Sender
1..1The unique sender identifier.
Unique Receiver ID
RoutingDetails/Receiver
1..1The unique receiver identifier of the platform or network.

The following values are allowed:

ReceiverPlatform NameDescription
FACE-FACTURA-EFACeUsed to send invoices to General Entry Point for Electronic Invoices of the General State Administration.
GENERIC_ES_OSAKIDETZA_FACTURAE_3p2OsakidetzaUsed to send invoices to the Vasque Country Healthcare System.

Spanish government agencies inform their suppliers of the entry point through which they want to receive the invoices. Most of them receive the invoices via FACe (FACE-FACTURA-E), but there are some that opt for a separate solution. The Vasque Country Healthcare System has its own entry point (GENERIC_ES_OSAKIDETZA_FACTURAE_3p2).

It is possible to check the government agencies in each entry point:

Example

Outbound Invoice document indicating FACe as the technical receiver of the document

<ubl:Invoice>
    <cec:UBLExtensions>
        <cec:UBLExtension>
            <cec:ExtensionContent>
                <vrbl:InvoiceExtension>
                    <vrbl:RoutingDetails>
                        <!-- unique sender ID -->
                        <vrbl:Sender>0000000000</vrbl:Sender>
                        <!-- unique receiver ID -->
                        <vrbl:Receiver>FACE-FACTURA-E</vrbl:Receiver>
                    </vrbl:RoutingDetails>
                </vrbl:InvoiceExtension>
            </cec:ExtensionContent>
        </cec:UBLExtension>
    </cec:UBLExtensions>
    <!-- code omitted for clarity -->
</ubl:Invoice>

Did this page help you?