Open the Portico Developer Guide site
PosGateway Schema
NTRSCardData Element
PosGateway Schema > NTRSTokenMetadataRspStatusType Complex Type : NTRSCardData Element
Namespace http://Hps.Exchange.PosGateway
Type
NTRSCardDataRspType Complex Type
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 NTRSCardData Element
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.

Source
<xs:element name="NTRSCardData" type="NTRSCardDataRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation></xs:documentation>
  </xs:annotation>
</xs:element>
See Also
NTRSTokenMetadataRspStatusType Complex TypePosGateway Schema