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

Used By
ManageTokens Element
Source
<xs:complexType name="ManageTokensReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="TokenValue" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">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.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TokenActions">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The operations that can be performed on the data referenced by the token.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:choice>
          <xs:element name="Set">
            <xs:complexType>
              <xs:sequence maxOccurs="100">
                <xs:element name="Attribute" type="NameValuePairType">
                  <xs:annotation>
                    <xs:documentation>
                      <p xmlns="http://Hps.Exchange.PosGateway">The name and value of the attribute to update</p>
                    </xs:documentation>
                  </xs:annotation>
                </xs:element>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element name="Delete">
            <xs:complexType>
              <xs:sequence minOccurs="0" maxOccurs="100">
                <xs:element name="Attribute">
                  <xs:annotation>
                    <xs:documentation>
                      <p xmlns="http://Hps.Exchange.PosGateway">The name of the attribute to delete. If an attribute is not provided, the token will be deleted.</p>
                    </xs:documentation>
                  </xs:annotation>
                </xs:element>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:choice>
      </xs:complexType>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema