Prepaid Payments
Prepaid payments are usually made before the goods are purchased.
Prepaid payments can refer to the amount that has already was made in another invoice.
Use the PrepaidPayments element to model prepaid payments.
Caution
Saudi Arabia does not use the PrepaidPayments. This is explained in the Saudi Arabia: Prepayment Amounts topic.
Elements
Element | Description |
---|---|
Invoice/PrepaidPayment/ID | Specify an identifier for the prepaid payment. |
Invoice/PrepaidPayment/PaidAmount | The amount of the prepayment. |
Invoice/PrepaidPayment/PaidAmount [@currencyID] | The currency code. It must match the value in the DocumentCurrencyCode element. |
Invoice/PrepaidPayment/PaidDate | The date the prepayment was paid. |
Invoice/PrepaidPayment/PaidTime | The time the prepayment was paid. |
Country-Specific Examples
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:PrepaidPayment>
<cbc:ID>XYZ9999999999</cbc:ID>
<cbc:PaidAmount>3000.00</cbc:PaidAmount>
<cbc:ReceivedDate>2024-11-01</cbc:ReceivedDate>
</cac:PrepaidPayment>
<!-- code omitted for clarity -->
</Invoice>
Updated about 1 month ago