api
Collect Checkout Data
get/api/pos/{id}/collect-checkout/{checkoutId}
Path parameters
idstring required
checkoutIdstring required
Response
OK
Example response
{
"checkout": {
"type": "transaction"
}
}Collect Checkout Data
OK
{
"checkout": {
"type": "transaction"
}
}