Cryptogram received from wallet payment. Supported formats are DSRP, TokenBlocks and TAVV cryptograms. Must be encoded using base16 (Hex encoding) or base64 encoding.
For network tokens, this can be used to define the type of cryptogram that was obtained from the token service. When not provided, the default type for the card brand is assumed.
<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:elementname="TokenRequestorId"type="tokenRequestorIdType"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway"><strong>FOR FUTURE USE</strong></p><pxmlns="http://Hps.Exchange.PosGateway">Value associated with a specific network token that uniquely identifies the pairing of a token requestor with a token domain.</p></xs:documentation></xs:annotation></xs:element><xs:elementname="TokenCryptogramType"type="cryptogramTypeOverride"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway"><strong>FOR FUTURE USE</strong></p><pxmlns="http://Hps.Exchange.PosGateway">For network tokens, this can be used to define the type of cryptogram that was obtained from the token service. When not provided, the default type for the card brand is assumed.</p></xs:documentation></xs:annotation></xs:element></xs:all></xs:complexType>