v1
latestOpenAPI 3.0.02026-07-2412592575.3 KBtransactions
Retrieve a single transaction - does not include data-enriched transaction properties
Requires transactions:read:all or transactions_unenriched:read:all scopes.
get/transactions/unenriched/{transactionId}
Path parameters
transactionIdstring uuid required
The transaction id
Response
Successful Transaction Response
Example response
{
"data": {
"accountId": "c390a94f-2309-4cdf-8d02-b0c5304d9f66",
"amount": {
"value": -2323,
"majorUnits": 23,
"minorUnits": 23,
"currency": "GBP"
},
"date": "2018-07-10T12:00:00.000Z",
"dateModified": "2018-07-10T11:39:46.506Z",
"dateCreated": "2018-07-10T11:39:46.506Z",
"valueDate": "2018-07-10T11:39:46.506Z",
"id": "c390a94f-3824-4cdf-8d02-b0c5304d9f66",
"longDescription": "Card Purchase SAINSBURYS S/MKTS BCC",
"providerId": "139ccc24c1",
"status": "posted",
"transactionCode": {
"code": "BAC"
},
"proprietaryTransactionCode": {
"code": "BAC"
},
"balance": {
"value": -2323,
"majorUnits": 23,
"minorUnits": 23,
"currency": "GBP"
},
"balanceType": "Information",
"statementReference": "Merchant Name Unique Reference",
"merchantName": "Merchant Name",
"merchantCategoryCode": "50C",
"cardInstrument": {
"name": "Mrs J Bloggs",
"pan": "xxxxxxxxxxxx4321",
"cardSchemeName": "VISA",
"authorisationType": "Contactless"
},
"transactionReference": "Ref 123",
"transactionInformation": "Cash from Aubrey"
}
}