Zamok Kiosk API
    Preparing search index...
    setAchError: PayloadAC<"PAYIT_ACH_SET_ERROR", { error: null | PayItAchError }> = ...

    Dispatch to set or clear the current ACH error.

    {
    type: "PAYIT_ACH_SET_ERROR",
    payload: {
    error: {
    message: "Unable to process payment"
    }
    }
    }