Open the Portico Developer Guide site
PosGateway Schema
TokenData Element
PosGateway Schema > PosResponse Element > Ver1.0 Element > Header Element : TokenData Element
Description

If requested, the multi-use token data generated (or echoed) from the supplied card data.

Namespace http://Hps.Exchange.PosGateway
Type
TokenDataRspType Complex Type
Diagram
TokenValue Element TokenRspMsg Element TokenRspCode Element All TokenData Element
Overview
TokenData optional TokenDataRspType Complex Type

If requested, the multi-use token data generated (or echoed) from the supplied card data.

All
TokenRspCode optional xs:int

Response code specific to the tokenization process; the processing of the request will not be impacted by tokenization failures in most cases.

TokenRspMsg optional xs:string

Response message specific to the tokenization process that may provide additional information to the client or user

Note: In some cases the information may not assist the client or user directly, but it can be provided to a support representative to assist in problem resolution.

TokenValue optional xs:string

The generated (or echoed) multi-use token; this can be used by the client on subsequent calls in the card data element.

Source
<xs:element name="TokenData" type="TokenDataRspType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">If requested, the multi-use token data generated (or echoed) from the supplied card data.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
Header ElementVer1.0 ElementPosResponse ElementPosGateway Schema