Check21 Component
Properties Methods Events Configuration Settings Errors
The Check21 component is used to construct a file containing scanned images of paper checks, and optionally upload it to an FTPS server.
Syntax
TibpCheck21
Remarks
An X9.37 file created by this component will contain the following records:
- File Header Record (1)
- Cash Letter Header Record (1)
- Bundle Header Record (1)
- Check detail record structure (0 to CheckCount), which contains:
- Check Detail Record (1)
- Check Detail Addenda A (1)
- Front Image View Detail Record (0 or 1)
- Front Image View Data Record (0 or 1)
- Back Image View Detail Record (0 or 1)
- Back Image View Data Record (0 or 1)
- Bundle Control Record (1)
- Cash Letter Control Record (1)
- File Control Record (1)
This component makes creating the above file very easy.
First set the Origin properties with information about the institution that is originating this file, and
the destination it is to be deposited to. Also set the ReturnRoutingNumber.
Check21.OriginName = "First Bank of Thor" Check21.OriginRoutingNumber = "111012822" Check21.OriginContactName = "Jake Olsen" Check21.OriginContactPhone = "800-555-5555" Check21.DestinationRoutingNumber = "051000321" Check21.DestinationName = "First Bank of Loki" Check21.ReturnRoutingNumber = "111012822"This file must be differentiated from other files, so now set the CashLetterId and CycleNumber properties, as well as the Filename. (Alternatively Filename may be left empty, and the component will write the file to memory and store it in the FileData property).
Check21.CashLetterId = "123456" Check21.CycleNumber = "01" Check21.Filename = "sample_output.dat"This file is going to contain scanned images of paper checks, so RecordType should be set to rtChecksAndImages and make sure the DocumentationType is set to a compatible value ("G" through "J" are valid when RecordType is rtChecksAndImages).
Check21.RecordType = rtChecksAndImages Check21.DocumentationType = "G"This sample file is to contain only one check, but a real file may contain any number of checks. To add a check, set the CheckCount, and then fill the Check array properties with information read off the check's MICR line, as well as the Payee's name and the amount of the check.
Check21.CheckCount = 1 Check21.CheckMICROnUs(0) = "1234567890101" ' Account number on the check Check21.CheckMICRRoutingNumber(0) = "902113700" Check21.CheckAmount(0) = "50000" ' $500.00 Check21.CheckSequenceNumber(0) = "407" Check21.CheckPayeeName = "Bruce Banner"Then set information about the Bank of First Deposit. This may be identical to the Origin. The CheckBOFDConversionIndicator should also be set to "2" if this bank converted the original check into the image being included.
Check21.CheckBOFDRoutingNumber(0) = "111012822" Check21.CheckBOFDAccountNumber(0) = "181818181818181818" Check21.CheckBOFDBranch(0) = "Asgard" Check21.CheckBOFDConversionIndicator(0) = "2"Finally, you must include images of the front and back of the check, and indicate the format and compression used to create those images. You may use CheckFrontImageFilename and CheckBackImageFilename properties to point to image files on disk, or you may set the binary data directly in CheckFrontImageData and CheckBackImageData. You also need to set a unique identifier that can be used to retrieve the images at a later date.
Check21.CheckImageFormat(0) = ifTIFF ' default Check21.CheckImageCompression(0) = icJPEG ' default Check21.CheckCanRecreateImages(0) = True ' default Check21.CheckFrontImageFilename(0) = "front.jpg" Check21.CheckFrontImageReferenceKey(0) = "72234215front" Check21.CheckBackImageFilename(0) = "back.jpg" Check21.CheckBackImageReferenceKey(0) = "72234215back"Now call BuildFile to build the file and save it to the Filename you indicated earlier. If you have an FTPS server (TLS/SSL-secured FTP) to upload the files to, you may set the FTP properties and call BuildAndUploadFile method instead.
Property List
The following is the full list of the properties of the component with short descriptions. Click on the links for further details.
BusinessDate | The year, month, and day that designates the business date at the Bank of First Deposit. |
CashLetterId | A code used to uniquely identify the cash letter inside the file. |
CheckCount | The number of records in the Check arrays. |
CheckAmount | The US dollar value of the check. |
CheckBackImageCreationDate | Date assigned by the image creator for the image contained in BackImageData . |
CheckBackImageData | This property contains the scanned image of the back of the physical check, in the format specified by ImageFormat and compressed using the designated ImageCompression . |
CheckBackImageFilename | This property contains location of a scanned image of the back of the physical check, in the format specified by ImageFormat and compressed using the designated ImageCompression . |
CheckBackImageReferenceKey | A designator assigned by the ECE institution that uniquely identifies the BackImageData . |
CheckBOFDAccountNumber | A number that identifies the depository account at the Bank of First Deposit. |
CheckBOFDBranch | A code that identifies the branch at the Bank of First Deposit. |
CheckBOFDConversionIndicator | A code that indicates the conversion within the processing institution between original paper check, image, and IRD. |
CheckBOFDRoutingNumber | A number that identifies the Bank of First Deposit. |
CheckBOFDTruncator | Identifies if this BOFD is the truncator of the original check. |
CheckCanRecreateImages | A code that indicates whether the sender has the ability to recreate the check images (from the original source) for the duration of the agreed to retention time frame. |
CheckFrontImageCreationDate | Date assigned by the image creator for the image contained in FrontImageData . |
CheckFrontImageData | This property contains the scanned image of the front of the physical check, in the format specified by ImageFormat and compressed using the designated ImageCompression . |
CheckFrontImageFilename | This property contains location of a scanned image of the front of the physical check, in the format specified by ImageFormat and compressed using the designated ImageCompression . |
CheckFrontImageReferenceKey | A designator assigned by the ECE institution that uniquely identifies the FrontImageData . |
CheckImageCompression | A code that identifies the algorithm or method used to compress the images stored in the FrontImageData and BackImageData properties. |
CheckImageCreatorRoutingNumber | A number that identifies the financial institution that created the image (if different from BOFDRoutingNumber ). |
CheckImageFormat | A code that identifies the type of image format used for the images contained in the FrontImageData and BackImageData properties. |
CheckMICRAuxOnUs | A code used on commercial checks at the discretion of the payor bank, read off of the MICR line on a check. |
CheckMICROnUs | Account number data specified by the payor bank and read from the MICR line on a check. |
CheckMICRProcessingCode | The external processing code from the MICR line of a check, if present. |
CheckMICRRoutingNumber | Payor bank routing number, read from the MICR line of a check. |
CheckPayeeName | The name of the payee from the check. |
CheckSequenceNumber | ECE Institution Item Sequence Number, assigned by the institution that creates the file. |
CollectionType | A code that indicates the type of cash letter and bundle contained in the file. |
CycleNumber | Denotes the cycle under which the file is created. |
DestinationName | The short name that identifies the institution that receives the file. |
DestinationRoutingNumber | This number identifies the institution that receives the file. |
DocumentationType | A code that indicates the type of documentation that supports all Checks records in the file. |
FileData | Contains the binary contents of the X9.37 file created by the BuildFile method. |
Filename | Path and name of the file to be written to disk by the BuildFile method. |
FTPPassword | The password to login with. |
FTPRemoteFile | The name of the file as it will appear on the server after upload. |
FTPRemoteHost | The domain name or IP address of the FTP server the file is to be uploaded to. |
FTPRemotePath | The current path on the FTP server. |
FTPRemotePort | The port for the FTP service (default is 21). |
FTPTimeout | A timeout to use when uploading via FTP. |
FTPUser | The user id to login as. |
OriginContactName | A contact at the institution that creates the file. |
OriginContactPhone | The phone number of the ContactName at the institution that created the file. |
OriginName | The short name of the ECE institution that created the file. |
OriginRoutingNumber | A number that identifies the ECE institution that originates the file. |
RecordType | A code that indicates the type of records contained in this file. |
ReturnRoutingNumber | A routing number indicating the location to which returns and return notifications should be sent. |
SettlementDate | The date that the institution that created the file expects settlement. |
SSLAcceptServerCertEncoded | The certificate (PEM/base64 encoded). |
SSLCertEncoded | The certificate (PEM/base64 encoded). |
SSLCertStore | The name of the certificate store for the client certificate. |
SSLCertStorePassword | If the certificate store is of a type that requires a password, this property is used to specify that password in order to open the certificate store. |
SSLCertStoreType | The type of certificate store for this certificate. |
SSLCertSubject | The subject of the certificate used for client authentication. |
SSLServerCertEncoded | The certificate (PEM/base64 encoded). |
SSLStartMode | Determines how the component starts the SSL negotiation. |
Method List
The following is the full list of the methods of the component with short descriptions. Click on the links for further details.
BuildAndUploadFile | Builds an X9.37 file and uploads it to an FTP server. |
BuildFile | Builds an X9.37 file. |
Config | Sets or retrieves a configuration setting . |
Interrupt | Interrupt the current method. |
Reset | Reset the internal state of the component and all properties to their default values. |
Event List
The following is the full list of the events fired by the component with short descriptions. Click on the links for further details.
Error | Information about non-fatal errors encountered during file construction. |
SSLServerAuthentication | Fired after the server presents its certificate to the client. |
SSLStatus | Shows the progress of the secure connection. |
Status | Traces the commands sent to the server, and the respective replies. |
Configuration Settings
The following is a list of configuration settings for the component with short descriptions. Click on the links for further details.
ASCIIOutput | Indicates whether to output ASCII or EBCDIC. |
Overwrite | Indicates whether local files can be overwritten. |
OverwriteRemoteFile | Indicates whether remote files can be overwritten on the FTP server. |
ArchiveType | Indicates the type of archive that supports each Check in this file. |
BOFDIndicator | Indicates whether the origin is also the bank of first deposit. |
AllowAllBOFDIndicators | Allows for any value to be specified within the BOFDIndicator field. |
TestFile | Indicates whether the file being built is a test file or a production file. |
ResendIndicator | Indicates whether the file being built has been previously transmitted in its entirety. |
FileCreationDate | The date the file is created. |
FileCreationTime | The time the file is created. |
FileUserField | A User Field. |
FedWorkType | Federal Reserve work type. |
IncludeAddendA | Whether to include Detail Addendum A Record. |
ReservedField | A field reserved for future use. |
CashLetterCreationDate | The date the cash letter is created. |
CashLetterCreationTime | The time the cash letter is created. |
CountryCode | A code that identifies the country in which the payor bank is located. |
FileId | A code used to uniquely identify this file. |
BundleCount | Total number of bundles in the file. |
BundleCreationDate | The date the bundle is created. |
BundleId | Unique identifier for the bundle inside the Cash Letter. |
BundleIndex | Index of the current bundle. |
ReturnAcceptance | A code that indicates whether the institution that creates this file will or will not support electronic return processing. |
DetailAddendumRecordNumber | The Check Detail Addendum A Record Number. |
CheckIsCredit[i] | Indicates whether a Check is to be sent as a Credit (61) Record. |
CodePage | The system code page used for Unicode to Multibyte translations. |