ach-node-sdk
    Preparing search index...

    Interface ValidateOpts

    ValidateOpts

    interface ValidateOpts {
        allowInvalidAmounts?: boolean;
        allowInvalidCheckDigit?: boolean;
        allowMissingFileControl?: boolean;
        allowMissingFileHeader?: boolean;
        allowSpecialCharacters?: boolean;
        allowZeroBatches?: boolean;
        allowZeroEntryAmount?: boolean;
        bypassCompanyIdentificationMatch?: boolean;
        bypassDestinationValidation?: boolean;
        bypassOriginValidation?: boolean;
        customReturnCodes?: boolean;
        customTraceNumbers?: boolean;
        preserveSpaces?: boolean;
        requireABAOrigin?: boolean;
        unequalAddendaCounts?: boolean;
        unequalServiceClassCode?: boolean;
        unorderedBatchNumbers?: boolean;
    }
    Index
    allowInvalidAmounts?: boolean

    Skip verifying the Amount is valid for the TransactionCode and entry type.

    ValidateOpts

    allowInvalidCheckDigit?: boolean

    Allow the CheckDigit field in EntryDetail to differ from the expected calculation

    ValidateOpts

    allowMissingFileControl?: boolean

    Allow the file to be read without a FileControl record.

    ValidateOpts

    allowMissingFileHeader?: boolean

    Allow the file to be read without a FileHeader record.

    ValidateOpts

    allowSpecialCharacters?: boolean

    Permit a wider range of UTF-8 characters in alphanumeric fields.

    ValidateOpts

    allowZeroBatches?: boolean

    Allow the file to have zero batches.

    ValidateOpts

    allowZeroEntryAmount?: boolean

    Skip enforcing the entry Amount to be non-zero.

    ValidateOpts

    bypassCompanyIdentificationMatch?: boolean

    Allow batches in which the Company Identification field in the batch header and control do not match.

    ValidateOpts

    bypassDestinationValidation?: boolean

    Skip ImmediateDestination validation steps.

    ValidateOpts

    bypassOriginValidation?: boolean

    Skip ImmediateOrigin validation steps.

    ValidateOpts

    customReturnCodes?: boolean

    Allow for non-standard/deprecated return codes (e.g. R97)

    ValidateOpts

    customTraceNumbers?: boolean

    Disable Nacha specified checks of TraceNumbers.

    ValidateOpts

    preserveSpaces?: boolean

    Keeps any spacing before and after values that normally have spaces trimmed during parsing.

    ValidateOpts

    requireABAOrigin?: boolean

    Require that the FileHeader ImmediateOrigin routing number which checksum matches.

    ValidateOpts

    unequalAddendaCounts?: boolean

    Skip checking that Addenda Count fields match their expected and computed values.

    ValidateOpts

    unequalServiceClassCode?: boolean

    Skip equality checks for the ServiceClassCode in each pair of BatchHeader and BatchControl records.

    ValidateOpts

    unorderedBatchNumbers?: boolean

    Allow a file to be read with unordered batch numbers.

    ValidateOpts