Singapore (Peppol): Routing Details
Read about how to configure the values that govern how a Document is routed.
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.
| Name (Path) | Cardinality | Description |
|---|---|---|
Routing Details (Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/RoutingDetails) | 1..1 | A group of elements providing information regarding the required routing details. |
Unique Sender ID (Sender) | 1..1 | The unique sender identifier. |
Unique Receiver ID (Receiver) | 1..1 | The unique receiver identifier of the platform or network. |
Forward Duplicate Indicator (ForwardDuplicateIndicator) | 0..1 | A field to indicate if an outbound e-invoice has to be delivered to the IRAS system. |
For SG PINT outbound invoices, the unique receiver identifier is the ID of the tax authority or the network to which the invoice is being sent.
Restrictions
| Receiver | Description |
|---|---|
GENERIC_PEPPOL_UBL_SG_1p4 | Used to send invoices to customers and invoice receivers via the Peppol Network. |
GENERIC_IRAS_SG | Used to send invoices to the Singaporean Tax Authorities (IRAS). |
In cases where invoices should be sent via the Peppol Network and to IRAS use the GENERIC_PEPPOL_UBL_SG_1p4 and set vrbl:ForwardDuplicateIndicator to true.
See the Forward Duplicate Indicator specific section for details about the use of this element.
Example
Here is an Outbound Payments document indicating the SG Tax Authorities (IRAS) as 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>GENERIC_IRAS_SG</vrbl:Receiver>
</vrbl:RoutingDetails>
</vrbl:InvoiceExtension>
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
<!-- code omitted for clarity -->
</ubl:Invoice>
Updated about 5 hours ago
