added

Support for Exempt Sales

This release introduces the Exempt Sales feature for DigiTax Kenya API

This feature is also available on the DigiTax Kenya dashboard. Read more on the feature release in our support docs here.

Overview

Exempt Sales are transactions where the buyer is not required to pay VAT (Value Added Tax) due to their tax-exempt status.

When adding a sale (invoice) - POST request to https://api.digitax.tech/ke/v2/sales endpoint, for example, - set is_tax_exempt property to true. See screenshot from our interactive DigiTax Kenya API reference page below.

Exempt sales in DigiTax Kenya API

Below is a JSON excerpt from the request body.

{  
  ...
  "is_tax_exempt": true,
  ...
}

Essential Guidelines

  • is_tax_exempt is an optional property
  • This is only available on V2 API

Endpoint impacted