Open the Portico Developer Guide site
PosGateway Schema
XID Element
PosGateway Schema > SecureECommerceType Complex Type : XID Element
Description

XID genrated at the client which identifies the 3-D Secure transaction.

Namespace http://Hps.Exchange.PosGateway
Type
Extension of XIDType Simple Type
Overview
XID optional Extension of XIDType Simple Type

XID genrated at the client which identifies the 3-D Secure transaction.

encoding optional EncodingType Simple Type
Encoding used to encode binary PaymentData. Default is base64.
Attributes
NameTypeUseDefaultFixedDescription
encodingEncodingType Simple Typeoptionalbase64 Encoding used to encode binary PaymentData. Default is base64.
Source
<xs:element name="XID" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">XID genrated at the client which identifies the 3-D Secure transaction.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="XIDType">
        <xs:attribute name="encoding" type="EncodingType" default="base64">
          <xs:annotation>
            <xs:documentation>Encoding used to encode binary PaymentData. Default is base64.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
See Also
SecureECommerceType Complex TypePosGateway Schema