MarminDeveloper Docs

Get Tax Categories


Returns tax category code enumeration per UAE FTA VAT Law requirements. Each category includes the code identifier, description, and default tax rate percentage. Used for ClassifiedTaxCategory/ID element in UBL 2.1 invoice lines and tax breakdowns.

Use tax category codes when setting the id field on the Tax category object (classified_tax_category on lines, or tax_category on charges and allowances):

  • S (Standard rate): Standard VAT rate of 5% - used for most goods and services

  • Z (Zero rated): Zero-rated supplies (0% VAT but still taxable)

  • E (Exempt): Exempt from VAT

  • O (Out of scope): Not subject to VAT

  • AE (Reverse Charge): VAT reverse charge mechanism

  • N (Additional VAT): Additional VAT at standard rate

See the right panel for request, response, and JSON examples.

Next