GET
/
v3
/
{id}
curl --request GET \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/transaction/v3/{id}
{
  "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": "<string>",
  "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,
  "accountId": "<string>",
  "cardId": "<string>"
}

Path Parameters

id
string
required

The transaction id for given transaction

Query Parameters

auditUser
string
required

The audit user to log the request

Response

200
application/json

Successful lookup of the transaction

The response is of type object.