Open the Portico Developer Guide site
PosGateway Schema
ConsumerInfo Element
PosGateway Schema > CheckDataInfoType Complex Type : ConsumerInfo Element
Description

Consumer information

Namespace http://Hps.Exchange.PosGateway
Type
ConsumerInfoType Complex Type
Diagram
IdentityInfo Element CourtesyCard Element DLNumber Element DLState Element EmailAddress Element PhoneNumber Element Zip Element State Element City Element Address2 Element Address1 Element CheckName Element LastName Element FirstName Element All ConsumerInfo Element
Overview
ConsumerInfo optional ConsumerInfoType Complex Type

Consumer information

All
FirstName optional xs:string

Consumer first name

LastName optional xs:string

Consumer last name

CheckName optional xs:string

Business name on check.

Note: If processing with Colonnade, this field is required.

Note: This sets the COMPANY_NAME sent to GETI.

Address1 optional xs:string

Consumer address line 1

Address2 optional xs:string

Consumer address line 2

City optional xs:string

Consumer city

State optional xs:string

Consumer state

Zip optional xs:string

Consumer zip code

PhoneNumber optional xs:string

Consumer phone number

EmailAddress optional xs:string

Consumer email address

Note: This was for Transmodus only and is no longer used.

DLState optional xs:string

Consumer driver's license state

Note: This field may be required by GETI based on the terminal configuration.

DLNumber optional Restriction of xs:string

Consumer driver's license number

Note: This field may be required by GETI based on the terminal configuration.

CourtesyCard optional Restriction of xs:string

Consumer courtesy card number

IdentityInfo optional IdentityInfoType Complex Type

Consumer identity information

All
SSNL4 optional Restriction of xs:string

Last four digits of the consumer social security number

Note: This field may be required by GETI based on the terminal configuration.

DOBYear optional xs:string

Consumer year of birth

Note: This field may be required by GETI based on the terminal configuration.

Source
<xs:element name="ConsumerInfo" type="ConsumerInfoType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Consumer information</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CheckDataInfoType Complex TypePosGateway Schema