Skip to main content
GET
Get bank transaction

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.

Path Parameters

bankAccountId
string<uuid>
required
bankTransactionId
string<uuid>
required

Response

default - application/json;charset=UTF-8

default response

id
string<uuid>

Unique identifier for the bank transaction

bankAccountId
string<uuid>

ID of the bank account this transaction belongs to

date
string<date>

Transaction date

amount
integer<int64>

Transaction amount in minor units (e.g. cents)

dcSign
enum<string>

Debit/credit sign

⚠️ This enum is not exhaustive; new values may be added in the future.

Available options:
D,
C
reconciliationStatus
enum<string>

Reconciliation status

⚠️ This enum is not exhaustive; new values may be added in the future.

Available options:
EXCLUDED,
MATCHED,
UNMATCHED
name
string | null

Transaction name / payee

memo
string | null

Transaction memo / description

reference
string | null

Transaction reference

transactionId
string | null

External transaction identifier for idempotency

createdAt
string<date-time>

Timestamp when the transaction was created