Open the Portico Developer Guide site
PosGateway Schema
PIN Element
PosGateway Schema > GiftCardDataRspType Complex Type : PIN Element
Description

A numeric PIN associated with the stored value account.

Note: This is not a PIN block as defined in debit transactions.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of pinType Simple Type
Overview
PIN optional Restriction of pinType Simple Type

A numeric PIN associated with the stored value account.

Note: This is not a PIN block as defined in debit transactions.

Source
<xs:element name="PIN" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">A numeric PIN associated with the stored value account.</p>
      <p xmlns="http://Hps.Exchange.PosGateway" />
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> This is not a PIN block as defined in debit transactions.
            </p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="pinType">
      <xs:maxLength value="10" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
GiftCardDataRspType Complex TypePosGateway Schema