Mexico (CFDI): Withholding Tax Type Code
You must define withholding tax type codes for document-level taxes.
For each tax, you must indicate whether it is a percentage, a fixed amount, or exempt.
| Name | Cardinality | Description |
|---|---|---|
Tax Type Code (/Invoice/WithholdingTaxTotal/TaxSubtotal/TaxCategory/TaxScheme/TaxTypeCode | 1..1 | The code of the tax type. |
Restrictions
| Code | Description |
|---|---|
VRBL:MX:Rate | Tax rate |
VRBL:MX:FixedFee | Fixed fee |
VRBL:MX:Exempt | Tax exempt |
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:WithholdingTaxTotal>
<cbc:TaxAmount currencyID="MXN">480</cbc:TaxAmount>
<cac:TaxSubtotal>
<cbc:TaxableAmount currencyID="MXN">3000</cbc:TaxableAmount>
<cbc:TaxAmount currencyID="MXN">480</cbc:TaxAmount>
<cac:TaxCategory>
<!-- Code omitted for clarity -->
<cac:TaxScheme>
<!-- Code omitted for clarity -->
<cbc:TaxTypeCode>VRBL:MX:Rate</cbc:TaxTypeCode>
</cac:TaxScheme>
</cac:TaxCategory>
</cac:TaxSubtotal>
</cac:WithholdingTaxTotal>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated about 22 hours ago
