Zamok Kiosk API
    Preparing search index...
    transactionRequest: PayloadAC<"cpi/TRANSACTION_REQUEST", TransactionRequest> = ...

    Check transaction status: initially InProgress, then CompletedSuccess or Failed. api GET /api/Transactions/{transactionId} How to use TransactionDTO

    1. status should be CompletedSuccess 1: When zeroing cashbox - TransactionDTO.movedItems 2: When accepting notes - TransactionDTO.acceptedItems If the transaction fails, status is set to Failed. Returns: CheckTransactionResponse
    {
    "type": "cpi/TRANSACTION_REQUEST",
    "payload": {
    "transactionId": "transaction-id-123"
    }
    }