Skip to main content
GET
Get transaction by ID

Authorizations

Authorization
string
header
required

First-party access token for your own signed-in session, obtained from the /api/enterprise-auth/login endpoint. The REST API returns your own account data to you — it is a first-party consumer surface, not a third-party integration channel. Data from connected bank feeds (open-banking / CDR data) is your own data, returned only to you in your own authenticated session.

Path Parameters

id
string
required

Response

Transaction retrieved

id
string<uuid>
date
string<date-time>
description
string
amount
number<decimal>
type
enum<string>
Available options:
debit,
credit
categoryId
string<uuid>
category
object
merchant
string
isTaxDeductible
boolean
businessUsePercentage
number
Required range: 0 <= x <= 100
gstAmount
number
gstRate
number
gstIncluded
boolean