Zamok Kiosk API
    Preparing search index...

    Variable loadBankAccountTokenizationResponseConst

    loadBankAccountTokenizationResponse: PayloadAC<
        "PAYIT_ACH_LOAD_BANK_ACCOUNT_TOKENIZATION_RESPONSE",
        PayItBankAccountTokenizationResponse,
    > = ...

    Dispatch to load the ACH bank account tokenization response into state.

    {
    type: "PAYIT_ACH_LOAD_BANK_ACCOUNT_TOKENIZATION_RESPONSE",
    payload: {
    id: "bank-token-id"
    }
    }