Open the Portico Developer Guide site
PosGateway Schema
NTRSGetTokenCryptogramReqBlock1Type Complex Type
PosGateway Schema : NTRSGetTokenCryptogramReqBlock1Type Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Amt Element NTRSToken Element All NTRSGetTokenCryptogramReqBlock1Type Complex Type
Overview
All
NTRSToken Restriction of xs:long

The token itself. The token that payment data is being requested for.

Amt amtTypeGlobal Simple Type

The amount requested for authorization.

Used By
Block1 Element
Source
<xs:complexType name="NTRSGetTokenCryptogramReqBlock1Type" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="NTRSToken" minOccurs="1">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The token itself. The token that payment data is being requested for.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:long">
          <xs:pattern value="\d{1,16}" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="Amt" type="amtTypeGlobal">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The amount requested for authorization.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema