Open the Portico Developer Guide site
PosGateway Schema
NTRSGetTokenCryptogramRspStatusType Complex Type
PosGateway Schema : NTRSGetTokenCryptogramRspStatusType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
CardBrandTxnId Element NTRSTokenExpirationDate Element NTRSECI Element NTRSCryptogramType Element NTRSCryptogram Element NTRSToken Element All NTRSGetTokenCryptogramRspStatusType Complex Type
Overview
All
NTRSToken Restriction of xs:string

The token itself.

NTRSCryptogram Restriction of xs:string

The cryptogram for the transaction. base64 characters.

NTRSCryptogramType Restriction of xs:string

The type of the cryptogram. Allowed values: TAVV, UCAF, DCSC, CRYPTOGRAM_TYPE_NOT_AVAILABLE.

NTRSECI Restriction of xs:string

EC indicator for liability shift (only for Visa).

NTRSTokenExpirationDate Restriction of xs:int

The expiration date of the token. Format YYMM.

CardBrandTxnId Restriction of xs:long

The TRID assigned by the card brand.

Used By
NTRSGetTokenCryptogram Element
Source
<xs:complexType name="NTRSGetTokenCryptogramRspStatusType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="NTRSToken">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The token itself.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="NTRSCryptogram">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The cryptogram for the transaction. base64 characters.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="NTRSCryptogramType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The type of the cryptogram. Allowed values: TAVV, UCAF, DCSC, CRYPTOGRAM_TYPE_NOT_AVAILABLE.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="TAVV" />
          <xs:enumeration value="UCAF" />
          <xs:enumeration value="DCSC" />
          <xs:enumeration value="CRYPTOGRAM_TYPE_NOT_AVAILABLE" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="NTRSECI">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">EC indicator for liability shift (only for Visa).</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="NTRSTokenExpirationDate">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The expiration date of the token. Format YYMM.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:int" />
      </xs:simpleType>
    </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:simpleType>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema