Taxes

Introduction

Taxes must be calculated correctly. A location in Deliverect can be set as tax-exclusive or tax-inclusive.

For customer accounts configured in Deliverect as Tax Exclusive

There will be a discrepancy between amount under payment and the combined price of products. This difference is shown in taxTotal.

Example order

"items": [
      {
        "name": "Beef Rendang",
        "plu": "BEEF-01",
        "price": 850,
        "productType": 1,
        "quantity": 1,
        "sortOrder": 0,
        "subItems": []
      }
    ],
 "payment": {
   "amount": 901,
   "due": 0,
   "type": 0
 },
"taxTotal": 51,

For customer accounts configured in Deliverect as Tax Inclusive

The total amount to be paid and the total value of the items are the same.