Open the Portico Developer Guide site
PosGateway Schema
TokenDataRspType Complex Type
PosGateway Schema : TokenDataRspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
TokenValue Element TokenRspMsg Element TokenRspCode Element All TokenDataRspType Complex Type
Overview
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.

Used By
TokenData Element
Source
<xs:complexType name="TokenDataRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="TokenRspCode" type="xs:int" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Response code specific to the tokenization process; the processing of the request will not be impacted by tokenization failures in most cases.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TokenRspMsg" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Response message specific to the tokenization process that may provide additional information to the client or user</p>
          <p xmlns="http://Hps.Exchange.PosGateway" />
          <p xmlns="http://Hps.Exchange.PosGateway">
            <strong>Note:</strong> 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.
            </p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TokenValue" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The generated (or echoed) multi-use token; this can be used by the client on subsequent calls in the card data element.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema