Open the Portico Developer Guide site
PosGateway Schema
Secure3D Element
PosGateway Schema > CreditAuthReqBlock1Type Complex Type : Secure3D Element
Description

Allows for sending 3DSecure Authentication data associated with the transaction.

Namespace http://Hps.Exchange.PosGateway
Type
Secure3DType Complex Type
Diagram
DirectoryServerTxnId Element ECI Element AuthenticationValue Element Version Element All Secure3D Element
Overview
Secure3D optional Secure3DType Complex Type

Allows for sending 3DSecure Authentication data associated with the transaction.

All
Version optional versionType Simple Type

Indicates 3DS version used for authentication. Default version is 1.

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.

ECI eciType Simple Type

Electronic Commerce Indicator shows the value of the result of the authentication.

Note: This value represents UCI for MasterCard.

DirectoryServerTxnId optional directoryServerTxnIdType Simple Type

The unique transaction identifier assigned by the Directory Server to identify a single transaction.

Note: Required for MasterCard Identity Check (3DS Version 2) transactions in Authorization.

Source
<xs:element name="Secure3D" type="Secure3DType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Allows for sending 3DSecure Authentication data associated with the transaction.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CreditAuthReqBlock1Type Complex TypePosGateway Schema