Skip to main content
Version: v0.0.2

Interface: X12RemitTrace

Decoded TRN - Reassociation Trace Number. Pairs the 835 to the originating payer's payment artifact (ACH trace, check number) so a cash-poster can reconcile. referenceId is the trace number a bank statement / ACH addenda will carry; originatingCompanyId is the payer's CMS-assigned (or proprietary) routing identifier.

Example

import type { X12RemitTrace } from "@cosyte/x12";
declare const t: X12RemitTrace;
t.traceTypeCode; // "1" - Current Transaction Trace Numbers
t.referenceId; // e.g. "12345" (verbatim)
t.originatingCompanyId; // e.g. "1512345678"

Properties

originatingCompanyId

readonly originatingCompanyId: string | undefined


originatingCompanySupplementalCode

readonly originatingCompanySupplementalCode: string | undefined


referenceId

readonly referenceId: string


traceTypeCode

readonly traceTypeCode: string