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

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

Used By
Block1 Element
Source
<xs:complexType name="NTRSTokenStatusReqBlock1Type" 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:all>
</xs:complexType>
See Also
PosGateway Schema