v1
latestSwagger 2.02026-07-14157576.8 KBUsed to retrieve transactions performed by a token. It only returns transactions performed within the last 30 days, to help identify a particular token, or to identify a particular recent transaction. It is not intended to provide the full transaction history of a token or Account PAN.<br><br>Notes: The Transaction History API response is not supported for static Card on File (CoF) tokens.<br>If a set of tokens has been re-mapped to a new FPAN, all digital transactions will be made available before or after the FPAN has been updated. MDES does not return the value of the FPAN which was mapped to the particular token at the time of the transaction. However, MDES will return the history of all transactions performed on that particular token in the last 30 days, based on old and/or new FPAN.
Request body
Example request
{
"TransactionsRequest": {
"AuditInfo": {
"Organization": "Solid Bank Inc",
"UserId": "A1435477",
"UserName": "John Smith"
},
"TokenUniqueReference": "DWSPMC00000000010906a349d9ca4eb1a4d53e3c90a11d9c"
}
}Response
Contains the details of the response message.
Example response
{
"TransactionsResponse": {
"Transactions": {
"Transaction": [
{
"CurrencyCode": "USD",
"MerchantCategoryDescription": "GROCERY STORES, SUPERMARKETS",
"MerchantName": "FoodMart",
"TransactionDateTime": "2015-01-21T00:04:35.000Z",
"TransactionStatusCode": "AUTH",
"TransactionTypeCode": "PURCH",
"TransactionTypeDescription": "Purchase"
}
]
}
}
}