Skip to content
Axis Solutions ZMB
YouTube

RVAT Transactions

The SaveRvatInvoiceAsync() method allows taxpayers to submit transactions under the Reverse VAT (RVAT) scheme.

A valid Principal ID must be provided, and items must be classified under the RVAT tax category. This ensures the transaction is correctly processed under reverse VAT rules.

SaveRvatInvoiceAsync() method

This method is used to process sales subject to reverse VAT. It records the transaction, applies reverse VAT calculations, and links the sale to the principal.

Request Parameters

ParameterTypeDescription
CISInvoiceNumberstringUnique invoice number for the transaction
CustomerTPINstringCustomer TPIN
CustomerNamestringCustomer name
SalesTypeCodestring“N” for normal sale
ReceiptTypeCodestring“S” for standard receipt
PaymentTypeCodestringPayment method code (e.g., “01” for cash)
SalesStatusCodestringStatus code for the sale
ConfirmationDateTimestringDate/time of confirmation (yyyyMMddHHmmss)
SalesDatestringDate of sale (yyyyMMdd)
PrincipalIdintID of the principal responsible for RVAT
TotalItemCountintTotal number of items
ItemListlistList of items, including VAT category, taxable amounts, and prices
TaxableAmountAdecimalTaxable amount for standard VAT (if any)
TaxAmountAdecimalVAT amount for standard VAT (if any)
TaxableAmountRVATdecimalTaxable amount subject to reverse VAT
TaxAmountRVATdecimalVAT amount under reverse VAT scheme
TotalTaxableAmountdecimalTotal taxable amount across all items
TotalTaxAmountdecimalTotal tax amount across all items
TotalAmountdecimalTotal amount including tax

Usage Example

classification codes

Example Successful Response

{
  "resultCd": "000",
  "resultMsg": "It is succeeded",
  "resultDt": "20250911112000",
  "data": {
    "rcptNo": 14,
    "intrlData": "RVAT6IAX5JHVUAWTMG3RHWSCKGFU",
    "rcptSign": "H3C5AKPZCD7PXO8I",
    "vsdcRcptPbctDate": "20250911112000",
    "sdcId": "SDC0010002704",
    "mrcNo": "WIS00003712",
    "qrCodeUrl": "https://sandboxportal.zra.org.zm/indexInvoiceData?Data=1002890781000H3C5AKPZCD7PXO8I"
  }
}