VRBL: Receipt Advice Reference

You can reference a receipt advice in your Documents.

You can reference the ID of the receipt advice and add the date it was issued.

Use the ReceiptDocumentReference element to model this information.

Elements

ElementDescription
/Invoice/ReceiptDocumentReference/IDThe ID of the receipt advice.
/Invoice/ReceiptDocumentReference/IssueDateThe date that the receipt advice was issued.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:ReceiptDocumentReference>
        <cbc:ID>RA-11223344</cbc:ID>
        <cbc:IssueDate>2024-08-29</cbc:IssueDate>
    </cac:ReceiptDocumentReference>    
    <!-- code omitted for clarity -->
</Invoice>