Open the Portico Developer Guide site
PosGateway Schema
SSNL4 Element
PosGateway Schema > IdentityInfoType Complex Type : SSNL4 Element
Description

Last four digits of the consumer social security number

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

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
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.

Source
<xs:element name="SSNL4" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Last four digits of the consumer social security number</p>
      <p xmlns="http://Hps.Exchange.PosGateway" />
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> This field may be required by GETI based on the terminal configuration.
            </p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="4" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
IdentityInfoType Complex TypePosGateway Schema