Skip to main content

Tax Types

Tax types are used when entering tax information as part of the invoice (where applicable).

List

CodeDescription
01Sales Tax
02Service Tax
03Tourism Tax
04High-Value Goods Tax
05Sales Tax on Low Value Goods
06Not Applicable
ETax exemption (where applicable)

Containing Definition of All Tax Types

Below is the JSON representation of the Tax Types:

[
{
"Code": "01",
"Description": "Sales Tax"
},
{
"Code": "02",
"Description": "Service Tax"
},
{
"Code": "03",
"Description": "Tourism Tax"
},
{
"Code": "04",
"Description": "High-Value Goods Tax"
},
{
"Code": "05",
"Description": "Sales Tax on Low Value Goods"
},
{
"Code": "06",
"Description": "Not Applicable"
},
{
"Code": "E",
"Description": "Tax exemption (where applicable)"
}
]

Additional Considerations

Relevant tax type should be provided during submitting the documents.