Open the Portico Developer Guide site
PosGateway Schema
Cryptogram Element
PosGateway Schema > WalletDataType Complex Type : Cryptogram Element
Description

Cryptogram received from wallet payment. Supported formats are DSRP, TokenBlocks and TAVV cryptograms. Must be encoded using base16 (Hex encoding) or base64 encoding.

Namespace http://Hps.Exchange.PosGateway
Type
Extension of cryptogramType Simple Type
Overview
Cryptogram optional Extension of cryptogramType Simple Type

Cryptogram received from wallet payment. Supported formats are DSRP, TokenBlocks and TAVV cryptograms. Must be encoded using base16 (Hex encoding) or base64 encoding.

encoding optional EncodingType Simple Type

Encoding used to encode binary Cryptogram. Default is base64.

Attributes
NameTypeUseDefaultFixedDescription
encodingEncodingType Simple Typeoptionalbase64 

Encoding used to encode binary Cryptogram. Default is base64.

Source
<xs:element name="Cryptogram" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Cryptogram received from wallet payment. Supported formats are DSRP, TokenBlocks and TAVV cryptograms. Must be encoded using base16 (Hex encoding) or base64 encoding.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="cryptogramType">
        <xs:attribute name="encoding" type="EncodingType" default="base64">
          <xs:annotation>
            <xs:documentation>
              <p xmlns="http://Hps.Exchange.PosGateway">Encoding used to encode binary Cryptogram. Default is base64.</p>
            </xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
See Also
WalletDataType Complex TypePosGateway Schema