improved

New "commissionType" attribute in POS Order Model

We have made a new attribute available in our POS Order Model which identifies a 'Commission Type'

This relates to the type of commission charged by the channel for its services.

Each type will correspond to an agreed percentage of the order value taken as commission and will be of benefit to accountancy/financial reporting.

This can vary per merchant and currently is supported for Doordash only (get in touch to request additional support for the equivalent value in other channels)

  "payment": {
    "amount": 1798,
    "type": 3,
    "due": 0,
    "rebate": 0,
    "commissionType": "regular"
  },