This operation will respond with a transaction given transactionId.
{
"id": "<string>",
"linkId": "<string>",
"transactionDate": "2019-01-28T00:00:00",
"postingDate": "2019-01-28T00:00:00",
"postingStatus": "POSTED",
"responseCode": "1A",
"responseDescription": "061-Usage Limit \"24H_RETAIL\" Amount Exceeded",
"transactionType": {
"authorizationType": "AUTH",
"code": "<string>",
"name": "<string>"
},
"transactionConditionCode": "ATM",
"retrievalReferenceNumber": "<string>",
"authorizationCode": "<string>",
"acquiringInstitutionIdentificationCode": "<string>",
"cardAcceptorIdentificationCode": "<string>",
"submerchantId": "<string>",
"settlementAmount": {
"amount": 3.14,
"currency": "EUR"
},
"transactionAmount": {
"amount": 3.14,
"currency": "EUR"
},
"feeAmount": {
"amount": 3.14,
"currency": "EUR"
},
"merchant": {
"country": "FIN",
"city": "Helsinki",
"name": "Airline of the world",
"mcc": 3016
},
"text": "<string>",
"paymentReference": "<string>",
"payerName": "<string>",
"paymentReceiver": "<string>",
"fromAddress": "<string>",
"fromZip": "<string>",
"fromCity": "<string>",
"fromBankAccountNumber": "<string>",
"toBankAccountNumber": "<string>",
"fromCustomerAccountNumber": "<string>",
"fromOrganizationalNumber": "<string>",
"fromBankName": "<string>",
"fromBankAccountType": "BBAN",
"toBankAccountType": "BBAN",
"toBic": "<string>",
"discLinkTransactionId": "<string>",
"createdAt": "2019-01-28T00:00:00",
"fileName": "<string>",
"processedByEnfuceStip": true,
"receivedFromCollectionAgency": true,
"acqRefNumber": "<string>",
"accountId": "<string>",
"cardId": "<string>"
}
The transaction id for given transaction
The audit user to log the request
Successful lookup of the transaction
The response is of type object
.
{
"id": "<string>",
"linkId": "<string>",
"transactionDate": "2019-01-28T00:00:00",
"postingDate": "2019-01-28T00:00:00",
"postingStatus": "POSTED",
"responseCode": "1A",
"responseDescription": "061-Usage Limit \"24H_RETAIL\" Amount Exceeded",
"transactionType": {
"authorizationType": "AUTH",
"code": "<string>",
"name": "<string>"
},
"transactionConditionCode": "ATM",
"retrievalReferenceNumber": "<string>",
"authorizationCode": "<string>",
"acquiringInstitutionIdentificationCode": "<string>",
"cardAcceptorIdentificationCode": "<string>",
"submerchantId": "<string>",
"settlementAmount": {
"amount": 3.14,
"currency": "EUR"
},
"transactionAmount": {
"amount": 3.14,
"currency": "EUR"
},
"feeAmount": {
"amount": 3.14,
"currency": "EUR"
},
"merchant": {
"country": "FIN",
"city": "Helsinki",
"name": "Airline of the world",
"mcc": 3016
},
"text": "<string>",
"paymentReference": "<string>",
"payerName": "<string>",
"paymentReceiver": "<string>",
"fromAddress": "<string>",
"fromZip": "<string>",
"fromCity": "<string>",
"fromBankAccountNumber": "<string>",
"toBankAccountNumber": "<string>",
"fromCustomerAccountNumber": "<string>",
"fromOrganizationalNumber": "<string>",
"fromBankName": "<string>",
"fromBankAccountType": "BBAN",
"toBankAccountType": "BBAN",
"toBic": "<string>",
"discLinkTransactionId": "<string>",
"createdAt": "2019-01-28T00:00:00",
"fileName": "<string>",
"processedByEnfuceStip": true,
"receivedFromCollectionAgency": true,
"acqRefNumber": "<string>",
"accountId": "<string>",
"cardId": "<string>"
}