Skip to content

Commit

Permalink
Merge pull request #156 from FacturAPI/chore/taxability_codes
Browse files Browse the repository at this point in the history
  • Loading branch information
javorosas authored Dec 18, 2024
2 parents 2ac495b + b7f8192 commit 4c5aab7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/openapi_v2.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8063,6 +8063,9 @@ components:
- "03"
- "04"
- "05"
- "06"
- "07"
- "08"
description: |
Code that represents whether the good or service is subject to tax or not. This attribute corresponds to the "ObjetoImp" field in the CFDI.
Expand All @@ -8071,6 +8074,9 @@ components:
- `03`: Subject to tax, but not required to break down.
- `04`: Subject to tax, but does not cause tax.
- `05`: Subject to tax, VAT credit PODEBI.
- `06`: Subect to tax IVA, but not IVA transferred.
- `07`: Not Subject to tax IVA, but required IEPS breakdown.
- `08`: Not Subject to tax IVA, and not required IEPS breakdown.
taxes:
type: array
default: IVA (VAT) transferred 16%
Expand Down
6 changes: 6 additions & 0 deletions website/openapi_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7998,6 +7998,9 @@ components:
- "03"
- "04"
- "05"
- "06"
- "07"
- "08"
description: |
Código que representa si el bien o servicio es objeto de impuesto o no. Este atributo corresponde al campo "ObjetoImp" en el CFDI.
Expand All @@ -8006,6 +8009,9 @@ components:
- `03`: Sí objeto de impuesto, pero no obligado a desglose.
- `04`: Sí objeto de impuesto, y no causa impuesto.
- `05`: Sí objeto de impuesto, IVA crédito PODEBI.
- `06`: Sí objeto de impuesto, no IVA trasladado.
- `07`: No traslado de IVA, pero desglose de IEPS.
- `08`: No traslado de IVA sin desglose de IEPS.
taxes:
type: array
default: IVA trasladado 16%
Expand Down

0 comments on commit 4c5aab7

Please sign in to comment.