Mexico (CFDI): Tax Category Code

You must specify the Mexican tax category information.

A coded identification of the applicable tax category. The CFDI specification does not define specific tax category codes.

VRBL requires the use of Tax Category Code. Use the subset of the UNCL5305 code list defined below.

Element

Name (Path)CardinalityDescription
Tax Category Code (Invoice/TaxTotal/TaxSubtotal/TaxCategory/ID)1..1A coded identification of the applicable tax category

Restrictions

CodeDescription
SStandard Rate
EExempt from Tax

Example

<ubl:Invoice>
	<!-- Code omitted for clarity -->
	<cac:TaxTotal>
		<cbc:TaxAmount currencyID="MXN">3200</cbc:TaxAmount>
		<cac:TaxSubtotal>
			<cbc:TaxableAmount currencyID="MXN">20000</cbc:TaxableAmount>
			<cbc:TaxAmount currencyID="MXN">3200</cbc:TaxAmount>
			<cac:TaxCategory>
				<cbc:ID>S</cbc:ID>
				<!-- Code omitted for clarity -->
			</cac:TaxCategory>
		</cac:TaxSubtotal>
	</cac:TaxTotal>
	<!-- Code omitted for clarity -->
</ubl:Invoice>