latestOpenAPI 3.0.12026-08-10122864.6 KB

15f03804be72

Card token servicing

Retrieve the details of a Visa token

Returns the details of a card's token. You must add the token's associated card ID and the token's reference ID in the request URL.

get/v1/cards/{card_id}/visa_tokens/{token_reference_id}

Path parameters

card_idstring required

The ID of the card to which the token is assigned.

token_reference_idstring required

The unique reference ID of the token to be retrieved.

Response

Successful result of the operation

token_reference_idstring

The unique reference ID of the token to be retrieved.

visa_token_numberstring

The number of the Visa token.

pan_referencestring

Information about the Primary Account Number (PAN) reference.

wallet_type'APPLE' | 'GOOGLE' | 'SAMSUNG'

The type of the wallet.

status'ACTIVE' | 'DEACTIVATED' | 'INACTIVE' | 'SUSPENDED'

The status of the token.

device_idstring

The ID of the bound device associated with the token.

pan_source'KEY_ENTERED' | 'ON_FILE' | 'MOBILE_BANKING_APP' | 'TOKEN' | 'CHIP_DIP' | 'CONTACTLESS_TAP'

The source of the PAN.

created_atstring

The date the token was created. (ISO8601 format)