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: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="NetworkToken"type="cryptogramTypeType"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway"><strong>FOR FUTURE USE</strong></p><pxmlns="http://Hps.Exchange.PosGateway">For use with NetworkToken only. If type is not provided, and a cryptogram is sent, Portico will use the default cryptogram type for the card brand.</p></xs:documentation></xs:annotation></xs:element></xs:all></xs:complexType>