...
Instructions are found on the page KFS SFTP Instructions To Upload and Download Files.
Flat file layout for the check reconciliation file (80 characters long)
...
Field Name | Format | Length | Begin Column | End Column | Comments/Values |
---|---|---|---|---|---|
Record Type | AlphaNumeric | 3 | 1 | 3 | 'R12' |
Check Number | AlphaNumeric | 10 | 4 | 13 | Left justified |
Transaction | AlphaNumeric | 3 | 14 | 16 | '037' - Cancel '057' - Clear '007' - Void 'STL' - Stale 'STP' - Stop Payment |
Issue Date | Numeric | 6 | 17 | 22 | MMDDYY - Check date when check was issued |
Check Amount | Numeric | 10 | 23 | 32 | Left Zero Filled, Decimal point implied. Ex. '0000007651' is 76.51 |
Paid Date | Numeric | 6 | 33 | 38 | MMDDYY - Leave blankFill this in for Cleared checks (i.e. 057), leave blank otherwise. |
TRAILER
Field Name | Format | Length | Begin Column | End Column | Comments/Values |
---|---|---|---|---|---|
Record Type | AlphaNumeric | 3 | 1 | 3 | 'T1 ' |
Credit Count | Numeric | 6 | 4 | 9 | '000000' |
Credit Amount | Numeric | 11 | 10 | 20 | '00000000000' |
Debit Count | Numeric | 6 | 21 | 26 | Left Zero Filled. The total number of Detail transactions Ex. '000311' |
Debit Amount | Numeric | 11 | 27 | 37 | Left Zero Filled, Decimal point implied. The summation of the check amounts in the Detail transactions Ex. '0000007651' is 76.51 |
...