Open the Portico Developer Guide site
PosGateway Schema
NTRSCardDataRspType Complex Type
PosGateway Schema : NTRSCardDataRspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Cvv2Printed Element ExpDataPrinted Element CardTypeIndicator Element CoBrandName Element CoBranded Element CardShortDescription Element CardLongDescription Element CardBrand Element NTRSCardType Element CardName Element CardCountryCode Element CardholderEmbossedName Element PanExpDate Element CardSuffix Element PanReferenceId Element All NTRSCardDataRspType Complex Type
Overview
All
PanReferenceId Restriction of xs:string

The unique reference ID (GUID format) of the real PAN.

CardSuffix Restriction of xs:int

The last four digits of the real PAN.

PanExpDate Restriction of xs:int

The expiry date of the real PAN. The format is 'YYMM'.

CardholderEmbossedName Restriction of xs:string

The embossed name on the physical card.

CardCountryCode Restriction of xs:string

A 2 character country code.

CardName Restriction of xs:string

The name of the card.

NTRSCardType Restriction of xs:string

The type of the card product. Allowed values: CREDIT, DEBIT, PREPAID, UNKNOWN

CardBrand Restriction of xs:string

The brand of the card.

CardLongDescription Restriction of xs:string

The long description of the card.

CardShortDescription Restriction of xs:string

The short description of the card.

CoBranded Restriction of xs:boolean

It indicates if the card is a co-branded card.

CoBrandName Restriction of xs:string

The card co-brand name.

CardTypeIndicator Restriction of xs:string

Indication if the token requestor supports debit cards, credit cards or both.

ExpDataPrinted Restriction of xs:boolean

It indicates if the expiration date is printed on the card or not.

Cvv2Printed Restriction of xs:boolean

It indicates if the cvv2 is printed on the card or not.

Used By
NTRSCardData Element
NTRSCardData Element
Source
<xs:complexType name="NTRSCardDataRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="PanReferenceId">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The unique reference ID (GUID format) of the real PAN.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="CardSuffix">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The last four digits of the real PAN.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:int" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="PanExpDate">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The expiry date of the real PAN. The format is 'YYMM'.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:int" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="CardholderEmbossedName">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The embossed name on the physical card.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="CardCountryCode">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">A 2 character country code.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="CardName">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The name of the card.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="NTRSCardType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The type of the card product. Allowed values: CREDIT, DEBIT, PREPAID, UNKNOWN</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="CardBrand">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The brand of the card.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="CardLongDescription">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The long description of the card.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="CardShortDescription">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The short description of the card.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="CoBranded">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">It indicates if the card is a co-branded card.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:boolean" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="CoBrandName">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The card co-brand name.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="CardTypeIndicator">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Indication if the token requestor supports debit cards, credit cards or both.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="ExpDataPrinted">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">It indicates if the expiration date is printed on the card or not.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:boolean" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="Cvv2Printed">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">It indicates if the cvv2 is printed on the card or not.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:boolean" />
      </xs:simpleType>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema