Skip to content
Axis Solutions ZMB
YouTube

Debit Note

The SaveDebitNoteAsync() method taxpayers to issue debit notes for adjustments such as price corrections or additional charges related to an original invoice. This endpoint ensures proper fiscal recording of adjustments with ZRA through Smart Invoice.

SaveDebitNoteAsync() method

This method is used to submit a debit note to Smart Invoice. It references an original invoice and includes all relevant customer, item, and transaction information.

It ensures the debit note is recorded with the correct amounts, tax details, and reason for adjustment.

If the original invoice number is invalid or missing, the call will fail.

Request Parameters

ParameterTypeDescription
CISInvoiceNumberstringUnique debit note invoice number
OriginalInvoiceNumberintReference to the original invoice
CustomerTPINstringCustomer TPIN
CustomerNamestringCustomer name
SalesTypeCodestring“D” for debit note
ReceiptTypeCodestring“D” for debit note
PaymentTypeCodestringPayment method code (e.g., “01” for cash)
SalesStatusCodestringStatus code for the sale
ConfirmationDateTimestringDate/time of confirmation (yyyyMMddHHmmss)
SalesDatestringDate of sale (yyyyMMdd)
TotalItemCountintTotal number of items in the debit note
SaleCategoryCodestringCode representing debit note category
DebitReasonCodestringCode for reason of debit adjustment
InvoiceAdjustmentReasonstringReason for invoice adjustment (text)
CurrencyTypeCodestringCurrency (e.g., “ZMW”)
ExchangeRatedecimalExchange rate applied
ItemListlistList of items included in the debit note
TotalTaxableAmountdecimalTotal taxable amount of items
TotalTaxAmountdecimalTotal tax amount
TotalAmountdecimalTotal amount including tax

Usage Example

classification codes

Example Successful Response

{
  "success": true,
  "code": "000",
  "message": "Operation completed successfully",
  "timestamp": "2025-09-19 13:39:32",
  "data": {
    "rcptNo": 72,
    "intrlData": "226VSL4W45WGDF2ZGT3KNVCAZ4",
    "rcptSign": "TDNXJGZZBXYMO6OR",
    "vsdcRcptPbctDate": "20250919133926",
    "sdcId": "SDC0010002702",
    "mrcNo": "WIS00003709  ",
    "qrCodeUrl": "https://sandboxportal.zra.org.zm/indexInvoiceData?Data=1002890781000TDNXJGZZBXYMO6OR"
  },
  "error": null
}