Calculating Taxes

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 amount of the items will be the same.