All the endpoints related to bank transactions in the bank account statements need a specific bank_account in the path.
GET /v1/bank-accounts/<bank_account_id>/statement-transactions/GET /v1/bank-accounts/<bank_account_id>/statement-transactions/:id/POST /v1/bank-accounts/<bank_account_id>/statement-transactions/PATCH /v1/bank-accounts/<bank_account_id>/statement-transactions/:id/DELETE /v1/bank-accounts/<bank_account_id>/statement-transactions/:id/
Statement bank transaction object
Statement bank transactions are the transactions usually found in bank statements. They are useful to track and compare the balance as reported by the bank (statement_balance) with the balance computed by all the transactions (calculated_balance).
Attribute
Type
Description
id
string
id of the statement bank transaction
bank_account
string
(Readonly) id of the bank account
date
string
The date of the statement
amount
number
The statement amount
statement_balance
number
The balance as reported by the bank
calculated_balance
number
(Readonly) The balace computed from all statements
description
string
A description attached to the statement
reference
string
A reference attached to the statement
is_posted
boolean
(Readonly) Whether the bank statement is reconciled