v1
latestOpenAPI 3.1.02026-07-242325051.4 MBTokens
Token:Info
To receive detailed information about a specific token
get/tokenization/{tokenCode}/info
Path parameters
tokenCodestring required
Example:VY-4835-6195-0120
Token code to retrieve detailed information for
Response
Ok.
Example response
{
"code": "VY-1234-1234-1234",
"token": "97f32429bb6828b98023e38d6498d76a9386d",
"numberOfTransactions": 12,
"payer": {
"consumerName": "John Doe",
"maskedPAN": "54594*****95969",
"customerKey": "abdcdk9394952dkf"
},
"expiryDate": "2029-09-05",
"paymentMethod": {
"id": 10,
"name": "Visa Mastercard"
},
"merchant": {
"code": "M-1234-1234",
"name": "Great Cookies Inc.",
"status": "ACTIVE"
},
"lastUsedAt": "2023-11-22T00:00:00+00:00",
"createdAt": "2023-11-22T00:00:00+00:00",
"createdBy": "AT-1234-1234",
"initialTransaction": {
"code": "VT-1235-5432-1758",
"transactionCode": "EX-1234-1234-1234",
"type": "recurring",
"amount": {
"value": 10,
"currency": "EUR"
}
}
}