Zamok Kiosk API
    Preparing search index...
    • Parameters

      • state: {
            payItAch: {
                bankAccount: null | PayItBankAccountTokenizationResponse;
                error: null | PayItAchError;
                payment: null | PayItAchPaymentResponse;
                token: null | PayItTokenResponse;
            };
        }

      Returns {
          bankAccount: null | PayItBankAccountTokenizationResponse;
          error: null | PayItAchError;
          payment: null | PayItAchPaymentResponse;
          token: null | PayItTokenResponse;
      }