AccountTransaction
Get all transactions for a bank account
GET
Get all transactions for a bank account
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Tenant identifier. Send the Tenant ID in the X-Tenant header to scope API requests to a specific tenant.
Path Parameters
The bank account identifier
Query Parameters
The search query.
Maximum string length:
255The number of items per page.
Required range:
1 <= x <= 100The page number.
Required range:
x >= 1The field to sort by.
Available options:
transaction_date, created_at, debit, credit The sort direction (asc or desc).
Available options:
asc, desc Filter by transaction type.
Available options:
collection, payment, transfer, bank_commission, opening_balance Filter by payment method.
Available options:
bank_account, transfer_cash, other, clinic_credit_card, credit_card, private_insurance, sgk Filter by currency ID.
Filter records on or after this transaction date (YYYY-MM-DD).
Filter records on or before this transaction date (YYYY-MM-DD).