Credit Notes, Debit Notes & FCE MiPyME

Credit note — invoice_type: credit / document_type: credit note
Debit note — invoice_type: debit / document_type: debit note
FCE — invoice_type: debit / document_type: mipyme


Quick Payload Reference — Credit Note

{
  "supplier_company_id": "{{company_id}}",
  "invoice_type": "credit",
  "document_type": "credit note",
  "e_invoice": true,
  "invoice_date": "2026-04-15",
  "invoice_due_date": "2026-05-15",
  "invoice_serie": "A",
  "currency": "ARS",
  "exchange_rate": 1,
  "original_invoice_id": "{{original_invoice_brinta_id}}",
  "reason": "void",
  "buyer": {
    "company": {
      "name": "CLIENTE EJEMPLO S.A.",
      "legal_name": "CLIENTE EJEMPLO S.A.",
      "type": "business",
      "address": { "country": "AR", "state": "AR-C" },
      "tax_registrations": [
        {
          "type": "CUIT",
          "number": "30-12345678-9",
          "level": "country",
          "location": "AR",
          "status": "Responsable Inscripto"
        }
      ]
    }
  },
  "items": [
    {
      "name": "Partial return - Consulting service",
      "quantity": 1,
      "amount": 50000,
      "taxes": [
        {
          "name": "IVA",
          "type": "VAT",
          "rate": 0.21,
          "rate_type": "percentage",
          "amount": 10500,
          "level": "country",
          "location": "AR",
          "adds_to_final_amount": true
        }
      ]
    }
  ]
}

Quick Payload Reference — Debit Note

{
  "supplier_company_id": "{{company_id}}",
  "invoice_type": "debit",
  "document_type": "debit note",
  "e_invoice": true,
  "invoice_date": "2026-04-15",
  "invoice_serie": "A",
  "currency": "ARS",
  "exchange_rate": 1,
  "original_invoice_id": "{{original_invoice_brinta_id}}",
  "buyer": {
    "company": {
      "name": "CLIENTE EJEMPLO S.A.",
      "legal_name": "CLIENTE EJEMPLO S.A.",
      "type": "business",
      "address": { "country": "AR" },
      "tax_registrations": [
        {
          "type": "CUIT",
          "number": "30-12345678-9",
          "level": "country",
          "location": "AR"
        }
      ]
    }
  },
  "items": [
    {
      "name": "Price adjustment",
      "quantity": 1,
      "amount": 10000,
      "taxes": [
        {
          "name": "IVA",
          "type": "VAT",
          "rate": 0.21,
          "rate_type": "percentage",
          "amount": 2100,
          "level": "country",
          "location": "AR",
          "adds_to_final_amount": true
        }
      ]
    }
  ]
}

Field Reference

Root fields

FieldTypeRequiredNotes
invoice_typestringYes"credit" for credit notes. "debit" for debit notes and FCE
document_typestringYes"credit note", "debit note", "mipyme", "credit note mipyme", or "debit note mipyme"
e_invoicebooleanYestrue
invoice_datestringYesToday's date
invoice_due_datestringNoDefaults to invoice_date + 30 days if not sent
invoice_seriestringYesMust match the point of sale used on the original invoice
currencystringYesSame currency as the original invoice
exchange_ratenumberYes1 for ARS
original_invoice_idstringYesBRINTA ID of the original invoice
original_invoice_external_idstringAltClient-side ID of the original invoice — use if original_invoice_id is not available
reasonstringNo"void", "return", "discount", or "price_adjustment"

Buyer, Tax Registrations, and Items

Same structure as the Argentina Standard Invoice. Items represent only the amounts being corrected, not a copy of the full original.


FCE MiPyME

Same payload as the standard invoice with these differences:

FieldValue
document_type"mipyme"
buyer.company.type"business" only
buyer.company.tax_registrations[].status"Responsable inscripto"

Common Mistakes

MistakeFix
Credit note with invoice_type: "debit"Use invoice_type: "credit"
Not sending original_invoice_idAlways link to the original document
Copying all items for a partial correctionOnly include the amounts being corrected
FCE to an individual buyerbuyer.company.type must be "business"
Different invoice_serie than the originalMust match the original's point of sale