Skip to main content

MobileWalletTokenization

Contains information about card enrolment for specific Mobile Wallet

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]

MobileWalletTokenization
{
"dpanRef": "DAPLMC00002125433c0c34a2821f4f86866e7576963baf8b",
"walletId": "NMZlGi8-DezZZKaU06orvl0f",
"walletType": "GOOGLE_PAY",
"status": "COMPLETED"
}