Open the Portico Developer Guide site
PosGateway Schema
AuthenticationValue Element
PosGateway Schema > Secure3DType Complex Type : AuthenticationValue Element
Description

This value is the reference generated by the issuer to recognize that the authentication has taken place. Supported formats are CAVV, AEVV, UCAF. Must be encoded using base16 (Hex encoding) or base64 encoding.

Namespace http://Hps.Exchange.PosGateway
Type
Extension of authenticationValueType Simple Type
Overview
AuthenticationValue optional Extension of authenticationValueType Simple Type

This value is the reference generated by the issuer to recognize that the authentication has taken place. Supported formats are CAVV, AEVV, UCAF. Must be encoded using base16 (Hex encoding) or base64 encoding.

encoding optional EncodingType Simple Type

Encoding used to encode binary AuthenticationValue. Default is base64.

Attributes
NameTypeUseDefaultFixedDescription
encodingEncodingType Simple Typeoptionalbase64 

Encoding used to encode binary AuthenticationValue. Default is base64.

Source
<xs:element name="AuthenticationValue" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">This value is the reference generated by the issuer to recognize that the authentication has taken place. Supported formats are CAVV, AEVV, UCAF. Must be encoded using base16 (Hex encoding) or base64 encoding.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="authenticationValueType">
        <xs:attribute name="encoding" type="EncodingType" default="base64">
          <xs:annotation>
            <xs:documentation>
              <p xmlns="http://Hps.Exchange.PosGateway">Encoding used to encode binary AuthenticationValue. Default is base64.</p>
            </xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
See Also
Secure3DType Complex TypePosGateway Schema