ach-node-sdk
    Preparing search index...

    Interface ADVBatchControl

    ADVBatchControl

    interface ADVBatchControl {
        achOperatorData: string;
        batchNumber: number;
        entryAddendaCount: number;
        entryHash: number;
        id?: string;
        lineNumber?: number;
        ODFIIdentification: string;
        serviceClassCode: number;
        totalCredit: number;
        totalDebit: number;
    }
    Index
    achOperatorData: string

    Alphanumeric code used to identify an ACH Operator

    ADVBatchControl

    batchNumber: number

    BatchNumber is assigned in ascending sequence to each batch by the ODFI or its Sending Point in a given file of entries. Since the batch number in the Batch Header Record and the Batch Control Record is the same, the ascending sequence number should be assigned by batch and not by record.

    ADVBatchControl

    entryAddendaCount: number

    EntryAddendaCount is a tally of each Entry Detail Record and each Addenda Record processed, within either the batch or file as appropriate.

    ADVBatchControl

    entryHash: number

    Validate the Receiving DFI Identification in each Entry Detail Record is hashed to provide a check against inadvertent alteration of data contents due to hardware failure or program error. In this context the Entry Hash is the sum of the corresponding fields in the Entry Detail Records on the file.

    ADVBatchControl

    id?: string

    Batch ID

    ADVBatchControl

    lineNumber?: number

    Line number at which the record appears in the file.

    ADVBatchControl

    ODFIIdentification: string

    The routing number is used to identify the DFI originating entries within a given branch.

    ADVBatchControl

    serviceClassCode: number

    Same as ServiceClassCode in BatchHeader record. ADV batches use Automated Accounting Advices '280'. Also accepts Mixed Debits and Credits '200', ACH Credits Only '220', or ACH Debits Only '225'.

    ADVBatchControl

    totalCredit: number

    Contains accumulated Entry credit totals within the batch.

    ADVBatchControl

    totalDebit: number

    Contains accumulated Entry debit totals within the batch.

    ADVBatchControl