Card Tokenization Request
data class CardTokenizationRequest(val walletType: MobileWalletType, val clientDeviceId: String?, val clientWalletAccountId: String?)
Data class containing information about Card Tokenization by which the client mobile application requests the needed info for card tokenization for a specific mobile wallet. Depending on the mobile wallet, device type, and card schema, some of the request fields are optional.
Properties
Link copied to clipboard
Required for cards with VISA schema + Samsung/Google Pay. Not required for VISA + Apple Pay.
Link copied to clipboard
Required for cards with VISA schema + Samsung/Google Pay.
Link copied to clipboard
MobileWalletType Contains supported wallet types.