Open the Portico Developer Guide site
Portico Schema
WalletData Element
Portico Schema > CreditSaleReqBlock1Type Complex Type : WalletData Element
Description

Allows for sending Wallet Authentication data associated with the transaction.

Namespace http://Hps.Exchange.PosGateway
Type
WalletDataType Complex Type
Diagram
DigitalPaymentToken Element ECI Element Cryptogram Element PaymentSource Element All WalletData Element
Overview
WalletData optional WalletDataType Complex Type

Allows for sending Wallet Authentication data associated with the transaction.

All
PaymentSource PaymentDataSourceType Simple Type

Payment Source is the API or source of the cryptogram.

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.

ECI optional eciType Simple Type

Electronic Commerce Indicator associated with the Cryptogram. This is an optional field.

DigitalPaymentToken optional xs:string

Payment payload used to send encrypted apple or google pay data.

Source
<xs:element name="WalletData" type="WalletDataType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Allows for sending Wallet Authentication data associated with the transaction.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CreditSaleReqBlock1Type Complex TypePortico Schema