MobileWalletTokenizationList
Contains a list of Mobile Wallet Tokenizations
mobileWalletTokenizations object[]
Contains information about card enrollments for specific Mobile Wallet
Array [
dpanRefstringrequired
dpan (Device Pan) reference.
Example:
DAPLMC00002125433c0c34a2821f4f86866e7576963baf8b
walletIdstring
Wallet Id used only with Google Pay.
Example:
NMZlGi8-DezZZKaU06orvl0f
walletTypeMobileWalletType (string)required
Represents the type of a mobile wallet.
Possible values: [GOOGLE_PAY
, APPLE_PAY
, SAMSUNG_PAY
]
statusMobileWalletStatus (string)required
Represents the status of a mobile wallet.
Possible values: [COMPLETED
, INITIATED
]
]
MobileWalletTokenizationList
{
"mobileWalletTokenizations": [
{
"dpanRef": "DAPLMC00002125433c0c34a2821f4f86866e7576963baf8b",
"walletId": "NMZlGi8-DezZZKaU06orvl0f",
"walletType": "GOOGLE_PAY",
"status": "COMPLETED"
}
]
}