Account information
Check routing number; manually entered or parsed from MICR data.
Check account number; manually entered or parsed from MICR data.
The physical check number; manually entered or parsed from MICR data.
Magnetic ink character recognition (MICR) data obtained from a check reader.
Indicates the type of account provided; see the associated Type enumerations for specific values supported.
Note: If processing with Colonnade, AccountType must be specified.
Consumer information
Consumer first name
Consumer last name
Business name on check.
Note: If processing with Colonnade, this field is required.
Note: This sets the COMPANY_NAME sent to GETI.
Consumer address line 1
Consumer address line 2
Consumer city
Consumer state
Consumer zip code
Consumer phone number
Consumer email address
Note: This was for Transmodus only and is no longer used.
Consumer driver's license state
Note: This field may be required by GETI based on the terminal configuration.
Consumer driver's license number
Consumer courtesy card number
Consumer identity information
Last four digits of the consumer social security number
Consumer year of birth
<xs:complexType name="CheckDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:all> <xs:element name="AccountInfo" type="AccountInfoType" minOccurs="0"> <xs:annotation> <xs:documentation> <p xmlns="http://Hps.Exchange.PosGateway">Account information</p> </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ConsumerInfo" type="ConsumerInfoType" minOccurs="0"> <xs:annotation> <xs:documentation> <p xmlns="http://Hps.Exchange.PosGateway">Consumer information</p> </xs:documentation> </xs:annotation> </xs:element> <xs:element name="DataEntryMode" type="dataEntryModeType" minOccurs="0" /> <xs:element name="CheckType" type="checkTypeType" minOccurs="0" /> <xs:element name="SECCode" type="xs:string" minOccurs="0" /> <xs:element name="CheckAction" type="checkActionType" /> </xs:all> </xs:complexType>