Mexico (CFDI): Payment Terms

This element is a conditional attribute to express the commercial conditions applicable to payment of the digital tax receipt online. This attribute can be conditioned by attributes or supplements.

In Mexico, the payment terms or conditions can be provided as free text in the cbc:Note element.

Element

Name (Path)CardinalityDescription
Payment Terms Note (Invoice/PaymentTerms/Note)0..1A code specifying the payment means

Example

<ubl:Invoice>
	<!-- Code omitted for clarity -->
	<cac:PaymentTerms>
		<cbc:Note>Credito a 30 Días</cbc:Note>
	</cac:PaymentTerms>
	<!-- Code omitted for clarity -->
</ubl:Invoice>