Finqware API
Search…
Quick start
Overview
Skills
Servicers
Tenants
Security model
Dev guide
Intro
User onboarding
Consuming data
Designing a tenant app
Signing API requests
API
Sessions
Tokens
Accounts
Balances
Transactions
Payments
Consents
Catalogs
Errors
Powered By
GitBook
Transactions
Query for bank account transactions.
post
https://api.finqware.com/v1
/transactions/get
GET Transactions
Filter element
Type
Info
account_id
string
finqware id
of the bank account
currency
string
eg: RON
status
string
eg: booked
credit_debit_indicator
string
debit | credit
category
string
eg: shopping
eq
decimal
amount equal to
gte
decimal
amount >= than
gt
decimal
amount > than
lte
decimal
amount <= than
lt
decimal
amount < than
booking_date_eq
utc_datetime
date equal to
booking_date_gte
utc_datetime
date later or equal to
booking_date_gt
utc_datetime
later than
booking_date_lte
utc_datetime
earlier or equal to
booking_date_lt
utc_datetime
earlier than
1
// Filter example
2
3
"filter"
:
{
4
"account_id"
:
"91ba3b32-...-6b41bf682aa8"
,
5
"lt"
:
4.2700000000000001
,
6
"booking_date_gt"
:
"2019-05-11T00:00:00Z"
7
}
Copied!
API - Previous
Balances
Next - API
Payments
Last modified
3mo ago
Copy link