Mexico (Pymnt): Invoice Document Reference

Read about elements and examples of the Invoice Document Reference for Mexico (Pymnt).

A group containing an Invoice Document Reference related to the Payment Line.

Name (Path)CardinalityDescription
Invoice Document Reference (InvoiceDocumentReference)1..1A group of elements providing information regarding a referenced invoice.

Elements

This group contains the following elements:

Name (Path)CardinalityDescription
Invoice Document Reference Extension (UBLExtensions/UBLExtension/ExtensionContent/InvoiceDocumentReferenceExtension)1..1An extension group to provide additional information regarding the related invoice.
Invoice Reference Number (InvoiceDocumentReference/ID)1..1The identification of the invoice related to the Payment Line.
Invoice Issue Date (InvoiceDocumentReference/IssueDate)0..1The date of the invoice related to the Payment line.

The Invoice Document Reference Extension group is described in the section Invoice Document Reference Extension

Example

<ubl:Statement>
    <!-- code omitted for clarity -->
    <cac:StatementLine>
        <!-- code omitted for clarity -->
        <cac:BillingReference>
            <cac:InvoiceDocumentReference>
                <cec:UBLExtensions>
                    <cec:UBLExtension>
                        <cec:ExtensionContent>
                            <vrbl:InvoiceDocumentReferenceExtension>
                                <!-- Invoice Document Reference Data -->
                            </vrbl:InvoiceDocumentReferenceExtension>
                        </cec:ExtensionContent>
                    </cec:UBLExtension>
                </cec:UBLExtensions>
                <cbc:ID>INV-99887766</cbc:ID>
                <cbc:UUID>INV-99887766</cbc:UUID>
                <cbc:IssueDate>2024-09-30</cbc:IssueDate>
            </cac:InvoiceDocumentReference>
        </cac:BillingReference>
        <!-- code omitted for clarity -->
    </cac:StatementLine>
</ubl:Statement>