Cryptogram received from wallet payment. Supported formats are DSRP, TokenBlocks and TAVV cryptograms. Must be encoded using base16 (Hex encoding) or base64 encoding.
<xs:complexTypename="WalletDataType"xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:all><xs:elementname="PaymentSource"type="PaymentDataSourceType"minOccurs="1"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">Payment Source is the API or source of the cryptogram.</p></xs:documentation></xs:annotation></xs:element><xs:elementname="Cryptogram"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="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:extensionbase="cryptogramType"><xs:attributename="encoding"type="EncodingType"default="base64"><xs:annotation><xs:documentation><pxmlns="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><xs:elementname="ECI"type="eciType"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">Electronic Commerce Indicator associated with the Cryptogram. This is an optional field.</p></xs:documentation></xs:annotation></xs:element><xs:elementname="DigitalPaymentToken"type="xs:string"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">Payment payload used to send encrypted apple or google pay data.</p></xs:documentation></xs:annotation></xs:element></xs:all></xs:complexType>