Open the Portico Developer Guide site
PosGateway Schema
ManualEntry Element
PosGateway Schema > SendFundCardDataType Complex Type : ManualEntry Element
Description

This is typically manually entered card data, but can be used in any case where only the card number is used rather than the full track.

Namespace http://Hps.Exchange.PosGateway
Diagram
ReaderPresent Element CardPresent Element ExpYear Element ExpMonth Element CardNbr Element All ManualEntry Element
Overview
ManualEntry

This is typically manually entered card data, but can be used in any case where only the card number is used rather than the full track.

All
CardNbr cardNbrType Simple Type

Card number; also referred to as Primary Account Number (PAN)

ExpMonth monthTypeExp Simple Type

Card expiration month

ExpYear Restriction of yearType Simple Type

Card expiration year

CardPresent optional booleanType Simple Type

Indicates whether or not the card was present at the time of the transaction

ReaderPresent optional booleanType Simple Type

Indicates whether or not a reader was present at the time of the transaction

Source
<xs:element name="ManualEntry" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">This is typically manually entered card data, but can be used in any case where only the card number is used rather than the full track.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:all>
      <xs:element name="CardNbr" type="cardNbrType">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Card number; also referred to as Primary Account Number (PAN)</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ExpMonth" type="monthTypeExp">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Card expiration month</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ExpYear">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Card expiration year</p>
          </xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="yearType" />
        </xs:simpleType>
      </xs:element>
      <xs:element name="CardPresent" type="booleanType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Indicates whether or not the card was present at the time of the transaction</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ReaderPresent" type="booleanType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">Indicates whether or not a reader was present at the time of the transaction</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:all>
  </xs:complexType>
</xs:element>
See Also
SendFundCardDataType Complex TypePosGateway Schema