Zamok Kiosk API
    Preparing search index...
    tokenizeBankAccount: PayloadAC<
        "PAYIT_ACH_TOKENIZE_BANK_ACCOUNT",
        PayItBankAccountTokenizationRequest,
    > = ...

    Dispatch to start ACH bank account tokenization.

    {
    type: "PAYIT_ACH_TOKENIZE_BANK_ACCOUNT",
    payload: {
    routingNumber: "123456789",
    accountNumber: "1234567890",
    accountType: "checking"
    }
    }