Transactions
Get bank transaction
The Get transaction endpoint returns a single transaction for a given transactionId.
Transactions provide an immutable source of up-to-date information on income and expenditure.
Before using this endpoint, you must have retrieved data for the company.
get/companies/{companyId}/connections/{connectionId}/data/banking-transactions/{transactionId}
Response
Success
Example response
{
"id": "0130b5bb-1419-40f6-8a27-7362d0381229",
"accountId": "1703194f-7805-4da8-bac0-2ba5da4a4216",
"description": "Payments for direct income ce149943-c157-43fc-aac7-42a716b655b6",
"amount": 5062.39,
"currency": "GBP",
"postedDate": "2021-07-06T00:00:00",
"authorizedDate": "2021-07-06T00:00:00",
"merchantName": "New Look",
"transactionCategoryRef": {
"id": "health-and-fitness-sports"
},
"modifiedDate": "2022-05-23T16:32:50Z",
"sourceModifiedDate": "2021-06-28T10:48:12"
}