Skip to main content
GET
Retrieve a transaction

Authorizations

X-Api-Key
string
header
required

API key for authentication. Generate one from your account settings.

Path Parameters

id
string<uuid>
required

Transaction ID

Response

transaction retrieved

id
string<uuid>
required
date
string<date>
required
amount
string
required
amount_cents
integer
required

Absolute transaction amount in currency minor units (e.g. cents for USD). Always positive.

signed_amount_cents
integer
required

Signed transaction amount in currency minor units. Negative for expenses/outflows, positive for income/inflows.

currency
string
required
name
string
required
classification
string
required
account
object
required
tags
object[]
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
notes
string | null
external_id
string | null
source
string | null
user_modified
boolean

Whether this transaction has been flagged as user-modified. When true, the next bank sync will not overwrite fields the API client already set (name, category, etc.), matching the protection applied to manual edits.

category
object | null
merchant
object | null
transfer
object | null