Open the Portico Developer Guide site
PosGateway Schema
NTRSTokenMetadataRspStatusType Complex Type
PosGateway Schema : NTRSTokenMetadataRspStatusType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
NTRSCardData Element NTRSPanData Element NTRSTokenMetadata Element CardMetadata Element AccountReference Element CardBrandTxnId Element NTRSTokenId Element All NTRSTokenMetadataRspStatusType Complex Type
Overview
All
NTRSTokenId xs:string

The ID of the token that status is being requested for.

CardBrandTxnId Restriction of xs:long

The TRID assigned by the card brand.

AccountReference Restriction of xs:string

Returned by the issuer in the authorization response when available. It is alphanumeric and may be up to 35 characters, the length of the value may vary by card brand.

Note: Account Reference is supported only for the Exchange and GNAP-UK authorization platforms.

All
TermsAndConditionsId Restriction of xs:string

Unique identifier (GUID format) of the terms and conditions.

TermsAndConditionsUrl Restriction of xs:string

The website URL which is used to describe the terms and conditions.

CardArtUrl Restriction of xs:string

Website URL to see the card art.

CardBackgroundColor Restriction of xs:string

The background color of the card.

CardForegroundColor Restriction of xs:string

The foreground color of the card.

LabelColor Restriction of xs:string

The detailed description of the card product to be displayed inside the mobile wallet.

LongDescription Restriction of xs:string

The detailed description of the card product to be displayed inside the mobile wallet.

ShortDescription Restriction of xs:string

The short description of the card product to be used for notification on the mobile device.

NTRSIssuerName Restriction of xs:string

The name of the card issuer.

All
IssuerAppOsType Restriction of xs:string

The operating system type of the issuing bank’s mobile application.

IssuerAppName Restriction of xs:string

The name of the issuing bank’s mobile application for display purpose.

IssuerAppAddress Restriction of xs:string

The package name of the issuing bank’s mobile application.

CardAssets

Array of the card issuer.

Sequence
CardAssetsData 0..∞ CardAssetsDataDataType Complex Type

The name of the card issuer.

All
NTRSTokenSuffix Restriction of xs:long

The last four digits of the network token.

NTRSTokenExpDate Restriction of xs:long

The expiration date of the network token.

All
NTRSPanReferenceId Restriction of xs:string

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

NTRSPan Restriction of xs:long

The real Primary Account Number (PAN).

NTRSPanExpDate Restriction of xs:int

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

NTRSPanCvv Restriction of xs:int

The security code embedded on the back of the physical credit or debit card.

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
NTRSTokenMetadata Element
Source
<xs:complexType name="NTRSTokenMetadataRspStatusType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="NTRSTokenId" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The ID of the token that status is being requested for.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CardBrandTxnId">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The TRID assigned by the card brand.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:long">
          <xs:pattern value="\d{11,11}" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="AccountReference">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Returned by the issuer in the authorization response when available. It is alphanumeric and may be up to 35 characters, the length of the value may vary by card brand.</p>
          <p xmlns="http://Hps.Exchange.PosGateway">
            <strong>Note:</strong> Account Reference is supported only for the Exchange and GNAP-UK authorization platforms.
            </p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="CardMetadata" type="CardMetadataRspType">
      <xs:annotation>
        <xs:documentation></xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NTRSTokenMetadata" type="NTRSTokenMetadataRspType">
      <xs:annotation>
        <xs:documentation></xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NTRSPanData" type="NTRSPanDataRspType">
      <xs:annotation>
        <xs:documentation></xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NTRSCardData" type="NTRSCardDataRspType">
      <xs:annotation>
        <xs:documentation></xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema