Open the Portico Developer Guide site
PosGateway Schema
TokenRequest Element
PosGateway Schema > CardDataType Complex Type : TokenRequest Element
Description

This is used to request the gateway to return a multi-use token for the supplied card data. If a token is provided in the card data and this flag is set, it will be echoed in the response.

Namespace http://Hps.Exchange.PosGateway
Type
booleanType Simple Type
Overview
TokenRequest optional booleanType Simple Type

This is used to request the gateway to return a multi-use token for the supplied card data. If a token is provided in the card data and this flag is set, it will be echoed in the response.

Source
<xs:element name="TokenRequest" type="booleanType" default="N" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">This is used to request the gateway to return a multi-use token for the supplied card data. If a token is provided in the card data and this flag is set, it will be echoed in the response.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CardDataType Complex TypePosGateway Schema