Open the Portico Developer Guide site
PosGateway Schema
IdentityInfo Element
PosGateway Schema > ConsumerInfoType Complex Type : IdentityInfo Element
Description

Consumer identity information

Namespace http://Hps.Exchange.PosGateway
Type
IdentityInfoType Complex Type
Diagram
DOBYear Element SSNL4 Element All IdentityInfo Element
Overview
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="IdentityInfo" type="IdentityInfoType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Consumer identity information</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
ConsumerInfoType Complex TypePosGateway Schema