v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBBank Accounts
Get transactions
Retrieves a specified bank accounts transaction.
get/bankaccounts/{bankAccountId}/transactions
Path parameters
bankAccountIdstring required
Query parameters
Offsetinteger
Limitinteger
LastUpdatedstring date-time
Example:2022-04-23T14:00:00Z
Returns items updated since the specified date and time.
MatterIdstring
Example:da4e7fd1-5394-4ca9-b1c6-e18c4e2bf262
Filters items by the specified matter ID.
Response
When request is successful. Returns a 'Transaction' object.
Example response
{
"id": "64818ee0-c7b4-46ec-862e-514d8b29540a",
"payorName": "John Smith",
"type": "Deposit",
"amount": 102.65,
"reversed": true
}