v1
latestOpenAPI 3.0.12026-07-2421268219.4 KB/v1/transactions
Checking the status of a transaction
The API endpoint status can be used to check the status of any transaction, see its history, and retrieve the card information.
get/v1/transactions/{transactionId}
Path parameters
transactionIdinteger required
The transactionId received after an authorization.
Response
Status of a transaction
Example response
{
"card": {
"alias": "AAABeCBPbiHssdexyrAAAYkaznYWAPYt",
"fingerprint": "F-coGuJQ55tUk8CnKGI9PX1T",
"networkToken": {
"paymentAccountReference": "5001a9f027e5629d11e3949a0800a"
}
},
"TWI": {
"fingerprint": "F-coGuJQ55tUk8CnKGI9PX1T"
},
"PAP": {
"alias": "AAABeCBPbiHssdexyrAAAYkaznYWAPYt"
},
"REK": {
"alias": "AAABeCBPbiHssdexyrAAAYkaznYWAPYt"
},
"ELV": {
"alias": "AAABeCBPbiHssdexyrAAAYkaznYWAPYt"
},
"KLN": {
"alias": "AAABeCBPbiHssdexyrAAAYkaznYWAPYt"
},
"INT": {
"alias": "AAABeCBPbiHssdexyrAAAYkaznYWAPYt"
},
"SWP": {
"alias": "AAABeCBPbiHssdexyrAAAYkaznYWAPYt"
},
"MFX": {
"alias": "AAABeCBPbiHssdexyrAAAYkaznYWAPYt"
},
"MPX": {
"alias": "AAABeCBPbiHssdexyrAAAYkaznYWAPYt"
},
"MDP": {
"alias": "AAABeCBPbiHssdexyrAAAYkaznYWAPYt"
},
"ESY": {
"alias": "AAABeCBPbiHssdexyrAAAYkaznYWAPYt"
},
"PFC": {
"alias": "AAABeCBPbiHssdexyrAAAYkaznYWAPYt"
},
"PFP": {
"fingerprint": "F-coGuJQ55tUk8CnKGI9PX1T"
}
}