VTS Token

This event is triggered for a Visa Token Service (VTS).

https://<customerHost:Port>/webhook

Header

FieldDescription
Content-Typeapplication/json

Request example

curl --location 'https://<customerHost:Port>/webhook' \
--header 'content-type: application/json' \
--data 
'{
"activationCode":"${activationCode}",
"clientHashId":"${clientHashId}",
"customerHashId":"${customerHashId}",
"cardHashId":"${cardHashId}",
"cardNumber":"${cardNumber}",
"walletProvider":"${walletProvider}",
"template":"${template}"
}'

Request body

FieldsDescriptionType
activationCodeThis is the VTS activation token that's is needed to set up the card.String
clientHashIdThe unique client identifier that's generated and shared before the API handshake.UUID
customerHashIdThe unique customer identifier that's generated on customer creation.UUID
cardHashIdThe unique card identifier that's generated during new/add-on card issuance.UUID
cardNumberThis is the 16-digit masked card number in the 1234-56xx-xxxx-3456 format.String
walletProviderProvisioning is available for Apple Pay and Google Pay. Returned values include:
  • applePay
  • googlePay
  • String
    templateThe value for this field is CARD_VTS_TOKEN_WEBHOOK.String