Interface GooglePayPushTokenizeRequest

interface GooglePayPushTokenizeRequest {
    displayName: string;
    lastFour: string;
    network: GooglePayCardNetwork;
    opaquePaymentCard: string;
    tokenServiceProvider: GooglePayTokenServiceProvider;
    userAddress?: null | GooglePayUserAddress;
}

Properties

displayName: string

The display name or nickname used to describe the payment card in the user interface.

lastFour: string

The last 4 digits for the payment card required to correctly display the card in Google Pay UI.

The card payment network.

opaquePaymentCard: string

The Opaque Payment Card (OPC) binary data.

tokenServiceProvider: GooglePayTokenServiceProvider

The TSP that should be used for the tokenization attempt.

userAddress?: null | GooglePayUserAddress

The user's address.