Open the Portico Developer Guide site
PosGateway Schema
ManageTokens Element
PosGateway Schema > PosRequest Element > Ver1.0 Element > Transaction Element : ManageTokens Element
Description

ManageTokens allows merchants to update information referenced by a specific multi-use token.

Note: Single-use tokens are not supported in this request.

Namespace http://Hps.Exchange.PosGateway
Type
ManageTokensReqType Complex Type
Diagram
TokenActions Element TokenValue Element All ManageTokens Element
Overview
ManageTokens ManageTokensReqType Complex Type

ManageTokens allows merchants to update information referenced by a specific multi-use token.

Note: Single-use tokens are not supported in this request.

All
TokenValue xs:string

Multi-use token returned on a prior transaction to be used as a reference to a payment method; used to replace card data for this transaction.

TokenActions

The operations that can be performed on the data referenced by the token.

Choice
Sequence 1..100
Attribute NameValuePairType Complex Type

The name and value of the attribute to update

Sequence 0..100
Attribute

The name of the attribute to delete. If an attribute is not provided, the token will be deleted.

Source
<xs:element name="ManageTokens" type="ManageTokensReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">ManageTokens allows merchants to update information referenced by a specific multi-use token.</p>
      <p xmlns="http://Hps.Exchange.PosGateway" />
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> Single-use tokens are not supported in this request.
                          </p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
Transaction ElementVer1.0 ElementPosRequest ElementPosGateway Schema