Credit Note
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
To correct a previously transmitted e-invoice, issue a credit note using the CORRECTION operation type with data.type = INVOICE. A credit note reverses the amounts of the original invoice — fully or partially. If the original data also needs to be replaced, a new invoice is issued after the credit note.
The credit note always references the original invoice and must be sent to the same recipient.
When to issue a credit note
Section titled “When to issue a credit note”| Scenario | Action | Documents issued |
|---|---|---|
| Full cancellation — duplicate, wrong buyer, or cancelled transaction | Credit the full amount | Credit note only |
| Partial credit — return, discount, or overbilling | Credit the affected lines or amounts only | Credit note only |
| Correction — wrong data or amounts on the original invoice | Credit the full amount, then re-issue corrected | Credit note + new invoice |
| Undercharge — original amount was too low | Credit the full amount, then re-issue with the correct amount | Credit note + new invoice |
Correction workflows
Section titled “Correction workflows”Full cancellation
Section titled “Full cancellation”Use when the original invoice should never have been issued (duplicate, wrong buyer, cancelled order).
Original Invoice INV-001 €6,300 ↓Credit Note CN-001 €6,300 (references INV-001) ↓Net result: €0The original invoice remains on record. The credit note creates a full reversal.
Partial credit
Section titled “Partial credit”Use when only part of the original invoice needs to be reversed (returned item, agreed discount, overbilling on specific lines).
Original Invoice INV-001 €6,300 ↓Credit Note CN-002 €600 (references INV-001, affected lines only) ↓Net result: €5,700Only the credited lines are included in the credit note. The original invoice remains valid for all non-credited lines.
Correction (credit + re-issue)
Section titled “Correction (credit + re-issue)”Use when the original invoice contained incorrect data or amounts.
Original Invoice INV-001 €6,300 ↓Credit Note CN-003 €6,300 (full reversal, references INV-001) ↓New Invoice INV-002 €5,950 (corrected data) ↓Net result: €5,950Fully reverse the original via a credit note, then issue a new invoice with the correct data.
Undercharge (credit + re-issue higher)
Section titled “Undercharge (credit + re-issue higher)”Use when the original invoice amount was too low.
Original Invoice INV-001 €5,000 ↓Credit Note CN-004 €5,000 (full reversal, references INV-001) ↓New Invoice INV-003 €6,300 (correct amount) ↓Net result: €6,300Amounts must be positive
Section titled “Amounts must be positive”All amounts on a credit note are required to be positive. The document type signals that positive line amounts represent credits. Negative values will cause validation failures.
Preceding document reference is required
Section titled “Preceding document reference is required”Every credit note must include a reference to the original invoice. The following fields are mandatory on CORRECTION records:
document.references.preceding_document.number— invoice number of the original invoicedocument.references.preceding_document.issued_at— issue date of the original invoice (ISO 8601, e.g.2026-03-15)
Recipient must match
Section titled “Recipient must match”The recipient on the credit note must match the recipient on the original invoice.
Separate numbering series
Section titled “Separate numbering series”Credit notes must use a separate sequential numbering series (e.g. CN-2026-000001). Provide it via the series field, the same way as for standard invoices.
API usage
Section titled “API usage”INTENTION
Section titled “INTENTION”The INTENTION step follows the same pattern as for a standard invoice. Call the createRecord endpoint with a Record of type INTENTION associated with the E_INVOICE_SERVICE System.
TRANSACTION
Section titled “TRANSACTION”Call the createRecord endpoint with a Record of type TRANSACTION:
- Set the operation type to
CORRECTIONwithdata.type = INVOICE - Include the preceding document reference to the original invoice
- Include the line items being credited (with positive amounts)
- Use the same recipient as the original invoice
CORRECTION Records are only accepted from an E_INVOICE_SERVICE system.
Credit note + re-issue
Section titled “Credit note + re-issue”For correction and undercharge scenarios, two separate transactions are needed:
- Create a
CORRECTIONrecord (credit note) referencing the original invoice - Create a new
INVOICErecord with the corrected data
Both records follow the standard INTENTION → TRANSACTION flow.
Was this page helpful?