Code | Description (English) | Descripción (Español) | Usage Context | Impact |
---|---|---|---|---|
01 | Credit note for related documents | Nota de crédito de los documentos relacionados | Refunds, discounts, returns | Reduces tax liability |
02 | Debit note for related documents | Nota de débito de los documentos relacionados | Additional charges, corrections | Increases tax liability |
Code | Description (English) | Descripción (Español) | Usage Context | Impact |
---|---|---|---|---|
03 | Merchandise return on previous invoices or transfers | Devolución de mercancía sobre facturas o traslados previos | Product returns, exchanges | Reverses original transaction |
04 | Substitution of previous CFDI | Sustitución de los CFDI previos | Document corrections, replacements | Replaces original document |
Code | Description (English) | Descripción (Español) | Usage Context | Impact |
---|---|---|---|---|
05 | Transfer of previously invoiced merchandise | Traslados de mercancias facturados previamente | Warehouse transfers, relocations | Tracks inventory movement |
06 | Invoice generated from previous transfers | Factura generada por los traslados previos | Converting transfers to sales | Creates billing from movement |
Code | Description (English) | Descripción (Español) | Usage Context | Impact |
---|---|---|---|---|
07 | CFDI for advance application | CFDI por aplicación de anticipo | Applying customer deposits | Applies prepaid amounts |
08 | Invoice generated from installment payments | Factura generada por pagos en parcialidades | PPD payment processing | Documents payment receipt |
09 | Invoice generated from deferred payments | Factura generada por pagos diferidos | Delayed payment processing | Documents delayed payment |
Code | Description (English) | Descripción (Español) | Category | Business Scenario |
---|---|---|---|---|
01 | Credit note for related documents | Nota de crédito de los documentos relacionados | Adjustment | Customer refund, price adjustment downward |
02 | Debit note for related documents | Nota de débito de los documentos relacionados | Adjustment | Additional charges, price adjustment upward |
03 | Merchandise return on previous invoices or transfers | Devolución de mercancía sobre facturas o traslados previos | Return | Product return, defective merchandise |
04 | Substitution of previous CFDI | Sustitución de los CFDI previos | Substitution | Correcting errors, document replacement |
05 | Transfer of previously invoiced merchandise | Traslados de mercancias facturados previamente | Movement | Warehouse transfer, location change |
06 | Invoice generated from previous transfers | Factura generada por los traslados previos | Billing | Converting transfer to sale |
07 | CFDI for advance application | CFDI por aplicación de anticipo | Payment | Applying customer deposit |
08 | Invoice generated from installment payments | Factura generada por pagos en parcialidades | Payment | PPD payment complement |
09 | Invoice generated from deferred payments | Factura generada por pagos diferidos | Payment | Deferred payment processing |
{
"credit_note": {
"type": "I",
"relationship_type": "01",
"related_documents": [
{
"uuid": "12345678-1234-1234-1234-123456789012",
"tax_id": "RFC123456789",
"partial_amount": 1160.00
}
],
"reason": "Customer return - defective product",
"total": -1160.00
}
}
{
"invoice": {
"relationship_type": "04",
"related_documents": [
{
"uuid": "87654321-4321-4321-4321-210987654321",
"tax_id": "RFC123456789"
}
],
"substitution_reason": "Correction of customer tax regime",
"total": 2500.00
}
}
{
"advance_application": {
"relationship_type": "07",
"related_documents": [
{
"uuid": "11111111-2222-3333-4444-555555555555",
"tax_id": "RFC123456789",
"applied_amount": 5000.00
}
],
"remaining_balance": 15000.00,
"total": 20000.00
}
}
Original Invoice (UUID: A123) → Credit Note (01, relates to A123) → Customer Refund
Incorrect Invoice (UUID: B456) → Substitution Invoice (04, relates to B456) → Corrected Document
Advance Payment (UUID: C789) → Final Invoice (07, relates to C789) → Balance Due
Transfer Document (UUID: D012) → Sales Invoice (06, relates to D012) → Customer Billing