VRBL: Receipt Advice References

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 as well.

Elements

Use the ReceiptDocumentReference element to model this information:

ElementCardinalityDescription
Receipt Advice Reference (/Invoice/ReceiptDocumentReference)0..1A group of elements providing information regarding a related Receipt Advice.
Receipt Advice ID (/Invoice/ReceiptDocumentReference/ID)1..1The ID of the receipt advice.
Receipt Advice Date (/Invoice/ReceiptDocumentReference/IssueDate)0..1The 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>