api

Collect Checkout Data

get/api/pos/{id}/collect-checkout/{checkoutId}

Path parameters

idstring required
checkoutIdstring required

Response

OK

Example response

{
  "checkout": {
    "type": "transaction"
  }
}

Changes