Skip to main content

Update card tokenization status

PATCH 

/profile/prepaid/cards/:cardId/tokenizations

Updates card tokenization status by which tokenization can be marked as COMPLETED. Tokenization marked as COMPLETED means that the given card will be not able to be tokenized for the specific device and profile (in case of Google Pay).

Request

Path Parameters

    cardId stringrequired

    UUID based Card id.

Body

    dpanRef stringrequired

    dpan (Device Pan) reference.

    walletId string

    Wallet Id used only with Google Pay.

    walletType MobileWalletType (string)required

    Possible values: [GOOGLE_PAY, APPLE_PAY, SAMSUNG_PAY]

    Contains supported wallet types.

    status MobileWalletStatus (string)required

    Possible values: [COMPLETED, INITIATED]

    Mobile wallet status type.

Responses

OK

Schema

    dpanRef stringrequired

    dpan (Device Pan) reference.

    walletId string

    Wallet Id used only with Google Pay.

    walletType MobileWalletType (string)required

    Possible values: [GOOGLE_PAY, APPLE_PAY, SAMSUNG_PAY]

    Contains supported wallet types.

    status MobileWalletStatus (string)required

    Possible values: [COMPLETED, INITIATED]

    Mobile wallet status type.

Loading...