Open the Portico Developer Guide site
PosGateway Schema
NTRSToken Element
PosGateway Schema > NTRSGetTokenCryptogramReqBlock1Type Complex Type : NTRSToken Element
Description

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

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:long
Overview
NTRSToken Restriction of xs:long

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

Source
<xs:element name="NTRSToken" minOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also
NTRSGetTokenCryptogramReqBlock1Type Complex TypePosGateway Schema