v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBGet transaction data
Get transaction and authorization given transactionId
This operation will respond with a transaction given transactionId.
get/v3/{id}
Path parameters
idstring biginteger required
The transaction id for given transaction
Query parameters
auditUserstring required
The audit user to log the request
Response
Successful lookup of the transaction
Example response
{
"transactionDate": "2019-01-28T00:00:00",
"postingDate": "2019-01-28T00:00:00",
"postingStatus": "POSTED",
"responseCode": "1A",
"responseDescription": "061-Usage Limit \"24H_RETAIL\" Amount Exceeded",
"transactionConditionCode": "ATM",
"settlementAmount": {
"amount": 3.14,
"currency": "EUR"
},
"transactionAmount": {
"amount": 3.14,
"currency": "EUR"
},
"feeAmount": {
"amount": 3.14,
"currency": "EUR"
},
"merchant": {
"id": "9260003",
"acquirerId": "123456",
"country": "FIN",
"city": "Helsinki",
"name": "Airline of the world",
"subMerchantId": "9260003"
},
"createdAt": "2019-01-28T00:00:00"
}