Zamok Kiosk API
    Preparing search index...
    • Parameters

      • state: {
            payItCredit: {
                authorize: { authorization_code: string };
                createCardTransaction: null | AsyncPayment;
                deleteCardReader: null | boolean;
                getCardReaderByRequestId: null | AsyncCardReader;
                getCardReaders: null | CardReader[];
                getPaymentByRequestId: null | AsyncPayment;
                getToken: null | TokenResponse;
                inviteUser: null | InviteUserResponse;
                payAsync: null | AsyncPaymentResponse;
                previewPayment: null | PaymentPreviewResponse;
                refund: null | PosRefundResponse;
                registerCardReader: null | AsyncCardReaderResponse;
                resetPassword: null | void;
                simulateCardSwipe: null | boolean;
            };
        }

      Returns null | string